@charset "UTF-8";/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    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
{
    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;
}
: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-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease 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-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) 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:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.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:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.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)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}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:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.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__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.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;overscroll-behavior:contain;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__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.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-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;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:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.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:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.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:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.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;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: 16px;--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);-webkit-user-select:none;-moz-user-select:none;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;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.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);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:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{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))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;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-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .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{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{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;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: 16px;--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-masked{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;-webkit-user-select:none;-moz-user-select:none;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;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

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

p {
  margin: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

:focus {
  outline: none;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/SourceSansPro-Regular.eot");
  src: url("../assets/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/SourceSansPro-Regular.woff2") format("woff2"), url("../assets/SourceSansPro-Regular.woff") format("woff"), url("../assets/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/SourceSansPro-SemiBold.eot");
  src: url("../assets/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/SourceSansPro-SemiBold.woff2") format("woff2"), url("../assets/SourceSansPro-SemiBold.woff") format("woff"), url("../assets/SourceSansPro-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/SourceSans3-Regular.eot");
  src: url("../assets/SourceSans3-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/SourceSans3-Regular.woff2") format("woff2"), url("../assets/SourceSans3-Regular.woff") format("woff"), url("../assets/SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/SourceSans3-SemiBold.eot");
  src: url("../assets/SourceSans3-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/SourceSans3-SemiBold.woff2") format("woff2"), url("../assets/SourceSans3-SemiBold.woff") format("woff"), url("../assets/SourceSans3-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/SourceSans3-ExtraBold.eot");
  src: url("../assets/SourceSans3-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../assets/SourceSans3-ExtraBold.woff2") format("woff2"), url("../assets/SourceSans3-ExtraBold.woff") format("woff"), url("../assets/SourceSans3-ExtraBold.ttf") format("truetype");
}
body {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 150%;
  position: relative;
}

.container {
  max-width: 1446px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .container {
    max-width: 966px;
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}

.col, .col-12 {
  width: 100%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-8 {
  width: 66.6666666666%;
}

.col-6 {
  width: 50%;
}

@media (max-width: 1476px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .col-xs-12 {
    width: 100%;
  }
}

.align-items-center {
  align-items: center !important;
}

.no-scroll {
  overflow: hidden !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.page {
  position: relative;
}

.padding-top-none {
  padding-top: 0 !important;
}

.padding-bottom-none {
  padding-bottom: 0 !important;
}

.hidden {
  display: none !important;
}
@media (min-width: 1477px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .hidden-notebooks {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tablets {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 1477px) {
  .visible-desktop {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .visible-notebooks {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-tablets {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block !important;
  }
}
.visible--always {
  visibility: visible !important;
  opacity: 1 !important;
}

.general-block {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .general-block {
    padding: 80px 0;
  }
}
.general-block .head-site {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .general-block .head-site {
    max-width: 596px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .general-block__description {
    max-width: 596px;
  }
}
.general-block img {
  margin: 40px 0;
}
.general__loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  animation: buttonLoader 1.2s linear infinite;
}
.general__loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #DEDEDE;
  border-radius: 50%;
}
.general__loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
}

@keyframes buttonLoader {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.external-link,
.table__items a {
  display: inline-block;
  color: #ffffff;
  line-height: 150%;
  padding: 2px 32px 2px 8px;
  background-color: #7949f4;
  border-radius: 8px;
  position: relative;
  transition: 0.2s ease;
}
.external-link::after,
.table__items a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.21967 14.7803C5.51256 15.0732 5.98744 15.0732 6.28033 14.7803L13.5 7.56066V13.25C13.5 13.6642 13.8358 14 14.25 14C14.6642 14 15 13.6642 15 13.25V5.75C15 5.33579 14.6642 5 14.25 5H6.75C6.33579 5 6 5.33579 6 5.75C6 6.16421 6.33579 6.5 6.75 6.5H12.4393L5.21967 13.7197C4.92678 14.0126 4.92678 14.4874 5.21967 14.7803Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  transition: 0.2s ease;
}
.external-link:hover,
.table__items a:hover {
  background-color: #4514c2;
}
.external-link:hover::after,
.table__items a:hover::after {
  transform: rotate(45deg);
}

.color-grey {
  color: #8E8E8E;
}

.tag--red {
  background-color: #FF9F9F;
}
.tag--violet {
  background-color: #CEBCFF;
}
.tag--blue {
  background-color: #BCDBFF;
}
.tag--pink {
  background-color: #F9D0FF;
}
.tag--orange {
  background-color: #FFE0CC;
}
.tag--grey {
  background-color: #DEDEDE;
}
.tag--green {
  background-color: #B6E4E4;
}

.empty-result {
  display: none;
}
.empty-result__wrapper {
  margin: 120px auto 160px;
  width: 352px;
  text-align: center;
}
@media (max-width: 1240px) {
  .empty-result__wrapper {
    margin: 80px auto 120px;
  }
}
@media (max-width: 767px) {
  .empty-result__wrapper {
    margin: 80px auto 80px;
    width: 100%;
    padding: 0 24px;
  }
}
.empty-result__wrapper--small {
  margin: 40px auto 0;
}
@media (max-width: 1240px) {
  .empty-result__wrapper--small {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .empty-result__wrapper--small {
    margin: 0 auto;
  }
}
.empty-result__wrapper svg {
  display: inline-block;
}
.empty-result__wrapper span {
  line-height: 150%;
  color: #828282;
  display: block;
  margin-top: 24px;
}
.empty-result .clients-more {
  padding-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.empty-block {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .empty-block {
    padding-top: 80px;
  }
}

.head-site {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head-site {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .head-site {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.subtitle-site {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

p {
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}

em, i {
  font-style: normal;
}

.ul-site li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}
.ul-site li:last-child {
  margin-bottom: 0;
}
.ul-site li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

.modals__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modals__overlay--active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .modals__overlay {
    padding: 70px 0 0 0;
    align-items: end;
  }
}
.modals__modal {
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .modals__modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.modals__overlay--active .modals__modal {
  transform: translateY(0);
  opacity: 1;
}
.modals__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .modals__close {
    display: none;
  }
}
.modals__close::before, .modals__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #000000;
  transform-origin: center;
  transition: 0.2s ease;
}
.modals__close:hover::before, .modals__close:hover::after {
  background-color: #7949f4;
}
.modals__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modals__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modals__content {
  padding: 48px;
}
@media (max-width: 767px) {
  .modals__content {
    padding: 44px 24px 24px 24px;
    position: relative;
  }
  .modals__content::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 100px;
    border-radius: 16px;
    background-color: #DEDEDE;
  }
}
.modals__image {
  display: block;
  margin: 8px auto;
}
.modals__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.modals__text {
  margin-bottom: 24px;
}
.modals__button {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modals__swipe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 10;
  }
}

.modals__overlay-success {
  text-align: center;
}
.modals__overlay-success .modals__modal {
  max-width: 420px;
}

#feedbackModal .modals__title {
  margin-bottom: 32px;
}
#feedbackModal .modals__modal {
  max-width: 620px;
}

#notesModal .modals__modal {
  max-width: 620px;
}

#articleModal .modals__modal {
  max-width: 624px;
}
#articleModal .form__head span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}

body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

@media ((max-height: 770px) and (min-width: 768px)) {
  #feedbackModal .modals__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #feedbackModal .modals__title {
    margin-bottom: 24px;
  }
  #feedbackModal .form__group {
    margin-bottom: 26px;
  }
  #feedbackModal .form__choice .form__group {
    margin-bottom: 8px;
  }
  #feedbackModal .form__choice .form__group:last-child {
    margin-bottom: 0;
  }
}
.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-color: #000000;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M11.4922 3.62968C10.8462 3.0268 9.8326 3.06183 9.22969 3.70781C8.62681 4.35381 8.66183 5.36739 9.30781 5.97031L20.0547 16L9.30781 26.0297C8.66183 26.6326 8.62681 27.6462 9.22969 28.2922C9.8326 28.9382 10.8462 28.9732 11.4922 28.3703L23.4922 17.1703C23.8164 16.8677 24 16.4435 24 16C24 15.5565 23.8164 15.1323 23.4922 14.8297L11.4922 3.62968Z' fill='black'/%3E%3C/svg%3E") center/auto no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M11.4922 3.62968C10.8462 3.0268 9.8326 3.06183 9.22969 3.70781C8.62681 4.35381 8.66183 5.36739 9.30781 5.97031L20.0547 16L9.30781 26.0297C8.66183 26.6326 8.62681 27.6462 9.22969 28.2922C9.8326 28.9382 10.8462 28.9732 11.4922 28.3703L23.4922 17.1703C23.8164 16.8677 24 16.4435 24 16C24 15.5565 23.8164 15.1323 23.4922 14.8297L11.4922 3.62968Z' fill='black'/%3E%3C/svg%3E") center/auto no-repeat;
  transition: background-color 0.2s linear;
}
.slick-arrow:hover {
  background-color: #7949f4;
}
.slick-prev {
  right: 40px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M21.3076 3.62968C21.9536 3.0268 22.9672 3.06183 23.5701 3.70781C24.173 4.35381 24.138 5.36739 23.492 5.97031L12.7451 16L23.492 26.0297C24.138 26.6326 24.173 27.6462 23.5701 28.2922C22.9672 28.9382 21.9536 28.9732 21.3076 28.3703L9.30762 17.1703C8.9834 16.8677 8.7998 16.4435 8.7998 16C8.7998 15.5565 8.9834 15.1323 9.30762 14.8297L21.3076 3.62968Z' fill='black'/%3E%3C/svg%3E") center/auto no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M21.3076 3.62968C21.9536 3.0268 22.9672 3.06183 23.5701 3.70781C24.173 4.35381 24.138 5.36739 23.492 5.97031L12.7451 16L23.492 26.0297C24.138 26.6326 24.173 27.6462 23.5701 28.2922C22.9672 28.9382 21.9536 28.9732 21.3076 28.3703L9.30762 17.1703C8.9834 16.8677 8.7998 16.4435 8.7998 16C8.7998 15.5565 8.9834 15.1323 9.30762 14.8297L21.3076 3.62968Z' fill='black'/%3E%3C/svg%3E") center/auto no-repeat;
}
.slick-disabled {
  background-color: #8E8E8E !important;
  cursor: default;
}
.slick-list {
  overflow: visible;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .slick-list {
    margin: 0 -4px;
  }
}
.slick-track {
  display: flex;
}
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.slick-dots li {
  width: 12px;
  height: 6px;
  border-radius: 8px;
  background-color: #8E8E8E;
  transition: 0.2s ease;
  cursor: pointer;
}
.slick-dots li.slick-active {
  width: 52px;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  font-size: 0;
  color: transparent;
}
.slick-slide {
  margin: 0 12px;
}
@media (max-width: 767px) {
  .slick-slide {
    margin: 0 4px;
  }
}
.slick--white .slick-arrow {
  background-color: #ffffff;
}
.slick--white .slick-arrow:hover {
  background-color: #7949f4;
}

.button {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 32px;
  border: 2px solid transparent;
  position: relative;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.button--white {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}
.button--white:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--white:active, .button--white:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--black {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
.button--black:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--black:active, .button--black:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--white-black {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}
.button--white-black:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--white-black:active, .button--white-black:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--black-white {
  border-color: #ffffff;
  background: #000000;
  color: #ffffff;
}
.button--black-white:hover, .button--black-white:active, .button--black-white:focus {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.button--transparent {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.button--transparent:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--transparent:active, .button--transparent:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--transparent-white {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.button--transparent-white:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--transparent-white:active, .button--transparent-white:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--violet {
  border-color: #7949f4;
  background: #7949f4;
  color: #ffffff;
}
.button--violet:hover {
  border-color: #6E3CEF;
  background: #6E3CEF;
}
.button--violet:active, .button--violet:focus {
  border-color: #4514c2;
  background: #4514c2;
}
.button--violet-transparent {
  border-color: #7949f4;
  background: transparent;
  color: #7949f4;
}
.button--violet-transparent:hover {
  border-color: #7949f4;
  color: #ffffff;
  background-color: #7949f4;
}
.button--violet-transparent:active, .button--violet-transparent:focus {
  border-color: #4514c2;
  color: #ffffff;
  background-color: #4514c2;
}
.button--icon svg {
  margin-left: 6px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.button--icon svg path {
  transition: 0.2s ease;
}
.button--icon.button--stroke-white:hover svg path, .button--icon.button--stroke-white:active svg path, .button--icon.button--stroke-white:focus svg path {
  stroke: #ffffff;
}
.button--icon.button--stroke-violet:hover svg path, .button--icon.button--stroke-violet:active svg path, .button--icon.button--stroke-violet:focus svg path {
  stroke: #7949f4;
}
.button--icon.button--fill-white:hover svg path, .button--icon.button--fill-white:active svg path, .button--icon.button--fill-white:focus svg path {
  fill: #ffffff;
}
.button--icon.button--fill-violet:hover svg path, .button--icon.button--fill-violet:active svg path, .button--icon.button--fill-violet:focus svg path {
  fill: #7949f4;
}
@media (max-width: 767px) {
  .button--feedback {
    font-size: 0;
    position: relative;
    padding: 7px 17px;
  }
  .button--feedback::after {
    content: "";
    width: 22px;
    height: 22px;
    background: no-repeat center center url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.18575%203.85267C7.94925%202.23887%209.32256%200.994474%2011.0036%200.393227C12.6846%20-0.20802%2014.5356%20-0.116866%2016.1494%200.646636C17.7632%201.41014%2019.0075%202.78345%2019.6088%204.46445C20.21%206.14545%2020.1189%207.99645%2019.3554%209.61024C19.2533%209.83212%2019.2338%2010.0419%2019.2793%2010.2109L19.3972%2010.6528C19.7759%2012.0676%2018.4818%2013.3617%2017.067%2012.9829L16.6251%2012.865C16.482%2012.8306%2016.3322%2012.8354%2016.1916%2012.8789C16.0395%2014.1614%2015.5839%2015.3891%2014.8625%2016.4603C14.1411%2017.5315%2013.1748%2018.4152%2012.0436%2019.0383C10.9123%2019.6613%209.6489%2020.0057%208.358%2020.0429C7.06709%2020.0801%205.78592%2019.8089%204.62074%2019.252C4.44003%2019.1579%204.23169%2019.1312%204.0331%2019.1768L2.89495%2019.4813C1.48016%2019.8601%200.18605%2018.566%200.564814%2017.1512L0.86931%2016.013C0.914829%2015.8144%200.888173%2015.6061%200.794114%2015.4254C0.236564%2014.2588%20-0.0344821%2012.976%200.00350785%2011.6835C0.0414978%2010.3911%200.387426%209.12643%201.01254%207.9946C1.63765%206.86277%202.52389%205.8965%203.59758%205.1761C4.67128%204.4557%205.90142%204.00198%207.18575%203.85267ZM8.80663%203.82667C10.7563%203.99119%2012.5812%204.85386%2013.9457%206.25612C15.3103%207.65839%2016.1229%209.50604%2016.2343%2011.4595C16.4859%2011.4346%2016.74%2011.4551%2016.9844%2011.5198L17.4263%2011.6377C17.5129%2011.661%2017.6042%2011.6611%2017.6908%2011.6379C17.7775%2011.6148%2017.8565%2011.5692%2017.92%2011.5057C17.9834%2011.4423%2018.029%2011.3633%2018.0522%2011.2766C18.0754%2011.1899%2018.0753%2011.0987%2018.052%2011.012L17.9341%2010.5701C17.7883%2010.0252%2017.883%209.4812%2018.0882%209.03096C18.6475%207.81206%2018.7274%206.4273%2018.3122%205.15212C17.897%203.87694%2017.017%202.80477%2015.8472%202.14888C14.6775%201.49299%2013.3037%201.30143%2011.9992%201.61231C10.6946%201.92319%209.55486%202.71372%208.80663%203.82667ZM8.1243%205.19133C6.9871%205.19109%205.86838%205.479%204.87258%206.02817C3.87678%206.57735%203.03636%207.36989%202.42978%208.33181C1.8232%209.29373%201.47025%2010.3937%201.40387%2011.5289C1.33748%2012.6642%201.55983%2013.7978%202.05016%2014.8238C2.28778%2015.3039%202.34606%2015.853%202.21448%2016.3723L1.90998%2017.5104C1.88675%2017.597%201.8867%2017.6881%201.90984%2017.7747C1.93298%2017.8612%201.97849%2017.9402%202.0418%2018.0036C2.10511%2018.067%202.184%2018.1126%202.27053%2018.1359C2.35705%2018.1592%202.44818%2018.1592%202.53476%2018.1361L3.67383%2017.8316C4.19307%2017.7001%204.74224%2017.7583%205.22231%2017.996C6.13382%2018.431%207.13155%2018.6553%208.14155%2018.6523C9.15154%2018.6492%2010.1479%2018.4189%2011.0568%2017.9784C11.9657%2017.5379%2012.7637%2016.8985%2013.3919%2016.1076C14.02%2015.3166%2014.4621%2014.3945%2014.6853%2013.4095C14.9086%2012.4244%2014.9072%2011.4018%2014.6815%2010.4174C14.4557%209.43291%2014.0113%208.5119%2013.3811%207.72259C12.751%206.93327%2011.9513%206.29591%2011.0413%205.85772C10.1313%205.41954%209.13431%205.19179%208.1243%205.19133Z'%20fill='white'/%3e%3cpath%20d='M5.80395%2011.9215C5.80395%2012.1677%205.70614%2012.4038%205.53204%2012.5779C5.35795%2012.752%205.12182%2012.8498%204.87561%2012.8498C4.6294%2012.8498%204.39327%2012.752%204.21917%2012.5779C4.04507%2012.4038%203.94727%2012.1677%203.94727%2011.9215C3.94727%2011.6753%204.04507%2011.4392%204.21917%2011.2651C4.39327%2011.091%204.6294%2010.9932%204.87561%2010.9932C5.12182%2010.9932%205.35795%2011.091%205.53204%2011.2651C5.70614%2011.4392%205.80395%2011.6753%205.80395%2011.9215ZM9.05315%2011.9215C9.05315%2012.1677%208.95534%2012.4038%208.78124%2012.5779C8.60714%2012.752%208.37102%2012.8498%208.12481%2012.8498C7.87859%2012.8498%207.64247%2012.752%207.46837%2012.5779C7.29427%2012.4038%207.19646%2012.1677%207.19646%2011.9215C7.19646%2011.6753%207.29427%2011.4392%207.46837%2011.2651C7.64247%2011.091%207.87859%2010.9932%208.12481%2010.9932C8.37102%2010.9932%208.60714%2011.091%208.78124%2011.2651C8.95534%2011.4392%209.05315%2011.6753%209.05315%2011.9215ZM12.3023%2011.9215C12.3023%2012.1677%2012.2045%2012.4038%2012.0304%2012.5779C11.8563%2012.752%2011.6202%2012.8498%2011.374%2012.8498C11.1278%2012.8498%2010.8917%2012.752%2010.7176%2012.5779C10.5435%2012.4038%2010.4457%2012.1677%2010.4457%2011.9215C10.4457%2011.6753%2010.5435%2011.4392%2010.7176%2011.2651C10.8917%2011.091%2011.1278%2010.9932%2011.374%2010.9932C11.6202%2010.9932%2011.8563%2011.091%2012.0304%2011.2651C12.2045%2011.4392%2012.3023%2011.6753%2012.3023%2011.9215Z'%20fill='white'/%3e%3c/svg%3e");
  }
}
.button--disabled {
  cursor: default;
  background-color: #DEDEDE !important;
  border-color: #DEDEDE !important;
}

.scrollbar {
  overflow: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #DEDEDE;
  border-radius: 16px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #8E8E8E;
  border-radius: 16px;
}
.scrollbar--dark::-webkit-scrollbar-track {
  background-color: #2f2f32;
}
.scrollbar--dark::-webkit-scrollbar-thumb {
  background-color: #DEDEDE;
}
.scrollbar--light::-webkit-scrollbar-track {
  background-color: #DEDEDE;
}
.scrollbar--light::-webkit-scrollbar-thumb {
  background-color: #2f2f32;
}

@supports not (selector(::-webkit-scrollbar)) {
  .scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #8E8E8E #DEDEDE;
  }
  .scrollbar--dark {
    scrollbar-color: #2f2f32 #DEDEDE;
  }
  .scrollbar--light {
    scrollbar-color: #2f2f32 #DEDEDE;
  }
}
.faq {
  background-color: #131313;
  color: #ffffff;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .faq {
    padding: 80px 0;
  }
}
.faq__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 128px;
  line-height: 1;
  opacity: 0.4;
}
@media (max-width: 1476px) {
  .faq__title {
    margin-bottom: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__title {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    position: relative;
    top: 0;
    font-size: 64px;
    margin-bottom: 48px;
  }
}
.faq__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq__item {
    display: block;
  }
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item--active .faq__content-name::after {
  transform: rotate(90deg);
  opacity: 0;
}
.faq__item--active .faq__content-name::before {
  transform: rotate(180deg);
}
.faq__number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 128px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__number {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .faq__number {
    position: relative;
    top: 0;
    font-size: 64px;
    margin-bottom: 10px;
  }
}
.faq__content {
  width: 100%;
  padding-left: 240px;
  min-height: 60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__content {
    padding-left: 120px;
  }
}
@media (max-width: 767px) {
  .faq__content {
    padding-left: 0;
    min-height: auto;
  }
}
.faq__content-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  transition: color 0.3s ease;
}
.faq__content-name:hover {
  color: rgba(255, 255, 255, 0.8);
}
.faq__content-name::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.faq__content-name::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  width: 2px;
  height: 20px;
  border-radius: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.faq__content-description {
  display: none;
  margin-top: 24px;
}

.clients {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .clients {
    padding: 80px 0;
    transform: none !important;
  }
}
.clients__head {
  max-width: 630px;
}
.clients__description {
  position: relative;
  padding-left: 55px;
  margin-left: 100px;
  max-width: 600px;
}
.clients__description::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: no-repeat center center url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.5226%2024.646L17.1994%2037.2491C16.9448%2038.6885%2018.0268%2040%2019.4589%2040H20.5092C21.9413%2040%2023.0551%2038.6885%2022.7687%2037.2491L20.4455%2024.646C20.35%2024.1342%2019.6181%2024.1342%2019.5226%2024.646Z'%20fill='black'/%3e%3cpath%20d='M21.4957%2024.4221L24.4554%2036.8972C24.8054%2038.3047%2026.333%2039.0724%2027.6378%2038.4646L28.5926%2038.0488C29.8974%2037.473%2030.3748%2035.8096%2029.5473%2034.6261L22.3231%2024.0702C22.0367%2023.6224%2021.3684%2023.9103%2021.4957%2024.4221Z'%20fill='black'/%3e%3cpath%20d='M23.2143%2023.3984L30.9795%2033.5705C31.8706%2034.722%2033.5573%2034.786%2034.512%2033.6984L35.2121%2032.8987C36.1669%2031.8112%2035.9441%2030.1158%2034.7029%2029.3801L23.8189%2022.6947C23.3734%2022.4388%2022.896%2022.9826%2023.2143%2023.3984Z'%20fill='black'/%3e%3cpath%20d='M24.36%2021.7671L35.5623%2027.9087C36.8353%2028.6124%2038.4265%2027.9727%2038.8721%2026.5972L39.1903%2025.6056C39.6359%2024.2301%2038.713%2022.7907%2037.2808%2022.5988L24.6465%2020.9354C24.1373%2020.8394%2023.9145%2021.5112%2024.36%2021.7671Z'%20fill='black'/%3e%3cpath%20d='M24.7738%2019.8158L37.5037%2020.8394C38.9358%2020.9674%2040.1451%2019.7199%2039.986%2018.2804L39.8905%2017.2248C39.7314%2015.7854%2038.3311%2014.8258%2036.9308%2015.2416L24.6783%2018.8882C24.1691%2019.0481%2024.2646%2019.7839%2024.7738%2019.8158Z'%20fill='black'/%3e%3cpath%20d='M24.3281%2017.8646L36.3578%2013.6102C37.7263%2013.1304%2038.2991%2011.531%2037.599%2010.2515L37.0579%209.32392C36.326%208.0764%2034.6711%207.7885%2033.5572%208.71614L23.8507%2017.0649C23.5006%2017.3848%2023.8507%2018.0245%2024.3281%2017.8646Z'%20fill='black'/%3e%3cpath%20d='M23.1508%2016.2652L32.4117%207.43664C33.462%206.44502%2033.3347%204.7177%2032.189%203.88602L31.3297%203.27825C30.1522%202.41459%2028.4973%202.86242%2027.8926%204.14192L22.4188%2015.7214C22.196%2016.1693%2022.7689%2016.6171%2023.1508%2016.2652Z'%20fill='black'/%3e%3cpath%20d='M21.4322%2015.2736L26.3332%203.4382C26.8742%202.09472%2026.0786%200.591295%2024.6783%200.271419L23.6599%200.0475219C22.2596%20-0.240366%2020.923%200.815212%2020.8912%202.25465L20.5729%2015.0817C20.5093%2015.5935%2021.2094%2015.7534%2021.4322%2015.2736Z'%20fill='black'/%3e%3cpath%20d='M19.4272%2015.0817L19.109%202.25465C19.0772%200.815212%2017.7405%20-0.240366%2016.3402%200.0475219L15.3219%200.271419C13.9216%200.559308%2013.1259%202.09472%2013.667%203.4382L18.568%2015.2736C18.7589%2015.7534%2019.4591%2015.5935%2019.4272%2015.0817Z'%20fill='black'/%3e%3cpath%20d='M17.5496%2015.7214L12.0757%204.14192C11.4711%202.83043%209.81619%202.41458%208.63868%203.27825L7.77941%203.88602C6.6019%204.74968%206.50643%206.44502%207.55664%207.43663L16.8176%2016.2652C17.1995%2016.6171%2017.7724%2016.1693%2017.5496%2015.7214Z'%20fill='black'/%3e%3cpath%20d='M16.0855%2017.0649L6.37898%208.71614C5.29694%207.7885%203.61024%208.0764%202.87827%209.32392L2.33724%2010.2515C1.60528%2011.4991%202.20995%2013.0984%203.57841%2013.6102L15.6081%2017.8646C16.1173%2018.0245%2016.4674%2017.3848%2016.0855%2017.0649Z'%20fill='black'/%3e%3cpath%20d='M15.2899%2018.8882L3.06928%2015.2416C1.70082%2014.8258%200.268704%2015.7854%200.109581%2017.2248L0.0141109%2018.2804C-0.145012%2019.7199%201.06432%2020.9354%202.49643%2020.8394L15.2263%2019.8158C15.7037%2019.7839%2015.7991%2019.0481%2015.2899%2018.8882Z'%20fill='black'/%3e%3cpath%20d='M15.3217%2020.9034L2.68734%2022.5668C1.25523%2022.7587%200.332314%2024.1981%200.777859%2025.5736L1.09611%2026.5652C1.54165%2027.9407%203.13288%2028.5805%204.40587%2027.8767L15.6082%2021.7351C16.0537%2021.5112%2015.8309%2020.8394%2015.3217%2020.9034Z'%20fill='black'/%3e%3cpath%20d='M16.1492%2022.7267L5.26515%2029.4121C4.02399%2030.1798%203.80121%2031.8752%204.75595%2032.9308L5.4561%2033.7305C6.41084%2034.818%208.12937%2034.7541%208.98864%2033.6025L16.7539%2023.4305C17.0721%2022.9826%2016.5947%2022.4388%2016.1492%2022.7267Z'%20fill='black'/%3e%3cpath%20d='M17.6132%2024.0382L10.389%2034.5941C9.56158%2035.7777%2010.0389%2037.441%2011.3438%2038.0168L12.2985%2038.4326C13.6033%2039.0084%2015.1309%2038.2727%2015.481%2036.8652L18.4407%2024.3901C18.5998%2023.9103%2017.9315%2023.6224%2017.6132%2024.0382Z'%20fill='black'/%3e%3c/svg%3e");
}
@media (max-width: 767px) {
  .clients__description::before {
    bottom: auto;
    top: 5px;
  }
}
@media (max-width: 1476px) {
  .clients__description {
    margin-left: 0;
    margin-top: 32px;
  }
}
.clients__wrapper {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .clients__wrapper {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .clients__wrapper {
    margin-top: 20px;
  }
}
.clients__list {
  width: 285px;
  max-height: 600px;
  padding: 25px;
  overflow-y: auto;
  margin: -25px -25px 25px -25px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__list {
    width: 230px;
  }
}
@media (max-width: 1023px) {
  .clients__list {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 40px 10px 30px 10px;
    display: flex;
    position: relative;
  }
}
@media (max-width: 767px) {
  .clients__list {
    max-width: 100vw;
    padding: 40px 24px 30px 24px;
  }
}
.clients__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__list-wrapper {
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .clients__list-wrapper {
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.clients__back {
  display: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  padding-left: 20px;
  cursor: pointer;
  color: #7949f4;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -24px;
  transition: 0.2s ease;
}
@media (max-width: 1023px) {
  .clients__back {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 767px) {
  .clients__back {
    top: 8px;
  }
}
.clients__back.active {
  display: inline-block;
}
.clients__back::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #7949f4;
  border-top: 2px solid #7949f4;
  transform: rotate(315deg);
  border-radius: 1px;
  transition: 0.2s ease;
}
.clients__back:hover, .clients__back:active, .clients__back:focus {
  color: #4514c2;
}
.clients__back:hover::before, .clients__back:active::before, .clients__back:focus::before {
  border-color: #4514c2;
}
.clients__list-activated {
  display: none;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CACACA;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__list-activated {
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .clients__list-activated {
    flex-wrap: nowrap;
    gap: 12px;
    border-bottom: none;
    border-right: 1px solid #CACACA;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 24px;
    margin-right: 24px;
  }
}
.clients__list-activated.active {
  display: flex;
}
.clients__item {
  width: 100px;
  height: 100px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__item {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1023px) {
  .clients__item {
    min-width: 100px;
  }
}
.clients__item.hidden {
  display: none;
}
.clients__item:hover {
  border-color: #7949f4;
}
.clients__item.active {
  border-color: #7949f4;
}
.clients__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients__map-image {
  width: 1070px;
  max-width: none;
}
.clients__map {
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__map {
    transform: scale(0.67) translateX(-180px);
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .clients__map {
    transform: scale(0.87) translateX(-10px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients__map {
    transform: scale(0.65) translateX(15px);
    transform-origin: 0 0;
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .clients__map {
    order: 1;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .clients__map {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1000;
    padding-bottom: 0;
  }
}
.clients__pin {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.clients__pin--big .clients__pin-dot {
  opacity: 0;
}
.clients__pin--big .clients__pin-content {
  padding-right: 20px;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__pin--big .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .clients__pin--big .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients__pin--big .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.clients__pin--big .clients__pin-city {
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.clients__pin--big .clients__pin-count {
  background-color: #000000;
}
.clients__pin--big.active .clients__pin-dot {
  opacity: 1 !important;
  background: transparent;
}
.clients__pin--big.active .clients__pin-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 24px;
  height: 20px;
  background: no-repeat center center url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cellipse%20cx='1.99417'%20cy='6.97703'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='6.99417'%20cy='6.97703'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='11.9629'%20cy='6.97703'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='16.9551'%20cy='6.97703'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='21.9473'%20cy='6.97703'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='6.99417'%20cy='11.9663'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='11.9629'%20cy='11.9663'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='16.9551'%20cy='11.9663'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='11.9629'%20cy='16.9546'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='6.99417'%20cy='1.99559'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='11.9629'%20cy='1.99559'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3cellipse%20cx='16.9551'%20cy='1.99559'%20rx='1.99417'%20ry='1.99559'%20fill='%237949F4'/%3e%3c/svg%3e");
}
.clients__pin-dot {
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .clients__pin-dot:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    margin: auto;
    width: 15px;
    height: 15px;
  }
}
.clients__pin-content {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  padding: 5px 37px 5px 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
  border-radius: 32px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transform-origin: bottom center;
}
.clients__pin-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.clients__pin-content:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  z-index: 0;
}
.clients__pin-count {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto;
  width: 28px;
  height: 28px;
  text-align: center;
  display: flex;
  border-radius: 50%;
  color: #ffffff;
  background: #7949f4;
  align-items: center;
  justify-content: center;
}
.clients__pin-city {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.clients__pin:hover .clients__pin-dot, .clients__pin.active .clients__pin-dot {
  opacity: 0;
}
.clients__pin:hover .clients__pin-content, .clients__pin.active .clients__pin-content {
  padding-right: 37px;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__pin:hover .clients__pin-content, .clients__pin.active .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .clients__pin:hover .clients__pin-content, .clients__pin.active .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients__pin:hover .clients__pin-content, .clients__pin.active .clients__pin-content {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.clients__pin:hover .clients__pin-city, .clients__pin.active .clients__pin-city {
  width: auto;
  opacity: 1;
  transition: 0.2s ease;
}
.clients__pin:hover .clients__pin-count, .clients__pin.active .clients__pin-count {
  background-color: #7949f4;
}
.clients__pin:hover .clients__pin-content {
  z-index: 4;
}
.clients__client-card {
  position: absolute;
  padding: 24px;
  width: 275px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  z-index: 5;
  opacity: 0;
  transition: 0.2s ease;
  transform: scale(0);
  will-change: transform, opacity;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clients__client-card {
    bottom: -100% !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: 100%;
    position: fixed;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 44px;
  }
}
@media (max-width: 767px) {
  .clients__client-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 4px;
    width: 100px;
    margin: auto;
    border-radius: 8px;
    background-color: #DEDEDE;
  }
}
.clients__client-card.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .clients__client-card.active {
    transform: scale(1.5);
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .clients__client-card.active {
    transform: scale(1.2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients__client-card.active {
    transform: scale(1.5);
  }
}
@media (max-width: 767px) {
  .clients__client-card.active {
    bottom: 0 !important;
  }
}
.clients__client-card.--right {
  left: 0;
  right: auto;
}
.clients__client-card.--left {
  left: auto;
  right: 0;
}
.clients__client-card.--center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.clients__client-card.--bottom {
  top: 10px;
  bottom: auto;
}
.clients__client-card.--top {
  top: auto;
  bottom: 10px;
}
.clients__client-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  gap: 10px;
  border-bottom: 1px solid #DEDEDE;
}
.clients__client-logo {
  height: 46px;
  flex-shrink: 0;
  max-width: 90px;
}
.clients__client-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients__client-name {
  font-weight: 600;
}
.clients__client-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.clients__client-tag {
  border-radius: 14px;
  background: #F4F4F4;
  font-size: 13px;
  padding: 2px 12px;
}
.clients__client-link {
  margin-top: 24px;
}
.clients__client-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .clients__client-close {
    display: none;
  }
}
.clients__client-close::before, .clients__client-close::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -1px;
  width: 18px;
  height: 0;
  border-bottom: 2px solid #000000;
  border-radius: 1px;
  transition: 0.2s ease;
}
.clients__client-close::before {
  transform: rotate(45deg);
}
.clients__client-close::after {
  transform: rotate(135deg);
}
.clients__client-close:hover::before, .clients__client-close:hover::after {
  border-color: #7949f4;
}
@media (max-width: 1023px) {
  .clients__sidebar {
    order: 2;
  }
}
@media (max-width: 767px) {
  .clients__sidebar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1002;
    background-color: #ffffff;
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .clients__button {
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .clients__button {
    display: none;
  }
}
.clients__button-case {
  width: 100%;
}
@media (max-width: 767px) {
  .clients__pins {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px;
    scrollbar-width: none !important;
  }
  .clients__pins::-webkit-scrollbar {
    display: none !important;
  }
}
.clients__mobile {
  display: none;
}
@media (max-width: 767px) {
  .clients__mobile {
    display: block;
  }
}
.clients__geo {
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px;
}
.clients__favorite {
  position: absolute;
  cursor: pointer;
  max-width: 100px;
}
@media (max-width: 767px) {
  .clients__modal-content {
    display: inline-block;
    height: 100%;
    position: relative;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-height: 750px) {
  .clients__modal-content {
    top: -100px;
  }
}
.clients__close-modal {
  display: none;
}
@media (max-width: 767px) {
  .clients__close-modal {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 1001;
    cursor: pointer;
  }
  .clients__close-modal::before, .clients__close-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #000000;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .clients__close-modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.clients__background {
  display: none;
  transition: 0.2s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 4;
  background-color: #000000;
}
@media (max-width: 767px) {
  .clients__background--active {
    display: block;
  }
}

.breadcrumbs {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  display: flex;
  gap: 14px;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .breadcrumbs {
    top: 90px;
  }
}
.breadcrumbs__container {
  width: 100%;
  overflow: hidden;
}
.breadcrumbs__list {
  width: 100%;
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 760px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .breadcrumbs__list {
    max-width: 620px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .breadcrumbs__list {
    max-width: 420px;
  }
}
.breadcrumbs__item {
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
}
.breadcrumbs__item::after {
  content: "/";
  position: absolute;
  right: -9px;
  top: 0;
}
.breadcrumbs__item:last-child {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  transition: 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.breadcrumbs__link:hover {
  color: #4514c2;
}
.breadcrumbs--grey {
  color: #8E8E8E;
}
.breadcrumbs--grey .breadcrumbs__link:hover {
  color: #ffffff;
}
.breadcrumbs--white {
  color: #ffffff;
}
.breadcrumbs--white .breadcrumbs__link:hover {
  color: #7949f4;
}
.breadcrumbs--grey-violet {
  color: #8E8E8E;
}
.breadcrumbs--grey-violet .breadcrumbs__link:hover {
  color: #7949f4;
}
.breadcrumbs--relative {
  position: relative;
  top: 0;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .breadcrumbs--relative {
    margin-bottom: 32px;
  }
}

.promo {
  height: 770px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo {
    height: 690px;
  }
}
@media (max-width: 767px) {
  .promo {
    height: 736px;
    align-items: end;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.promo--white {
  color: #ffffff;
}
.promo__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.promo__image--notebooks {
  display: none;
}
@media (max-width: 1476px) {
  .promo__image--notebooks {
    display: block;
  }
}
.promo__image--tablets {
  display: none;
}
@media (max-width: 1023px) {
  .promo__image--tablets {
    display: block;
  }
}
.promo__image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .promo__image--mobile {
    display: block;
  }
}
.promo__wrapper {
  max-width: 585px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__wrapper {
    max-width: 424px;
    margin-top: 90px;
  }
}
.promo__description {
  margin: 16px 0 32px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__description {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .promo__description {
    margin-bottom: 24px;
  }
}
.promo__date {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background-color: #000000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 16px;
  margin: 16px 0 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.promo__date img {
  width: 16px;
  height: 16px;
}
.promo__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .promo__buttons {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .promo__buttons .button:first-child {
    order: 2;
  }
  .promo__buttons .button:last-child {
    order: 1;
  }
}
.promo__next {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.promo__next:hover .promo__next-arrow {
  transform: translateY(3px);
}
.promo__next-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  animation: spin 15s linear infinite;
}
.promo__next-arrow {
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .promo__words {
    margin-bottom: 160px;
  }
}
.promo__word {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
  display: block;
  position: relative;
  z-index: 2;
}
.promo__word--first {
  margin-bottom: 25px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__word--first {
    width: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__word--first {
    width: 94px;
  }
}
@media (max-width: 767px) {
  .promo__word--first {
    width: 57px;
  }
}
.promo__word--second {
  margin-bottom: 10px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__word--second {
    width: 506px;
    margin: -35px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__word--second {
    width: 372px;
    margin: -55px 0;
  }
}
@media (max-width: 767px) {
  .promo__word--second {
    width: 226px;
    margin: -75px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__word--third {
    width: 736px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__word--third {
    width: 541px;
  }
}
@media (max-width: 767px) {
  .promo__word--third {
    width: 328px;
  }
}
.promo__word.visible {
  opacity: 1;
  transform: translateY(0);
}
.promo__word.visible.promo__word--first {
  transition-delay: 0s;
}
.promo__word.visible.promo__word--second {
  transition-delay: 0.3s;
}
.promo__word.visible.promo__word--third {
  transition-delay: 0.6s;
}
@media (max-width: 767px) {
  .promo__container {
    position: relative;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo--industries .promo__image {
    -o-object-position: calc(50% - 150px) 50%;
       object-position: calc(50% - 150px) 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--industries .promo__image {
    -o-object-position: calc(50% - 150px) 50%;
       object-position: calc(50% - 150px) 50%;
  }
}
@media (max-width: 767px) {
  .promo--services .promo__wrapper {
    margin-bottom: 104px;
  }
}
.promo__clients {
  display: flex;
  width: 846px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__clients {
    width: 600px;
  }
}
@media (max-width: 1023px) {
  .promo__clients {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .promo__clients {
    margin-top: 0;
    margin-bottom: 88px;
  }
}
.promo__client {
  display: block;
  position: absolute;
  background-color: #ffffff;
  padding: 24px;
  width: 336px;
  border-radius: 24px;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: top 0.1s ease, right 0.1s ease, transform 0.5s ease;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__client {
    width: 296px;
  }
}
@media (max-width: 1023px) {
  .promo__client {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    padding: 16px;
  }
}
.promo__client-name {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
  position: relative;
}
.promo__client-description {
  display: block;
  color: #8E8E8E;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 10px;
  position: relative;
  max-width: 187px;
}
@media (max-width: 1023px) {
  .promo__client-description {
    margin-bottom: 60px;
  }
}
.promo__client-link {
  padding: 12px 20px;
  border-radius: 24px;
  background-color: #000000;
  display: inline-block;
  position: relative;
}
.promo__client-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__client-image {
    bottom: -5px;
    right: -10px;
    max-height: 130px;
  }
}
@media (max-width: 1023px) {
  .promo__client-image {
    bottom: 0;
    right: -10px;
    max-height: 125px;
  }
}
.promo__client-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo__client--white {
  color: #ffffff;
}
.promo__client--white .promo__client-description {
  color: #ffffff;
}
.promo__client:nth-child(1) {
  top: -157px;
  right: 479px;
  transform: rotate(-32deg);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__client:nth-child(1) {
    top: -144px;
    right: 315px;
  }
}
.promo__client:nth-child(1):hover {
  transform: translateY(-46px) rotate(-32deg) !important;
}
@media (max-width: 1023px) {
  .promo__client:nth-child(1):hover {
    transform: none !important;
  }
}
.promo__client:nth-child(2) {
  right: 283px;
  top: -147px;
  transform: rotate(-20deg);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__client:nth-child(2) {
    right: 177px;
    top: -139px;
  }
}
.promo__client:nth-child(2):hover {
  transform: translateY(-46px) rotate(-20deg) !important;
}
@media (max-width: 1023px) {
  .promo__client:nth-child(2):hover {
    transform: none !important;
  }
}
.promo__client:nth-child(3) {
  right: 125px;
  top: -80px;
  transform: rotate(-6deg);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__client:nth-child(3) {
    right: 70px;
  }
}
.promo__client:nth-child(3):hover {
  transform: translateY(-46px) rotate(-6deg) !important;
}
@media (max-width: 1023px) {
  .promo__client:nth-child(3):hover {
    transform: none !important;
  }
}
.promo__client:nth-child(4) {
  transform: rotate(7deg);
}
.promo__client:nth-child(4):hover {
  transform: translateY(-46px) rotate(7deg) !important;
}
@media (max-width: 1023px) {
  .promo__client:nth-child(4):hover {
    transform: none !important;
  }
}
.promo--clients {
  height: 640px;
  background-color: #F4F4F4;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients {
    height: 720px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .promo--clients {
    height: 736px;
  }
}
.promo--clients .promo__image {
  width: 1090px;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
  max-width: none;
  opacity: 0.5;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo--clients .promo__image {
    right: -320px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients .promo__image {
    right: -630px;
    top: -50px;
  }
}
@media (max-width: 767px) {
  .promo--clients .promo__image {
    width: 1070px;
    right: -640px;
    top: -40px;
  }
}
.promo--clients .promo__container {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients .promo__container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .promo--clients .promo__container {
    flex-direction: column-reverse;
  }
}
.promo--clients .promo__wrapper {
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo--clients .promo__wrapper {
    width: 296px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients .promo__wrapper {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients .promo__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .promo--clients .slick-list {
    margin: 0 -12px;
  }
  .promo--clients .slick-slide {
    margin: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--clients .promo__description {
    max-width: 560px;
  }
}
.promo--media {
  background: linear-gradient(270deg, #121239 0%, #151516 100%);
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promo--media {
    height: 720px;
  }
}
.promo--media .promo__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .promo--media .promo__container {
    flex-direction: column;
    align-items: start;
  }
}
.promo--media .promo__media {
  margin-right: 180px;
  margin-top: 50px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo--media .promo__media {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--media .promo__media {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .promo--media .promo__media {
    margin-right: 0;
    margin-bottom: 90px;
  }
}
.promo--media .promo__media-link {
  display: inline-block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.4s ease;
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--media .promo__media-link {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .promo--media .promo__media-link {
    font-size: 40px;
  }
}
.promo--media .promo__media-item--disabled .promo__media-link {
  opacity: 0.3;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo--media .promo__wrapper {
    max-width: 376px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--media .promo__wrapper {
    max-width: 348px;
  }
}
.promo__objects {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.promo__objects img {
  position: absolute;
  top: -225px;
  width: 225px;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  opacity: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__objects img {
    top: -186px;
    width: 186px;
    height: 186px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__objects img {
    top: -186px;
    width: 186px;
    height: 186px;
  }
}
@media (max-width: 767px) {
  .promo__objects img {
    top: -135px;
    width: 135px;
    height: 135px;
  }
}
.promo__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
.promo__video-head {
  font-size: 260px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.6px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
  color: #ffffff;
  margin-top: 80px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .promo__video-head {
    font-size: 240px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__video-head {
    font-size: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__video-head {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .promo__video-head {
    font-size: 70px;
  }
}
.promo__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .promo__video video {
    display: none;
  }
}
.promo__video-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .promo__video-image--tablets {
    display: block;
  }
}
@media (max-width: 767px) {
  .promo__video-image--mobile {
    display: block;
  }
}
.promo--small {
  height: 516px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo--small {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--small {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .promo--small {
    height: 386px;
    align-items: center;
    margin-bottom: 40px;
  }
}
.promo--detail {
  height: 627px;
  align-items: start;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo--detail {
    height: 640px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--detail {
    height: 720px;
  }
}
@media (max-width: 767px) {
  .promo--detail {
    height: 736px;
    align-items: end;
  }
}
.promo--detail .promo__wrapper {
  max-width: 816px;
  margin-top: 196px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo--detail .promo__wrapper {
    margin-top: 244px;
  }
}
.promo__it {
  flex-direction: column;
  height: 640px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .promo__it {
    height: 540px;
    margin-bottom: 24px;
  }
}
.promo__about {
  height: 900px;
  background: #0C0D10;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__about {
    height: 824px;
  }
}
@media (max-width: 767px) {
  .promo__about {
    height: 736px;
  }
}
.promo__about .promo__image {
  z-index: 0;
}
@media (min-width: 1921px) {
  .promo__about .promo__image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__about .promo__image {
    -o-object-position: calc(50% - 150px) 50%;
       object-position: calc(50% - 150px) 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__about .promo__image {
    -o-object-position: calc(50% - 160px) 50%;
       object-position: calc(50% - 160px) 50%;
  }
}
@media (max-width: 767px) {
  .promo__about .promo__image {
    -o-object-position: calc(50% - 285px) 50%;
       object-position: calc(50% - 285px) 50%;
  }
}
.promo__about .promo__wrapper {
  position: relative;
  max-width: 720px;
  color: #ffffff;
  margin-bottom: 100px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__about .promo__wrapper {
    max-width: 536px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__about .promo__wrapper {
    max-width: 434px;
  }
}
@media (max-width: 767px) {
  .promo__about .promo__wrapper {
    margin-bottom: 210px;
  }
}
.promo__main {
  background-color: #F3F6FB;
  height: 860px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .promo__main {
    height: 770px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__main {
    height: 720px;
  }
}
@media (max-width: 767px) {
  .promo__main {
    height: 736px;
  }
}
.promo__main video {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
  width: 1110px;
  height: 634px;
}
@media (max-width: 767px) {
  .promo__main video {
    max-height: 377px;
    -o-object-position: right;
       object-position: right;
  }
}
.promo__main .promo__head {
  display: none;
}
.promo__main-overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 1110px;
  height: 344px;
  background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, #F3F6FB 78.84%);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .promo__main-overlay {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .promo__main-overlay {
    width: 100%;
    height: 278px;
  }
}
@media (max-width: 767px) {
  .promo__main-overlay {
    width: 100%;
    height: 278px;
    bottom: 130px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navigation {
  position: sticky;
  top: 15px;
  z-index: 300;
}
@media (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation__wrapper {
  border-radius: 16px;
  background-color: #000000;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.navigation__items {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.navigation__item {
  flex-shrink: 0;
  white-space: nowrap;
  list-style: none;
}
.navigation__item--hidden {
  display: none !important;
}
.navigation__link {
  color: #ffffff;
  padding: 9px 20px;
  display: block;
  border-radius: 12px;
  transition: 0.2s ease;
  background: transparent;
  white-space: nowrap;
  text-decoration: none;
}
.navigation__link:hover, .navigation__link--active {
  background-color: #2f2f32;
}
.navigation__button {
  flex-shrink: 0;
  margin-left: 8px;
}
.navigation__button .button {
  white-space: nowrap;
  border-radius: 12px;
  padding: 7px 29px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navigation__button .button.visible {
  opacity: 1;
  visibility: visible;
}
.navigation__more {
  position: relative;
  display: none;
  flex-shrink: 0;
}
.navigation__more--visible {
  display: block;
}
.navigation__more--open .navigation__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.navigation__more--open .navigation__more-button {
  background-color: #2f2f32 !important;
}
.navigation__more--open svg {
  transform: rotate(180deg);
}
.navigation__more-button {
  color: #ffffff;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  transition: 0.2s ease;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
}
.navigation__more-button--active {
  background-color: #2f2f32;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__more-button:hover {
    background-color: #2f2f32;
  }
  .navigation__more-button:hover svg {
    transform: rotate(180deg);
  }
}
.navigation__more-button svg {
  transition: transform 0.2s ease;
}
.navigation__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background-color: #000000;
  border-radius: 16px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 350;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__more:hover .navigation__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (hover: none) and (pointer: coarse) {
  .navigation__more:hover .navigation__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
}
.navigation__dropdown .navigation__link {
  padding: 12px 16px;
  margin: 2px 0;
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}
.navigation__dropdown .navigation__link:hover {
  background-color: #2f2f32;
}

.opportunities {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .opportunities {
    padding: 80px 0;
  }
}
.opportunities__title {
  max-width: 696px;
  position: relative;
}
@media (min-width: 1024px) {
  .opportunities__title {
    top: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .opportunities__title {
    top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .opportunities__title {
    max-width: 596px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .opportunities__text {
    max-width: 596px;
  }
}
.opportunities__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .opportunities__list {
    margin-top: 40px !important;
    padding-top: 0 !important;
  }
}
.opportunities__item {
  border-radius: 24px;
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex: 0 0 calc(33.333% - 16px);
  box-sizing: border-box;
  min-width: 0;
}
.opportunities__head {
  height: 136px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: end;
}
.opportunities__name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
}
.opportunities__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.opportunities__content {
  background-color: #ffffff;
  padding: 24px;
}
.opportunities__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.opportunities__row:last-child {
  margin-bottom: 0;
}
.opportunities__icon {
  flex: 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opportunities__icon img {
  width: 100%;
  height: auto;
  max-width: 24px;
  max-height: 24px;
  display: block;
}
.opportunities__description {
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .opportunities__description {
    max-width: 596px;
  }
}
.opportunities__slider {
  padding-top: 56px;
  position: relative;
}
@media (max-width: 767px) {
  .opportunities__slider {
    padding-top: 40px;
  }
}
.opportunities__slider .opportunities__item {
  flex: inherit;
  height: auto;
}
@media (max-width: 1476px) {
  .opportunities__list {
    display: block;
    padding-top: 60px;
    margin-top: 0;
    position: relative;
  }
  .opportunities__list .opportunities__item {
    flex: inherit;
    height: auto;
  }
}

.webinar {
  background-color: #BFA8FC;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar {
    padding: 14px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .webinar {
    padding: 32px 0 24px;
  }
  .webinar::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 35px;
    right: -12px;
    top: 80px;
    background-image: url("data:image/svg+xml,%3csvg%20width='52'%20height='35'%20viewBox='0%200%2052%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M51.387%2025.9972C50.7913%2028.4715%2049.9168%2031.7855%2048.9204%2034.0953M48.9204%2034.0953C48.8057%2034.3614%2047.1517%2032.9484%2047.081%2032.8768C45.5277%2031.3081%2044.2273%2029.5843%2042.9398%2027.7989M48.9204%2034.0953C49.1277%2020.2667%2040.6377%209.15635%2030.8929%207.65448C29.927%207.50562%2028.8757%207.34461%2027.8145%207.27787M27.8145%207.27787C26.1246%207.17158%2024.4099%207.30437%2022.9763%208.106C21.6533%208.84589%2020.2415%2010.367%2020.2352%2011.953C20.2235%2014.9156%2023.9181%2016.2533%2026.2017%2014.5391C28.2085%2013.0328%2029.0524%209.4296%2027.8145%207.27787ZM27.8145%207.27787C27.7884%207.23248%2027.7614%207.18774%2027.7334%207.14368C20.9819%20-3.49145%206.648%200.238158%200.618592%208.5993'%20stroke='black'%20stroke-width='1.23742'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    pointer-events: none;
    transform: rotate(83deg);
  }
  .webinar::after {
    content: "";
    position: absolute;
    width: 114px;
    height: 72px;
    right: -28px;
    top: -7px;
    background-image: url("../assets/webinar-2.svg");
    pointer-events: none;
    transform: rotate(-38deg) scaleX(-1);
  }
}
.webinar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__wrapper {
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .webinar__wrapper {
    flex-direction: column;
  }
}
.webinar__description {
  position: relative;
  padding-left: 170px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__description {
    padding-left: 130px;
  }
}
@media (max-width: 767px) {
  .webinar__description {
    padding-left: 0;
    text-align: center;
    order: 1;
  }
}
.webinar__description::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 166px;
  height: 72px;
  bottom: 0;
  left: -15px;
  margin: auto;
  background-image: url("../assets/webinar-1.svg");
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__description::before {
    background-image: url("../assets/webinar-7.svg");
    width: 82px;
    left: -2px;
    height: 76px;
  }
}
@media (max-width: 767px) {
  .webinar__description::before {
    background-image: url("../assets/webinar-7.svg");
    width: 82px;
    height: 76px;
    top: -88px;
    left: -45px;
    transform: rotate(45deg);
  }
}
@media (max-width: 1023px) {
  .webinar__description::after {
    content: "";
    position: absolute;
    top: 50px;
    width: 19px;
    height: 23px;
    bottom: 0;
    left: 90px;
    background-image: url("data:image/svg+xml,%3csvg%20width='19'%20height='23'%20viewBox='0%200%2019%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.1603%200.666577L13.6621%205.6068C12.7895%208.48399%2013.6038%2011.6075%2015.77%2013.6925L18.2795%2016.1079L14.8676%2015.4072C11.9225%2014.8023%208.88692%2015.8998%207.00953%2018.2482L3.78598%2022.2805L5.28424%2017.3403C6.15682%2014.4631%205.34254%2011.3396%203.17633%209.2546L0.666824%206.83918L4.07869%207.5399C7.02382%208.14476%2010.0594%207.04727%2011.9368%204.69886L15.1603%200.666577Z'%20fill='white'%20stroke='black'%20stroke-width='1.33333'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .webinar__description::after {
    top: 60px;
    left: -18px;
    transform: rotate(100deg);
  }
}
.webinar__datetime {
  padding: 2px 10px;
  border-radius: 6px;
  background-color: #DEDEDE;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__datetime {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .webinar__datetime {
    margin-bottom: 8px;
  }
}
.webinar__datetime::before {
  content: "";
  width: 181px;
  height: 54px;
  background-color: rgba(243, 62, 231, 0.5);
  border-radius: 50%;
  filter: blur(20.394px);
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__datetime::before {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .webinar__datetime::before {
    left: -35px;
    width: 210px;
    height: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__datetime::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -60px;
    width: 52px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3csvg%20width='52'%20height='35'%20viewBox='0%200%2052%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M51.387%2025.9972C50.7913%2028.4715%2049.9168%2031.7855%2048.9204%2034.0953M48.9204%2034.0953C48.8057%2034.3614%2047.1517%2032.9484%2047.081%2032.8768C45.5277%2031.3081%2044.2273%2029.5843%2042.9398%2027.7989M48.9204%2034.0953C49.1277%2020.2667%2040.6377%209.15635%2030.8929%207.65448C29.927%207.50562%2028.8757%207.34461%2027.8145%207.27787M27.8145%207.27787C26.1246%207.17158%2024.4099%207.30437%2022.9763%208.106C21.6533%208.84589%2020.2415%2010.367%2020.2352%2011.953C20.2235%2014.9156%2023.9181%2016.2533%2026.2017%2014.5391C28.2085%2013.0328%2029.0524%209.4296%2027.8145%207.27787ZM27.8145%207.27787C27.7884%207.23248%2027.7614%207.18774%2027.7334%207.14368C20.9819%20-3.49145%206.648%200.238158%200.618592%208.5993'%20stroke='black'%20stroke-width='1.23742'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  }
}
.webinar__name {
  width: 600px;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar__name {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__name {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .webinar__name {
    width: 100%;
  }
}
.webinar__button {
  font-weight: 600;
  border-radius: 24px;
  background: #ffffff;
  padding: 10px 20px;
  position: relative;
  transition: 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .webinar__button {
    order: 3;
    width: 100%;
    text-align: center;
  }
}
.webinar__button::before {
  content: "";
  position: absolute;
  width: 114px;
  height: 72px;
  left: -115px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../assets/webinar-2.svg");
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar__button::before {
    width: 55px;
    height: 44px;
    left: -60px;
    top: -40px;
    background-image: url("data:image/svg+xml,%3csvg%20width='52'%20height='43'%20viewBox='0%200%2052%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_704_6068)'%3e%3cpath%20d='M23.4536%205.034L21.7191%2012.251C21.0165%2015.1744%2022.0123%2018.2448%2024.2969%2020.1993L28.3743%2023.6877L23.0638%2022.9178C20.0883%2022.4865%2017.1223%2023.7599%2015.3856%2026.2142L11.0983%2032.2733L12.8328%2025.0563C13.5354%2022.133%2012.5396%2019.0625%2010.255%2017.108L6.1776%2013.6197L11.488%2014.3895C14.4635%2014.8208%2017.4296%2013.5474%2019.1663%2011.0931L23.4536%205.034Z'%20fill='white'%20stroke='black'%20stroke-width='1.33333'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M48.7581%2028.0215L47.9561%2029.0518C46.1092%2031.4243%2045.7485%2034.6319%2047.0223%2037.3554L47.1367%2037.5999L46.9093%2037.4543C44.3773%2035.833%2041.1501%2035.7681%2038.5551%2037.2864L37.4281%2037.9458L38.2302%2036.9155C40.0771%2034.5431%2040.4378%2031.3354%2039.164%2028.612L39.0496%2028.3674L39.277%2028.513C41.8089%2030.1344%2045.0362%2030.1992%2047.6312%2028.6809L48.7581%2028.0215Z'%20fill='white'%20stroke='black'%20stroke-width='1.33333'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_704_6068'%3e%3crect%20width='52'%20height='43'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__button::before {
    width: 55px;
    height: 44px;
    left: -80px;
    top: -85px;
    background-image: url("data:image/svg+xml,%3csvg%20width='52'%20height='43'%20viewBox='0%200%2052%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_704_6068)'%3e%3cpath%20d='M23.4536%205.034L21.7191%2012.251C21.0165%2015.1744%2022.0123%2018.2448%2024.2969%2020.1993L28.3743%2023.6877L23.0638%2022.9178C20.0883%2022.4865%2017.1223%2023.7599%2015.3856%2026.2142L11.0983%2032.2733L12.8328%2025.0563C13.5354%2022.133%2012.5396%2019.0625%2010.255%2017.108L6.1776%2013.6197L11.488%2014.3895C14.4635%2014.8208%2017.4296%2013.5474%2019.1663%2011.0931L23.4536%205.034Z'%20fill='white'%20stroke='black'%20stroke-width='1.33333'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M48.7581%2028.0215L47.9561%2029.0518C46.1092%2031.4243%2045.7485%2034.6319%2047.0223%2037.3554L47.1367%2037.5999L46.9093%2037.4543C44.3773%2035.833%2041.1501%2035.7681%2038.5551%2037.2864L37.4281%2037.9458L38.2302%2036.9155C40.0771%2034.5431%2040.4378%2031.3354%2039.164%2028.612L39.0496%2028.3674L39.277%2028.513C41.8089%2030.1344%2045.0362%2030.1992%2047.6312%2028.6809L48.7581%2028.0215Z'%20fill='white'%20stroke='black'%20stroke-width='1.33333'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_704_6068'%3e%3crect%20width='52'%20height='43'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
}
@media (max-width: 767px) {
  .webinar__button::before {
    left: -70px;
    top: -120px;
  }
}
.webinar__button::after {
  content: "";
  position: absolute;
  top: -21px;
  left: -60px;
  width: 285px;
  height: 116px;
  background-image: url("../assets/webinar-bg.png");
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar__button::after {
    top: -34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__button::after {
    top: -31px;
    left: -70px;
    width: 304px;
    height: 164px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .webinar__button::after {
    top: -20px;
    left: 0;
    right: 0;
    height: 130px;
    width: calc(100% - 60px);
    background-size: contain;
    margin: auto;
  }
}
.webinar__button span {
  position: absolute;
  bottom: 4px;
  left: 8px;
  margin: auto;
  display: block;
  width: calc(100% - 16px);
  height: 70%;
  border-radius: 24px;
  filter: blur(6px);
  background: linear-gradient(180deg, rgba(70, 38, 250, 0) 0%, rgba(70, 38, 250, 0.4) 100%);
  transition: 0.2s ease;
}
.webinar__button:hover {
  color: #ffffff;
  background-color: #000000;
}
.webinar__button:hover span {
  opacity: 0;
}
.webinar__time {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 11px 16px;
  margin-right: 72px;
  margin-left: 88px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #000000;
  position: relative;
  width: 120px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar__time {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__time {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
    padding: 4px 12px;
    width: 84px;
  }
}
@media (max-width: 767px) {
  .webinar__time {
    order: 2;
    margin: 24px 0 24px 60px;
    font-size: 16px;
    padding: 6px 12px;
    width: 84px;
  }
}
.webinar__time::after {
  content: "";
  position: absolute;
  width: 348px;
  height: 72px;
  top: 0;
  bottom: 0;
  right: -65px;
  margin: auto;
  background-image: url("../assets/webinar-3.svg");
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .webinar__time::after {
    right: -130px;
    z-index: -1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .webinar__time::after {
    right: -145px;
    z-index: -1;
    background-size: contain;
    width: 317px;
    height: 66px;
  }
}
@media (max-width: 767px) {
  .webinar__time::after {
    right: -152px;
    z-index: -1;
    background-size: contain;
    width: 326px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .webinar__time::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 45px;
    top: -6px;
    left: -95px;
    background-color: #BFA8FC;
  }
}

.solutions {
  background-color: #131313;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .solutions {
    padding: 80px 0;
    position: relative;
    z-index: 20;
    transform: none !important;
  }
}
.solutions__subtitle {
  color: #ffffff;
  margin-bottom: 56px;
}
.solutions__wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023px) {
  .solutions__wrapper {
    flex-direction: column;
  }
}
.solutions__left {
  width: calc(25% - 18px);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__left {
    width: calc(33.333333% - 18px);
  }
}
@media (max-width: 1023px) {
  .solutions__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solutions__left {
    position: sticky;
    top: 74px;
    z-index: 2;
  }
}
.solutions__right {
  width: calc(75% - 6px);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__right {
    width: calc(66.666666% - 6px);
  }
}
@media (max-width: 1023px) {
  .solutions__right {
    width: 100%;
  }
}
.solutions__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.solutions__tags-title {
  display: none;
}
.solutions__tags-buttons {
  display: none;
}
@media (max-width: 767px) {
  .solutions__tags-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000;
    padding: 40px 24px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .solutions__tags-wrapper--active {
    display: block;
  }
}
@media (max-width: 767px) {
  .solutions__tags-wrapper-inner {
    background-color: #131313;
    border-radius: 16px;
    padding: 24px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .solutions__tags-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 40px;
    right: 24px;
    cursor: pointer;
  }
  .solutions__tags-close::before, .solutions__tags-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transform-origin: center;
  }
  .solutions__tags-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .solutions__tags-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .solutions__tags-title {
    display: block;
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .solutions__tags-buttons {
    position: absolute;
    bottom: 40px;
    left: 24px;
    right: 24px;
    display: flex !important;
    gap: 12px;
  }
  .solutions__tags-buttons .button {
    text-align: center;
    justify-content: center;
  }
  .solutions__tags-buttons .button--white {
    width: 100%;
  }
  .solutions__tags-buttons .button--white.loader {
    font-size: 0;
  }
  .solutions__tags-buttons .button--white.loader .general__loader {
    display: block;
  }
  .solutions__tags-buttons .button--white:hover, .solutions__tags-buttons .button--white:active, .solutions__tags-buttons .button--white:focus {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
  }
  .solutions__tags-buttons .button--black-white {
    display: none;
  }
  .solutions__tags-buttons .button--black-white--active {
    display: flex;
  }
}
.solutions__tag {
  padding: 1px 10px;
  color: #8E8E8E;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  background-color: #222;
  border-radius: 14px;
  transition: 0.2s ease;
  border: 1px solid #222;
  cursor: pointer;
}
.solutions__tag:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.solutions__tag--active, .solutions__tag:active, .solutions__tag:focus, .solutions__tag.active {
  border-color: #ffffff;
  color: #000000 !important;
  background-color: #ffffff;
}
.solutions__reset {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  transition: 0.2s ease;
  cursor: pointer;
  margin-top: 24px;
  display: inline-block;
  transform: scale(0);
}
.solutions__reset::before, .solutions__reset::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 18px;
  height: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 1px;
  transition: 0.2s ease;
}
.solutions__reset::before {
  transform: rotate(45deg);
}
.solutions__reset::after {
  transform: rotate(135deg);
}
.solutions__reset:hover {
  color: #7949f4;
}
.solutions__reset:hover::before, .solutions__reset:hover::after {
  border-color: #7949f4;
}
.solutions__reset:focus, .solutions__reset:active {
  color: #4514c2;
}
.solutions__reset:focus::before, .solutions__reset:focus::after, .solutions__reset:active::before, .solutions__reset:active::after {
  border-color: #4514c2;
}
.solutions__reset--active {
  transform: scale(1);
}
@media (max-width: 767px) {
  .solutions__reset {
    display: none;
  }
}
.solutions__items {
  max-height: 960px;
  overflow-y: auto;
  padding-right: 24px;
  margin-right: -32px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__items {
    padding-right: 8px;
    margin-right: -24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions__items {
    padding-right: 8px;
    margin-right: -16px;
    max-height: 810px;
  }
}
@media (max-width: 767px) {
  .solutions__items {
    padding-right: 0;
    max-height: none;
    overflow: hidden;
    margin-right: 0;
  }
}
.solutions__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-content: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .solutions__items-wrapper {
    padding-bottom: 0;
  }
}
.solutions__item {
  flex: 0 0 calc(33.333% - 16px);
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  min-height: 454px;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateY(20px);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__item {
    flex: 0 0 calc(50% - 12px);
    min-height: 409px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .solutions__item {
    flex: 0 0 calc(50% - 12px);
    min-height: 414px;
  }
}
@media (max-width: 767px) {
  .solutions__item {
    flex: 0 0 100%;
    min-height: 410px;
  }
}
.solutions__item--mark .solutions__item-wrapper {
  border-color: #7949f4;
}
.solutions__item--animation {
  animation: fadeInUp 0.3s ease forwards;
}
.solutions__item--hidden {
  animation: fadeOutDown 0.3s ease forwards;
}
.solutions__item-transform {
  height: 100%;
}
.solutions__item-wrapper {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #2f2f32;
  background-color: #2f2f32;
  overflow: hidden;
  border-radius: 16px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  perspective: 1000px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__item-wrapper {
    padding: 28px;
  }
}
@media (max-width: 1023px) {
  .solutions__item-wrapper {
    padding: 24px;
  }
}
.solutions__item--active .solutions__item-wrapper {
  transform: rotateY(180deg) perspective(1000px);
  background-color: #ffffff;
  border-color: #ffffff;
}
.solutions__item--active .solutions__item-name {
  color: #000000;
}
.solutions__item--active .solutions__item-description {
  color: #000000;
}
.solutions__item--active .solutions__item-image {
  opacity: 0;
}
.solutions__item--active .solutions__item-tags {
  opacity: 0;
}
.solutions__item--active .solutions__item-more {
  opacity: 1;
  visibility: visible;
}
.solutions__item--active .solutions__item-button {
  opacity: 0;
}
.solutions__item--active .solutions__item-transform {
  transform: rotateY(-180deg);
}
@media (min-width: 1024px) {
  .solutions__item:hover .solutions__item-wrapper {
    transform: rotateY(180deg) perspective(1000px);
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .solutions__item:hover .solutions__item-name {
    color: #000000;
  }
  .solutions__item:hover .solutions__item-description {
    color: #000000;
  }
  .solutions__item:hover .solutions__item-image {
    opacity: 0;
  }
  .solutions__item:hover .solutions__item-tags {
    opacity: 0;
  }
  .solutions__item:hover .solutions__item-more {
    opacity: 1;
    visibility: visible;
  }
  .solutions__item:hover .solutions__item-button {
    opacity: 0;
  }
  .solutions__item:hover .solutions__item-transform {
    transform: rotateY(-180deg);
  }
}
.solutions__item-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
  transition: 0.3s ease;
}
.solutions__item-description {
  color: #ffffff;
  margin-bottom: 24px;
  transition: 0.3s ease;
}
.solutions__item-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 130px;
  max-height: 155px;
  transition: 0.3s ease;
}
@media (max-width: 1476px) {
  .solutions__item-image {
    bottom: 24px;
    max-width: 98px;
    max-height: 116px;
  }
}
@media (max-width: 1023px) {
  .solutions__item-image {
    bottom: 82px;
  }
}
.solutions__item-tags {
  margin-top: auto;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  transition: 0.3s ease;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .solutions__item-tags {
    padding-right: 40px;
  }
}
.solutions__item-tag {
  padding: 2px 10px;
  color: #8E8E8E;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  background-color: #222;
  border-radius: 14px;
  white-space: nowrap;
}
.solutions__item-tag--mark {
  background-color: #4514c2;
  color: #ffffff;
}
.solutions__item-button {
  display: none;
  margin-top: 16px;
  width: 100%;
}
@media (max-width: 1023px) {
  .solutions__item-button {
    display: block;
  }
}
.solutions__item-more {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  padding: 0 32px;
  transition: 0.3s ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .solutions__item-more {
    bottom: 24px;
    padding: 0 24px;
  }
}
.solutions__item-more .button {
  width: 100%;
}
.solutions__item-link {
  line-height: 150%;
  font-weight: 600;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  transition: 0.3s ease;
}
.solutions__item-link svg {
  transition: 0.3s ease;
}
.solutions__item-link:hover svg {
  transform: rotate(45deg);
}
.solutions__filter {
  display: none;
  margin: 0 -24px;
  padding: 12px 0 16px;
  transition: 0.2s ease;
  gap: 12px;
  align-items: center;
}
@media (max-width: 767px) {
  .solutions__filter {
    display: flex;
  }
}
.solutions__filter-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.solutions__filter-icon svg path {
  transition: 0.2s ease;
}
.solutions__filter--active {
  background-color: #000000;
}
.solutions__filter--active .solutions__filter-icon {
  background-color: #000000;
}
.solutions__filter--active .solutions__filter-icon svg path {
  fill: #ffffff;
}
.solutions__filter--active .solutions__filter-scroll {
  display: block;
}
.solutions__filter-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.solutions__filter-tag {
  border-radius: 14px;
  background-color: #ffffff;
  padding: 8px 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  position: relative;
  margin-right: 4px;
  white-space: nowrap;
}
.solutions__filter-tag::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M7.56486 0.180242C7.80518 -0.0600807 8.19473 -0.0600807 8.43505 0.180242C8.67532 0.420569 8.67535 0.810129 8.43505 1.05043L5.17784 4.30765L8.43505 7.56486C8.67532 7.80518 8.67535 8.19474 8.43505 8.43505C8.19474 8.67535 7.80518 8.67532 7.56486 8.43505L4.30764 5.17784L1.05043 8.43505C0.810127 8.67535 0.420566 8.67532 0.18024 8.43505C-0.0600812 8.19473 -0.0600789 7.80518 0.18024 7.56486L3.43745 4.30765L0.18024 1.05043C-0.0600812 0.810113 -0.0600789 0.420565 0.18024 0.180242C0.420563 -0.0600807 0.81011 -0.0600807 1.05043 0.180242L4.30764 3.43745L7.56486 0.180242Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #000000;
  border: 1px solid #ffffff;
  background-origin: content-box;
  padding: 3px;
}
.solutions__filter-scroll {
  display: none;
  overflow-x: auto;
  padding-top: 4px;
}
.solutions__more {
  display: none;
  text-align: center;
  margin-top: 24px;
  color: #ffffff;
}

body.solutions--index .solutions {
  z-index: 2000;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.scrolling-words {
  padding: 120px 0;
  background-color: #131313;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scrolling-words {
    padding: 80px 0;
  }
}
.scrolling-words__track {
  display: flex;
  animation: move 2s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
  will-change: trasform;
}
.scrolling-words__item {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 72px;
  position: relative;
  color: #8E8E8E;
}
@media (max-width: 767px) {
  .scrolling-words__item {
    font-size: 24px;
    padding: 0 36px;
  }
}
.scrolling-words__item::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -7px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .scrolling-words__item::after {
    font-size: 20px;
    top: -1px;
  }
}
.scrolling-words--white {
  background-color: #F4F4F4;
}
.scrolling-words--small {
  background-color: #7949f4;
  padding: 16px 0;
}
.scrolling-words--small .scrolling-words__item {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  padding: 0 11px;
}
.scrolling-words--small .scrolling-words__item::after {
  content: "";
  width: 2px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
  border-radius: 50%;
  background-color: currentColor;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.money {
  padding: 160px 0;
  background-color: #131313;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .money {
    padding: 120px 0;
  }
}
.money--small {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .money--small {
    padding: 80px 0;
  }
}
.money__wrapper {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1476px) {
  .money__wrapper {
    padding: 0 12px;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .money__wrapper {
    max-width: 936px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .money__wrapper {
    max-width: 744px;
  }
}
@media (max-width: 767px) {
  .money__wrapper {
    max-width: 100%;
    padding: 0 24px;
  }
}
.money__right {
  padding-top: 300px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .money__right {
    padding-top: 40px;
    padding-left: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .money__right {
    padding-top: 40px;
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .money__right {
    padding-top: 40px;
  }
}
.money__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 96px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.4;
  width: 695px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .money__title {
    font-size: 64px;
    width: 625px;
  }
}
@media (max-width: 767px) {
  .money__title {
    font-size: 40px;
    width: 100%;
  }
}
.money__item {
  margin-bottom: 24px;
  position: relative;
  padding-left: 26px;
  width: 488px;
}
@media (max-width: 767px) {
  .money__item {
    width: 100%;
  }
}
.money__item-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #8E8E8E;
  opacity: 0.6;
  transition: 0.2s ease;
  cursor: pointer;
}
.money__item-name:hover {
  opacity: 1;
}
.money__item-description {
  color: #ffffff;
  display: none;
  margin-top: 8px;
  width: 392px;
}
@media (max-width: 767px) {
  .money__item-description {
    width: 100%;
  }
}
.money__item-icon {
  position: absolute;
  top: 4px;
  left: 0;
}
.money__item-icon svg path {
  transition: 0.2s ease;
}
.money__item--active .money__item-name, .money__item--initial .money__item-name {
  opacity: 1;
  color: #ffffff;
}
.money__item--active .money__item-icon svg path, .money__item--initial .money__item-icon svg path {
  fill: #ffffff;
}
.money__item--initial .money__item-description {
  display: block;
}
.money__item:last-child {
  margin-bottom: 0;
}
.money__coin {
  position: absolute;
  pointer-events: none;
  z-index: 200;
}
@media (max-width: 767px) {
  .money__coin {
    transform: scale(0.5);
  }
}

.cases {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cases {
    padding: 80px 0;
  }
}
.cases__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  height: 490px;
  padding: 24px;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
}
.cases__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 16px 16px;
  height: 150px;
  width: 100%;
  transition: 0.2s ease;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.8) 100%);
}
.cases__item:hover .cases__hidden {
  max-height: var(--desc-height);
  margin-top: 16px;
}
.cases__item:hover:after {
  height: 300px;
}
.cases__item:hover .cases__image {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .cases__item .cases__hidden {
    max-height: none;
    margin-top: 16px;
  }
  .cases__item:after {
    height: 300px;
  }
}
.cases__item--mark {
  justify-content: space-between;
}
.cases__item--mark::after {
  display: none;
}
.cases__item--mark .cases__hidden {
  max-height: var(--desc-height);
}
.cases__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: 0.2s ease;
}
.cases__name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  color: #ffffff;
}
.cases__description {
  color: #ffffff;
}
.cases__hidden {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.cases__link {
  margin-top: 24px;
}
.cases__slider {
  padding: 56px 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  .cases__slider {
    padding: 40px 0 32px;
  }
}
.cases__wrapper {
  text-align: right;
}
.cases__button {
  display: inline-block;
}
@media (max-width: 767px) {
  .cases__button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cases__title {
    margin-bottom: 0;
  }
}

.steps {
  padding: 120px 0;
  background-color: #131313;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .steps {
    padding: 80px 0;
  }
}
.steps__wrapper {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .steps__wrapper {
    margin-top: 40px;
  }
}
.steps__item {
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #131313;
}
.steps__item:hover {
  background-color: #222222;
}
.steps__item--active {
  cursor: default;
  background-color: #222222;
}
.steps__item--active .steps__description {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .steps__item--active .steps__description {
    max-height: 100% !important;
    margin-top: 0;
  }
}
@media (max-width: 1476px) {
  .steps__item--active .steps__result {
    padding: 0 0 32px 32px;
  }
}
@media (max-width: 767px) {
  .steps__item--active .steps__result {
    padding: 0 0 32px 32px;
    max-height: 100% !important;
  }
}
.steps__item--initial .steps__image,
.steps__item--initial .steps__description,
.steps__item--initial .steps__result {
  display: block;
}
.steps__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1476px) {
  .steps__container {
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .steps__container {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__container {
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .steps__container {
    padding: 0 24px;
  }
}
.steps__left {
  min-width: 336px;
}
@media (max-width: 1476px) {
  .steps__left {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 260px;
    display: flex;
    align-items: center;
  }
  .steps__left img {
    max-height: 147px;
    max-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__left {
    right: -4px;
    min-width: 250px;
  }
  .steps__left img {
    width: 250px;
    max-height: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  .steps__left {
    display: none;
  }
}
.steps__image {
  display: none;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .steps__image {
    position: relative;
    max-width: none;
    left: -72px;
    width: calc(100% + 112px);
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
.steps__center {
  padding: 20px 0;
  width: 390px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .steps__center {
    width: 550px;
    margin-left: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__center {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .steps__center {
    width: 100%;
    padding: 24px 0;
  }
}
.steps__head {
  position: relative;
  padding-left: 32px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.steps__number {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .steps__name {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__name {
    max-width: 436px;
  }
}
@media (max-width: 767px) {
  .steps__name {
    max-width: 292px;
  }
}
.steps__right {
  width: 380px;
  padding: 32px 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .steps__right {
    width: 550px;
    padding: 0;
    margin-left: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__right {
    width: 480px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .steps__right {
    width: 100%;
    padding: 0;
  }
}
.steps__description {
  display: none;
  color: #8E8E8E;
  max-width: 374px;
}
@media (max-width: 1476px) {
  .steps__description {
    padding-left: 32px;
    max-width: 532px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__description {
    max-width: 468px;
  }
}
@media (max-width: 767px) {
  .steps__description {
    max-width: 324px;
    overflow: visible !important;
  }
}
.steps__result {
  display: none;
}
.steps__result-head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  max-width: 374px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .steps__result-head {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps__result-head {
    max-width: 436px;
  }
}
@media (max-width: 767px) {
  .steps__result-head {
    max-width: 292px;
  }
}
.steps__result-description {
  color: #8E8E8E;
  margin-top: 16px;
  position: relative;
  max-width: 374px;
}
@media (max-width: 1476px) {
  .steps__result-description {
    max-width: 500px;
  }
}
@media (max-width: 1023px) {
  .steps__result-description {
    margin-top: 8px;
    max-width: 436px;
  }
}
@media (max-width: 767px) {
  .steps__result-description {
    max-width: 292px;
  }
}
.steps__result-description::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 76px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 1476px) {
  .steps__result-description::before {
    display: none;
  }
}
.steps__result-description::after {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media (max-width: 1476px) {
  .steps__result-description::after {
    display: none;
  }
}

.expertise {
  padding: 198px 0 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .expertise {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .expertise {
    padding: 80px 0;
    overflow: hidden;
  }
}
.expertise__description {
  margin: 16px 0 40px;
  max-width: 580px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .expertise__description {
    max-width: 596px;
  }
}
.expertise__title {
  max-width: 596px;
}
.expertise__questions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.expertise__question {
  padding: 8px 14px;
  border-radius: 14px 14px 14px 1px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
  background-color: #CEBCFF;
}
.expertise__question:hover {
  background-color: #BAA1FF;
}
.expertise__question:focus, .expertise__question:active {
  background-color: #AC8DFF;
}
.expertise__question--red {
  background-color: #FEA0BB;
}
.expertise__question--red:hover {
  background-color: #FF94B3;
}
.expertise__question--red:focus, .expertise__question--red:active {
  background-color: #FF7DA2;
}
.expertise__experts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.expertise__expert {
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
  padding: 16px;
  background-color: #313131;
}
.expertise__expert::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 190px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(0deg, rgba(0, 4, 33, 0.5) 5.56%, rgba(0, 4, 33, 0) 100%);
  z-index: 1;
}
.expertise__expert-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media (max-width: 767px) {
  .expertise__expert-image--small {
    display: none !important;
  }
  .expertise__expert-image--big {
    display: block !important;
  }
}
.expertise__expert-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.expertise__expert-position {
  position: relative;
  z-index: 2;
}
.expertise__expert--small {
  flex: 0 0 calc(33.333333% - 16px);
  height: 315px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .expertise__expert--small .expertise__expert-image--big {
    display: block !important;
  }
  .expertise__expert--small .expertise__expert-image--small {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .expertise__expert--small {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .expertise__expert--small {
    flex: 0 0 calc(33.333333% - 16px);
    height: 326px;
  }
}
.expertise__expert--small .expertise__expert-image--big {
  display: none;
}
.expertise__expert--big {
  flex: 0 0 calc(50% - 12px);
  height: 400px;
}
.expertise__expert--big .expertise__expert-image--small {
  display: none;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .expertise__expert--big .expertise__expert-image--big {
    display: block !important;
  }
  .expertise__expert--big .expertise__expert-image--small {
    display: none !important;
  }
}
@media (max-width: 1476px) {
  .expertise__expert--big {
    height: 315px;
  }
  .expertise__expert--big .expertise__expert-image--big {
    display: none;
  }
  .expertise__expert--big .expertise__expert-image--small {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .expertise__expert--big {
    height: 326px;
    flex: 0 0 calc(33.333333% - 16px);
  }
}
.expertise__button .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .expertise__button .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .expertise__button {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .expertise__button {
    margin: 32px 0 40px;
  }
}
.expertise__sticky {
  position: sticky;
  top: 110px;
  margin-top: -78px;
}
@media (max-width: 1023px) {
  .expertise__sticky {
    position: relative;
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .expertise__experts {
    display: block;
    padding-bottom: 24px;
    position: relative;
  }
  .expertise__experts .expertise__expert {
    display: flex !important;
    flex: inherit;
    height: 400px;
  }
}

.notice {
  position: relative;
  overflow: hidden;
}
.notice__wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .notice__wrapper {
    flex-direction: column;
  }
}
.notice__left {
  flex: 0 0 55%;
  min-height: 350px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .notice__left {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .notice__left {
    min-height: 290px;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .notice__left {
    flex: none;
    height: 200px;
    min-height: auto;
  }
}
.notice__right {
  flex: 0 0 45%;
  padding: 50px;
  background-color: #121239;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .notice__right {
    padding: 32px;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .notice__right {
    padding: 24px;
    min-height: 290px;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .notice__right {
    padding: 24px;
    height: calc(100% - 200px);
    min-height: auto;
    flex: none;
  }
}
.notice__content {
  max-width: 576px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .notice__content {
    max-width: 560px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .notice__content {
    max-width: 336px;
  }
}
.notice__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.notice__head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .notice__head {
    padding-right: 60px;
  }
}
.notice__head::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  right: -90px;
  top: -45px;
  background-image: url("data:image/svg+xml,%3csvg%20width='70'%20height='70'%20viewBox='0%200%2070%2070'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M35.0741%2057.3131C35.1784%2057.3222%2035.8799%2064.0693%2035.88%2066.5618C35.8799%2069.0531%2035.1787%2069.1391%2035.0741%2069.1393C34.9706%2069.1393%2034.2674%2069.0553%2034.2673%2066.5618C34.2674%2064.0676%2034.9706%2057.3131%2035.0741%2057.3131Z'%20fill='white'/%3e%3cpath%20d='M19.2562%2049.9784C19.315%2050.0682%2015.0578%2055.3147%2013.3012%2057.0714C11.5418%2058.8308%2010.9865%2058.3932%2010.9134%2058.3202C10.8395%2058.246%2010.406%2057.6905%2012.1632%2055.9334C13.9217%2054.1749%2019.1768%2049.9107%2019.2562%2049.9784Z'%20fill='white'/%3e%3cpath%20d='M50.9152%2049.9784C50.9883%2049.9054%2056.2498%2054.174%2058.0092%2055.9334C59.7683%2057.6925%2059.331%2058.2481%2059.2579%2058.3211C59.1841%2058.3948%2058.6287%2058.8289%2056.8711%2057.0714C55.1133%2055.3135%2050.8496%2050.0603%2050.9152%2049.9784Z'%20fill='white'/%3e%3cpath%20d='M35.0799%2011.8262C35.3063%2011.8405%2036.8303%2022.8909%2036.8303%2028.8467C36.8303%2028.9528%2036.8284%2029.0571%2036.8274%2029.1596C37.0832%2028.8821%2037.3638%2028.5885%2037.6728%2028.2796C41.8766%2024.0758%2050.7551%2017.3501%2050.9162%2017.5067C51.0665%2017.6757%2044.3452%2026.5482%2040.1433%2030.7502C39.3793%2031.5142%2038.7133%2032.1079%2038.1349%2032.5679C38.936%2032.4558%2039.9464%2032.386%2041.2207%2032.386C47.1665%2032.386%2058.2027%2033.9091%2058.2027%2034.1335C58.1832%2034.3599%2047.1613%2035.88%2041.2207%2035.88C40.4458%2035.88%2039.7686%2035.8523%2039.1767%2035.8068C39.4799%2036.0837%2039.8027%2036.3905%2040.1443%2036.7321C44.346%2040.9338%2051.067%2049.8059%2050.9171%2049.9755C50.7469%2050.1249%2041.8752%2043.4042%2037.6737%2039.2027C37.3359%2038.8648%2037.0316%2038.5459%2036.7571%2038.2456C36.8026%2038.8385%2036.8303%2039.5167%2036.8303%2040.2926C36.8303%2046.2483%2035.3063%2057.2998%2035.0799%2057.314C34.855%2057.314%2033.3286%2046.2522%2033.3286%2040.2926C33.3286%2039.5222%2033.3549%2038.8481%2033.3998%2038.2581C33.1284%2038.5546%2032.8287%2038.8697%2032.4957%2039.2027C28.2942%2043.4042%2019.4225%2050.1249%2019.2523%2049.9755C19.1025%2049.8059%2025.8235%2040.9338%2030.0252%2036.7321C30.3662%2036.3911%2030.6881%2036.0843%2030.9909%2035.8078C30.3754%2035.858%2029.6659%2035.8887%2028.8477%2035.8887C22.8906%2035.8886%2011.8367%2034.3632%2011.8271%2034.1373C11.8383%2033.9112%2022.891%2032.387%2028.8477%2032.3869C30.1868%2032.3869%2031.2351%2032.4642%2032.0557%2032.5862C31.4721%2032.1237%2030.7992%2031.5242%2030.0252%2030.7502C25.8226%2026.5476%2019.0987%2017.6728%2019.2513%2017.5067C19.41%2017.3481%2028.2914%2024.0753%2032.4957%2028.2796C32.8005%2028.5843%2033.0775%2028.874%2033.3305%2029.1481C33.3296%2029.0493%2033.3286%2028.9488%2033.3286%2028.8467C33.3286%2022.887%2034.855%2011.8262%2035.0799%2011.8262Z'%20fill='white'/%3e%3cpath%20d='M2.57744%2033.3353C5.07131%2033.3353%2011.8252%2034.0386%2011.8252%2034.1421C11.8051%2034.2473%205.06759%2034.948%202.57744%2034.948C0.0873123%2034.948%200.000239951%2034.2472%200%2034.1421C0%2034.0386%200.0838057%2033.3354%202.57744%2033.3353Z'%20fill='white'/%3e%3cpath%20d='M67.4283%2033.3324C69.9164%2033.3324%2070%2034.034%2070%2034.1373C69.9999%2034.2414%2069.9147%2034.9413%2067.4283%2034.9413C64.9419%2034.9413%2058.2109%2034.2414%2058.2017%2034.1373C58.2017%2034.034%2064.9402%2033.3324%2067.4283%2033.3324Z'%20fill='white'/%3e%3cpath%20d='M10.9134%209.16208C10.9865%209.08903%2011.5418%208.65149%2013.3012%2010.4108C15.0578%2012.1676%2019.315%2017.4141%2019.2562%2017.5039C19.1768%2017.5715%2013.9217%2013.3073%2012.1632%2011.5489C10.406%209.79177%2010.8395%209.23627%2010.9134%209.16208Z'%20fill='white'/%3e%3cpath%20d='M56.8673%2010.4108C58.6249%208.65335%2059.1802%209.08747%2059.2541%209.16112C59.3272%209.23417%2059.7644%209.7897%2058.0053%2011.5489C56.246%2013.3082%2050.9844%2017.5769%2050.9114%2017.5039C50.8458%2017.422%2055.1095%2012.1687%2056.8673%2010.4108Z'%20fill='white'/%3e%3cpath%20d='M35.0741%200C35.1787%200.000149498%2035.88%200.0860049%2035.88%202.57744C35.88%205.06871%2035.1788%2011.8111%2035.0741%2011.8252C34.9706%2011.8252%2034.2673%205.07131%2034.2673%202.57744C34.2673%200.0838057%2034.9706%200%2035.0741%200Z'%20fill='white'/%3e%3c/svg%3e");
  background-size: contain;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .notice__head::after {
    width: 44px;
    height: 44px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .notice__head::after {
    display: none;
  }
}
.notice__description {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .notice__description {
    margin-bottom: 24px;
  }
}
.notice__button {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1240px) {
  .notice__button {
    width: 100%;
  }
}
.notice__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
@media (max-width: 1240px) {
  .notice__buttons {
    flex-direction: column;
  }
}
.notice__item {
  margin: 0;
  height: auto;
}
.notice__slider {
  padding-bottom: 30px;
}
.notice__slider .slick-track {
  gap: 0;
}
.notice__slider .slick-list {
  margin: 0;
}

.numbers {
  padding: 50px 0 0;
  overflow: hidden;
}
.numbers__wrapper {
  overflow: hidden;
  width: 100%;
}
.numbers__track {
  display: inline-block;
  white-space: nowrap;
}
.numbers__items {
  display: flex;
  gap: 104px;
}
@media (max-width: 767px) {
  .numbers__items {
    gap: 64px;
  }
}
.numbers__item {
  white-space: nowrap;
  text-align: center;
  flex-shrink: 0;
}
.numbers__head {
  font-size: 132px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .numbers__head {
    font-size: 128px;
  }
}
@media (max-width: 767px) {
  .numbers__head {
    font-size: 96px;
  }
}
.numbers__text {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.about-numbers {
  background: linear-gradient(180deg, #0C0D10 0%, #000 100%);
  color: #ffffff;
  padding-bottom: 80px;
  position: relative;
}
.about-numbers__rock {
  position: absolute;
  bottom: 0;
  right: 330px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-numbers__rock {
    right: 130px;
    max-width: 120px;
  }
}
@media (max-width: 1023px) {
  .about-numbers__rock {
    display: none;
  }
}

.application {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .application {
    padding: 80px 0;
  }
}
.application__title {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .application__title {
    max-width: 596px;
  }
  .application__title br {
    display: none;
  }
}
.application__description {
  max-width: 580px;
}
@media (max-width: 1023px) {
  .application__description {
    max-width: 596px;
    margin-bottom: 40px !important;
  }
}
.application__tags {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .application__tags {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .application__tags {
    margin: 52px 0 40px;
  }
}
.application__tag {
  line-height: 28px;
  padding: 0 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
}

.form {
  display: flex;
  flex-direction: column;
}
.form__row {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .form__row {
    flex-direction: column;
    gap: 0;
  }
}
.form__row--manager {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DEDEDE;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .form__row--manager {
    flex-direction: column;
    align-items: start;
  }
}
.form__row--manager .form__group {
  margin-bottom: 0;
}
.form__group {
  position: relative;
  flex: 1;
  margin-bottom: 28px;
}
.form__group--error .form__input {
  border-color: #FF242F;
}
.form__group--error .form__checkbox span:before {
  border-color: #FF242F !important;
}
.form__group--error .form__error {
  transform: scale(1);
}
.form__group--textarea .form__textarea {
  padding-bottom: 50px;
}
.form__group--textarea .form__attach-button {
  position: absolute;
  bottom: 16px;
  right: 8px;
  background: #CEBCFF;
  cursor: pointer;
  transition: 0.2s ease;
  padding: 8px 8px;
  border-radius: 8px;
  color: #000000;
}
.form__group--textarea .form__attach-button:hover {
  color: #ffffff;
  background-color: #7949f4;
}
@media (max-width: 767px) {
  .form__group--textarea .form__attach-button:hover {
    color: #000000;
    background: #CEBCFF;
  }
}
.form__group--textarea .form__attach-button svg path {
  stroke: currentColor;
  transition: 0.2s ease;
}
.form__group-wrapper {
  position: relative;
  line-height: 0;
}
.form__group--light .form__input {
  border-color: #DEDEDE;
  background-color: #ffffff;
}
.form__input {
  border-radius: 8px;
  padding: 11px 16px;
  width: 100%;
  border: 1px solid #DEDEDE;
  transition: 0.2s ease;
}
.form__input:focus {
  border-color: #7949f4;
}
.form__input:focus ~ .form__label, .form__input.has-value ~ .form__label {
  top: -16px;
  left: 0;
  font-size: 13px;
}
.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus, .form__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form__label {
  position: absolute;
  left: 16px;
  top: 13px;
  pointer-events: none;
  transition: 0.2s ease;
  color: #8E8E8E;
  line-height: 150%;
}
.form__textarea {
  height: 124px;
  resize: none;
  line-height: 120%;
}
.form__error {
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #FF242F;
  transition: 0.2s ease;
  transform: scale(0);
  position: absolute;
  top: 100%;
  line-height: 14px;
}
@media (max-width: 767px) {
  .form__error span {
    display: none;
  }
}
.form__actions {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form__actions {
    flex-direction: column;
  }
}
.form__choice {
  flex: 1 1 60%;
}
.form__choice .form__group {
  margin-bottom: 8px;
}
.form__choice .form__group:last-child {
  margin-bottom: 0;
}
@media (max-width: 1476px) {
  .form__choice br.hide-notebook {
    display: none;
  }
}
.form__checkbox input {
  display: none;
}
.form__checkbox span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.7;
}
.form__checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #7949f4;
  background: #ffffff;
}
.form__checkbox span:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  margin: auto;
  width: 12px;
  height: 10px;
  transition: 0.2s ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3e%3cpath fill='rgb(255,255,255)' d='M8.49997 15.3994L0.292969 7.19237L1.70697 5.77832L8.49997 12.5714L20.2929 0.77832L21.7069 2.19232L8.49997 15.3994Z'/%3e%3c/svg%3e");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(0);
}
.form__checkbox input:checked + span:before {
  background: #7949f4;
  border-color: #7949f4;
}
.form__checkbox input:checked + span:after {
  opacity: 1;
  transform: scale(1);
}
.form__checkbox input:disabled + span {
  cursor: default;
}
.form__checkbox input:disabled + span:before {
  background: #8E8E8E;
  border-color: #8E8E8E;
}
.form__checkbox input:disabled + span:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3e%3cpath fill='rgb(0,0,0)' d='M8.49997 15.3994L0.292969 7.19237L1.70697 5.77832L8.49997 12.5714L20.2929 0.77832L21.7069 2.19232L8.49997 15.3994Z'/%3e%3c/svg%3e");
}
.form__checkbox a {
  color: #8E8E8E;
  text-decoration: underline;
  transition: 0.2s ease;
}
.form__checkbox a:hover {
  color: #7949f4;
  text-decoration: none;
}
.form__checkbox--radio span {
  padding-left: 32px;
  line-height: 24px;
}
.form__checkbox--radio span::before {
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: transparent;
  border-color: #8E8E8E;
}
.form__checkbox--radio span::after {
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.60938 2.68745C9.78188 2.47182 10.0969 2.43682 10.3125 2.60932C10.5281 2.78183 10.5631 3.09682 10.3906 3.31245L5.59082 9.31245C5.49961 9.42647 5.36273 9.49505 5.2168 9.49995C5.07076 9.50476 4.92966 9.44471 4.83106 9.33686L1.63086 5.83686C1.44484 5.63305 1.4594 5.31704 1.66309 5.13081C1.8669 4.94478 2.18291 4.95934 2.36914 5.16304L5.17383 8.23042L9.60938 2.68745Z' fill='white'/%3E%3C/svg%3E");
}
.form__checkbox--error span:before {
  border-color: #FF242F;
}
@media (max-width: 767px) {
  .form__buttons .button {
    width: 100%;
  }
}
.form__files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  max-width: 100%;
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 70px);
  line-height: 24px;
}
.form__file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #DEDEDE;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  max-width: 180px;
}
.form__file-item--name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__file-item--remove {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="black"><path d="M8.19526 0.195262C8.45561 -0.0650874 8.87762 -0.0650874 9.13797 0.195262C9.39826 0.455616 9.3983 0.87764 9.13797 1.13797L5.60932 4.66662L9.13797 8.19526C9.39826 8.45562 9.3983 8.87764 9.13797 9.13797C8.87764 9.3983 8.45561 9.39826 8.19526 9.13797L4.66661 5.60932L1.13797 9.13797C0.877638 9.3983 0.455613 9.39826 0.19526 9.13797C-0.065088 8.87762 -0.0650855 8.45561 0.19526 8.19526L3.72391 4.66662L0.19526 1.13797C-0.065088 0.877622 -0.0650854 0.455612 0.19526 0.195262C0.45561 -0.0650874 0.877619 -0.0650874 1.13797 0.195262L4.66661 3.72391L8.19526 0.195262Z"/></svg>');
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.form__file-item--remove:hover {
  opacity: 0.8;
}
.form__file-item.form__file-item--hidden {
  display: none;
}
.form__file-counter {
  background-color: #DEDEDE;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  cursor: pointer;
  transition: 0.2s ease;
}
.form__file-counter:hover {
  background-color: #8E8E8E;
}
.form__drag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 136, 255, 0.2) url("/local/templates/site_kc/images/drag-background.png");
  background-size: cover;
  border: 1px dashed #7949f4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 2;
}
.form__drag-overlay--active {
  opacity: 1;
  visibility: visible;
}
.form__drag-overlay span {
  color: #7949f4;
  font-size: 16px;
}
.form__media {
  position: relative;
  height: 195px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: end;
  margin-top: 40px;
  margin-bottom: 28px;
}
.form__media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, rgba(31, 31, 31, 0.8) 100%);
  z-index: 1;
}
.form__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.form__head {
  position: relative;
  z-index: 2;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding: 24px;
}
.form__switch {
  width: 32px;
  height: 16px;
  background-color: #DEDEDE;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
.form__switch-circle {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s;
}
.form__switch--active {
  background-color: #7949f4;
}
.form__switch--active .form__switch-circle {
  left: 18px;
}
.form__email {
  margin-top: 8px;
}
.form__manager {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .form__manager {
    margin-top: 24px;
  }
}
.form__manager-image {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .form__manager-image {
    width: 64px;
    height: 64px;
  }
}
.form__manager-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form__manager-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form__manager-name {
  font-weight: 600;
  line-height: 150%;
}
.form__manager-phone, .form__manager-email {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 150%;
}
.form__manager-email a {
  text-decoration: underline;
}
.form__manager-email a:hover {
  text-decoration: none;
}

.form__fields {
  display: flex;
  gap: 0 24px;
  flex-wrap: wrap;
}

.form__group {
  width: calc(50% - 12px);
  min-width: calc(50% - 12px);
  flex: unset;
  flex-grow: 1;
}

.form__group:first-child {
  width: 100%;
}

.form__group:last-child {
  width: auto;
  flex-grow: 1;
}

.form__group--textarea {
  width: 100% !important;
}

@media (max-width: 767px) {
  .form__fields {
    flex-direction: column;
    gap: 0;
  }
  .form__group {
    width: 100%;
    min-width: 100%;
  }
}
.tooltip-copy {
  position: relative;
  display: inline-block;
  color: #7949f4;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .tooltip-copy {
    display: inline;
  }
}
.tooltip-copy:hover {
  color: #4514c2;
  text-decoration: none;
}
.tooltip-copy::after {
  content: "Копировать";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 6px 36px 6px 16px;
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 4.421px 26.526px 0 rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M10.75 13.25V16.0625C10.75 16.5803 10.3303 17 9.8125 17H1.6875C1.16973 17 0.75 16.5803 0.75 16.0625V5.4375C0.75 4.91973 1.16973 4.5 1.6875 4.5H3.25C3.67589 4.5 4.09349 4.5355 4.5 4.6037M10.75 13.25H13.5625C14.0803 13.25 14.5 12.8303 14.5 12.3125V8.25C14.5 4.53376 11.7971 1.4488 8.25 0.853698C7.84349 0.785499 7.42589 0.75 7 0.75H5.4375C4.91973 0.75 4.5 1.16973 4.5 1.6875V4.6037M10.75 13.25H5.4375C4.91973 13.25 4.5 12.8303 4.5 12.3125V4.6037M14.5 10.125V8.5625C14.5 7.0092 13.2408 5.75 11.6875 5.75H10.4375C9.91973 5.75 9.5 5.33027 9.5 4.8125V3.5625C9.5 2.0092 8.2408 0.75 6.6875 0.75H5.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 14px;
}
.tooltip-copy::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ffffff;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1023px) {
  .tooltip-copy::before {
    display: none;
  }
}
.tooltip-copy:hover::after, .tooltip-copy:hover::before {
  opacity: 1;
  visibility: visible;
}
.tooltip-copy.copied::after {
  content: "Скопировано";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M5.75 8.875L7.625 10.75L10.75 6.375M15.75 8.25C15.75 12.3921 12.3921 15.75 8.25 15.75C4.10786 15.75 0.75 12.3921 0.75 8.25C0.75 4.10786 4.10786 0.75 8.25 0.75C12.3921 0.75 15.75 4.10786 15.75 8.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
  .tooltip-copy::after {
    content: "" !important;
    bottom: auto;
    left: auto;
    opacity: 1;
    right: -35px;
    visibility: visible;
    height: 24px;
    padding: 0;
    width: 30px;
    background-size: contain;
    background-color: transparent;
    box-shadow: none;
    background-position: center;
    transform: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M10.75 13.25V16.0625C10.75 16.5803 10.3303 17 9.8125 17H1.6875C1.16973 17 0.75 16.5803 0.75 16.0625V5.4375C0.75 4.91973 1.16973 4.5 1.6875 4.5H3.25C3.67589 4.5 4.09349 4.5355 4.5 4.6037M10.75 13.25H13.5625C14.0803 13.25 14.5 12.8303 14.5 12.3125V8.25C14.5 4.53376 11.7971 1.4488 8.25 0.853698C7.84349 0.785499 7.42589 0.75 7 0.75H5.4375C4.91973 0.75 4.5 1.16973 4.5 1.6875V4.6037M10.75 13.25H5.4375C4.91973 13.25 4.5 12.8303 4.5 12.3125V4.6037M14.5 10.125V8.5625C14.5 7.0092 13.2408 5.75 11.6875 5.75H10.4375C9.91973 5.75 9.5 5.33027 9.5 4.8125V3.5625C9.5 2.0092 8.2408 0.75 6.6875 0.75H5.75' stroke='rgb(121,73,244)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .tooltip-copy.copied::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 16 18' fill='none'%3E%3Cpath d='M10.75 13.25V16.0625C10.75 16.5803 10.3303 17 9.8125 17H1.6875C1.16973 17 0.75 16.5803 0.75 16.0625V5.4375C0.75 4.91973 1.16973 4.5 1.6875 4.5H3.25C3.67589 4.5 4.09349 4.5355 4.5 4.6037M10.75 13.25H13.5625C14.0803 13.25 14.5 12.8303 14.5 12.3125V8.25C14.5 4.53376 11.7971 1.4488 8.25 0.853698C7.84349 0.785499 7.42589 0.75 7 0.75H5.4375C4.91973 0.75 4.5 1.16973 4.5 1.6875V4.6037M10.75 13.25H5.4375C4.91973 13.25 4.5 12.8303 4.5 12.3125V4.6037M14.5 10.125V8.5625C14.5 7.0092 13.2408 5.75 11.6875 5.75H10.4375C9.91973 5.75 9.5 5.33027 9.5 4.8125V3.5625C9.5 2.0092 8.2408 0.75 6.6875 0.75H5.75' stroke='rgb(121,73,244)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.tooltip-copy__mobile {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 152px;
  padding: 8px 36px 8px 16px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: 0 4.421px 26.526px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M5.75 8.875L7.625 10.75L10.75 6.375M15.75 8.25C15.75 12.3921 12.3921 15.75 8.25 15.75C4.10786 15.75 0.75 12.3921 0.75 8.25C0.75 4.10786 4.10786 0.75 8.25 0.75C12.3921 0.75 15.75 4.10786 15.75 8.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.tooltip-copy__mobile--show {
  opacity: 1;
  transform: translateY(0);
}

.tooltip {
  position: absolute;
  top: 0;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  max-width: 286px;
  text-align: left;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out !important;
  box-shadow: 0 4.4px 26.5px 0 rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.tooltip--active {
  opacity: 1;
}
.tooltip--black {
  color: #ffffff;
  background-color: #000000;
  transform: translateX(-50%) translateY(-25px);
}
.tooltip--black::after {
  border-width: 10px;
  border-color: #000000 transparent transparent transparent;
}
.tooltip--graphite {
  color: #ffffff;
  background-color: #2f2f32;
  transform: translateX(-50%) translateY(-25px);
}
.tooltip--graphite::after {
  border-width: 10px;
  border-color: #2f2f32 transparent transparent transparent;
}

@media (max-width: 767px) {
  body.show-tooltip .tooltip {
    display: block;
  }
}

.player {
  position: fixed;
  bottom: 56px;
  right: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
@media (max-width: 767px) {
  .player {
    bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .player--tablets {
    bottom: 78px;
  }
}
.player__wrapper {
  position: relative;
  display: flex;
  justify-content: end;
}
.player__small {
  cursor: pointer;
  transition: 0.2s ease;
  padding: 12px 0;
  border-radius: 100px;
  display: flex;
  pointer-events: all;
  position: relative;
  background: transparent;
  border: 6px solid transparent;
  right: -6px;
}
.player__small:hover {
  background: #000000;
  padding: 6px;
  border-color: rgba(255, 255, 255, 0.16);
}
.player__small:hover .player__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.player__small:hover .player__preview {
  border-color: transparent;
}
.player__small.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.player__preview {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 6px solid rgba(255, 255, 255, 0.16);
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .player__preview {
    width: 60px;
    height: 60px;
  }
}
.player__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 22px;
}
.player__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  padding: 0;
  width: 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .player__info {
    display: none;
  }
}
.player__small:hover .player__info {
  opacity: 1;
  padding: 0 16px 0 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.player__sound {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.player__sound svg {
  width: 100%;
  height: 100%;
}
.player__sound .sound-icon-muted {
  display: none;
}
.player__sound.muted svg {
  display: none;
}
.player__sound.muted .sound-icon-muted {
  display: block;
}
.player__time {
  color: #ffffff;
}
.player__tooltip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #000000;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 12px;
  max-width: 290px;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.player__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.player__big {
  position: relative;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 34px;
  background-color: #000000;
  z-index: 1002;
  transition: 0.2s ease;
  pointer-events: all;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .player__big {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
  }
}
.player__big.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
  width: 336px;
  height: 580px;
}
.player__big.dragging {
  cursor: grabbing;
  transition: none;
}
.player__big .player__big-content {
  cursor: inherit;
}
.player__big-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.player__big-content::before {
  content: "";
  position: absolute;
  top: 16px;
  max-width: calc(100% - 48px);
  left: 24px;
  right: 24px;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #ffffff;
  z-index: 1;
}
.player__big-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .player__big-video {
    border-radius: 0;
  }
}
.player__big-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.player__big-progress {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #8A38F5;
  transform-origin: left;
  transform: scaleX(0);
  will-change: transform;
}
.player__big-progress-wrapper {
  position: absolute;
  top: 16px;
  max-width: calc(100% - 48px);
  left: 24px;
  right: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.player__big-sound {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}
.player__big-sound .sound-icon-muted {
  display: none;
}
.player__big-sound.muted svg {
  display: none;
}
.player__big-sound.muted .sound-icon-muted {
  display: block;
}
.player__big-views, .player__big-likes {
  position: absolute;
  top: 30px;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.player__big-views {
  right: 100px;
}
@media (max-width: 767px) {
  .player__big-views {
    right: 148px;
  }
}
.player__big-likes {
  right: 24px;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .player__big-likes {
    right: 72px;
  }
}
.player__big-likes svg path {
  transition: 0.2s ease;
  fill: currentColor;
}
.player__big-likes:hover, .player__big-likes--active {
  color: #FF242F;
}
.player__big-time {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  background: #000000;
  padding: 4px 12px;
  border-radius: 8px;
  z-index: 2;
}
.player__big-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  line-height: 150%;
  z-index: 2;
  padding: 0 20px 20px 20px;
  pointer-events: none;
}
.player__big-description::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
@media (max-width: 767px) {
  .player__big-description::before {
    border-radius: 0;
  }
}
.player__big-close {
  position: absolute;
  top: -16px;
  right: -40px;
  width: 32px;
  height: 32px;
  background: #DEDEDE;
  border-radius: 10px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .player__big-close {
    top: 26px;
    right: 24px;
  }
}
.player__big-close::before, .player__big-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #000000;
  transition: all 0.2s ease;
}
.player__big-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.player__big-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.player__big-close:hover::before, .player__big-close:hover::after {
  background-color: #7949f4;
}
.player--hidden {
  opacity: 0;
}

@media ((max-height: 690px) and (min-width: 768px)) {
  .player__big {
    bottom: 24px;
  }
}
@media ((max-height: 625px) and (min-width: 768px)) {
  .player__big {
    bottom: 12px;
  }
  .player__big-close {
    top: 0;
  }
  .player__big {
    width: 297px;
    height: 522px;
  }
}
@media ((max-height: 540px) and (min-width: 768px)) {
  .player__big {
    bottom: 6px;
  }
  .player__big-close {
    top: 0;
  }
  .player__big {
    width: 280px;
    height: 493px;
  }
}
.trends {
  padding-top: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .trends {
    padding-top: 80px;
  }
}
.trends__subtitle {
  margin-bottom: 56px;
}
.trends__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.trends__list--slider {
  position: relative;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
.trends__list--slider .trends__item {
  flex: inherit;
  height: auto;
}
.trends__item {
  border-radius: 32px;
  overflow: hidden;
  flex: 0 0 calc(33.333% - 16px);
  box-sizing: border-box;
  min-width: 0;
  position: relative;
}
.trends__item--active {
  color: #ffffff;
}
.trends__item--active .trends__image-main {
  opacity: 0;
}
.trends__item--active .trends__image-hover {
  opacity: 1;
  bottom: -45px;
  transform: scale(0.7);
}
.trends__item--active .trends__content::before {
  height: 0;
}
.trends__item--active .trends__content::after {
  height: 100%;
}
.trends__item--active .trends__link {
  color: #ffffff;
}
.trends__item--active::before {
  opacity: 1 !important;
  transform: scale(20);
}
.trends__item--left .trends__image-right {
  opacity: 1;
}
.trends__item--right .trends__image-left {
  opacity: 1;
}
.trends__item::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7949f4;
  transition: 0.7s ease;
  opacity: 0;
  z-index: 1;
}
.trends__head {
  height: 270px;
  padding: 32px;
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
  position: relative;
  background-color: #000000;
}
@media (max-width: 1476px) {
  .trends__head {
    padding: 24px;
  }
}
.trends__name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.trends__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.trends__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.trends__image-main {
  opacity: 1;
}
.trends__content {
  position: relative;
  padding: 32px 32px 72px 32px;
  height: calc(100% - 270px);
  transition: 0.3s ease;
}
@media (max-width: 1476px) {
  .trends__content {
    padding: 24px 24px 64px 24px;
  }
}
.trends__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000000;
  z-index: 0;
  transition: 0.3s ease;
}
.trends__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  z-index: 0;
  transition: 0.3s ease;
}
.trends__description {
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.trends__link {
  position: absolute;
  bottom: 32px;
  left: 32px;
  text-decoration: underline;
  transition: 0.3s ease;
  color: #7949f4;
  z-index: 1;
}
@media (max-width: 1476px) {
  .trends__link {
    left: 24px;
    bottom: 24px;
  }
}
.trends__slider {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  display: block;
}
.trends__slider .trends__item {
  flex: inherit;
  height: auto;
}
.trends__slider ._trends__content {
  padding: 24px 24px 64px 24px;
}

.retail-map-block {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .retail-map-block {
    padding: 80px 0;
  }
}
.retail-map-block__title {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .retail-map-block__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .retail-map-block .retail-map img {
    max-width: none;
  }
}
.retail-map-block .slick-arrow {
  -webkit-mask: none;
          mask: none;
}

.subscribe {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .subscribe {
    margin: 80px 0;
  }
}
.subscribe__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 32px;
  border-radius: 16px;
  background: #121239;
  padding: 32px 32px 32px 0;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .subscribe__wrapper {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .subscribe__wrapper {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}
.subscribe__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  margin: auto;
  width: 600px;
  height: 360px;
  transform: rotate(2deg);
  border-radius: 600px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.6) 0%, rgba(37, 44, 255, 0) 100%);
  z-index: 0;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .subscribe__wrapper::before {
    top: -150px;
  }
}
.subscribe__image {
  min-width: 180px;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .subscribe__image {
    min-width: 174px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe__image {
    position: initial;
  }
}
@media (max-width: 767px) {
  .subscribe__image {
    order: 2;
  }
}
.subscribe__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .subscribe__image img {
    left: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe__image img {
    top: 50px;
    bottom: auto;
    left: -50px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .subscribe__image img {
    position: relative;
    left: 0;
    width: 130px;
  }
}
.subscribe__content {
  max-width: 470px;
  color: #ffffff;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .subscribe__content {
    max-width: 264px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe__content {
    max-width: 100%;
    padding-left: 190px;
  }
}
@media (max-width: 767px) {
  .subscribe__content {
    order: 1;
  }
}
.subscribe__form {
  width: 670px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .subscribe__form {
    width: 100%;
    padding-left: 190px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .subscribe__form {
    order: 3;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .subscribe__form .form__row {
    gap: 16px;
  }
}
.subscribe__head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 120%;
}
.subscribe .form {
  gap: 16px;
}
.subscribe .form__checkbox a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
}
.subscribe .form__checkbox a.with-margin {
  margin-right: 12px;
}
@media (max-width: 1023px) {
  .subscribe .form__checkbox a.with-margin {
    margin-right: 0;
  }
}
.subscribe .form__choice .form__group {
  margin-bottom: 0;
}
.subscribe .form__checkbox span:before {
  border-color: #8E8E8E;
}
.subscribe .form__checkbox input:checked + span:before {
  border-color: #7949f4;
}

.events {
  padding: 80px 0;
  background-color: #131313;
  color: #ffffff;
  min-height: 840px;
  position: relative;
}
.events__wrapper {
  max-width: 696px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .events__wrapper {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .events__wrapper {
    max-width: 100%;
  }
}
.events__head {
  margin-bottom: 16px;
}
.events__description {
  margin-bottom: 40px;
  max-width: 580px;
}
.events__accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.events__accordion-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  transition: 0.2s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .events__accordion-name {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
  }
}
.events__accordion-name:hover {
  color: #7949f4;
}
.events__accordion-name svg {
  display: none;
  min-width: 16px;
  transition: 0.2s ease;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .events__accordion-name svg {
    display: block;
  }
}
.events__accordion-content {
  display: none;
}
.events__accordion-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 16px 0;
}
.events__accordion-tab {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #7949f4;
  opacity: 0.55;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .events__accordion-tab {
    padding: 4px 10px;
    gap: 4px;
    transition: none;
  }
}
.events__accordion-tab:hover, .events__accordion-tab--active {
  opacity: 1;
}
.events__accordion-item--active .events__accordion-name {
  color: #7949f4;
}
.events__accordion-item--active .events__accordion-name svg {
  transform: rotate(180deg);
}
.events__media {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 12px);
  height: 100%;
}
@media (max-width: 1023px) {
  .events__media {
    display: none;
  }
}
.events__item {
  height: 100%;
  display: none;
  position: relative;
}
.events__item--active {
  display: block;
}
@media (max-width: 1023px) {
  .events__item {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 32px 0 16px;
  }
}
.events__summary {
  display: flex;
  align-items: end;
  height: 100%;
}
.events__summary-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events__summary-content {
  padding: 100px 40px 40px 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  font-weight: 600;
}
@media (max-width: 1023px) {
  .events__summary-content {
    padding: 60px 24px 24px 24px;
  }
}
.events__summary-description {
  margin-bottom: 16px;
  max-width: 656px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .events__summary-description {
    max-width: 556px;
  }
}
.events__summary-button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .events__summary-button {
    width: 100%;
  }
}
.events__tab {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.events__tab--active {
  opacity: 1;
  visibility: visible;
}
.events__media {
  overflow: hidden;
}
.events__slider {
  height: 100%;
}
.events__slider-item {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><circle cx="45" cy="45" r="43" fill="white"/><path d="M37.5 37.5L25 25M25 25V35M25 25H35M51.5 37.5L64 25M64 25V35M64 25H54M37.5 51.5L25 64M25 64V54M25 64H35M51.5 51.5L64 64M64 64V54M64 64H54" stroke="black" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') 45 45, auto;
  position: relative;
}
.events__slider-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  cursor: inherit;
}
.events__slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
}
.events__slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 62px 40px;
  z-index: 1;
  pointer-events: none;
  font-weight: 600;
  max-width: 748px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .events__slider-content {
    max-width: 635px;
  }
}
@media (max-width: 767px) {
  .events__slider-content {
    padding: 24px 24px 48px 24px;
    line-height: 120%;
  }
}
.events__slider-time {
  position: absolute;
  top: 10px;
}
@media (max-width: 767px) {
  .events__slider-time {
    top: 0;
  }
}
.events__slider-wrapper,
.events__slider .slick-track,
.events__slider .slick-list {
  height: 100%;
}
.events__slider .slick-dots {
  left: 40px;
  bottom: 40px;
  right: auto;
}
@media (max-width: 1023px) {
  .events__slider .slick-dots {
    bottom: 24px;
    left: 24px;
  }
}
.events__slider .slick-dots li {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .events__slider .slick-dots li {
    width: 14px;
    background-color: #8E8E8E;
  }
  .events__slider .slick-dots li.slick-active {
    width: 52px;
    background-color: #ffffff;
  }
}
.events__video {
  position: relative;
}
.events__video .events__slider-item {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><circle cx="45" cy="45" r="43" fill="white"/><path d="M0.000194429 3.0045C0.000195131 0.695102 2.5002 -0.748276 4.50019 0.406425L25.5002 12.5308C27.5002 13.6855 27.5002 16.5722 25.5002 17.7269L4.5002 29.8513C2.5002 31.006 0.000194674 29.5626 0.000194845 27.2532L0.000194429 3.0045Z" fill="black" transform="translate(31.5, 29.5)"/></svg>') 45 45, pointer;
}
@media (max-width: 1023px) {
  .events__video::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><circle cx="45" cy="45" r="43" fill="white"/><path d="M0.000194429 3.0045C0.000195131 0.695102 2.5002 -0.748276 4.50019 0.406425L25.5002 12.5308C27.5002 13.6855 27.5002 16.5722 25.5002 17.7269L4.5002 29.8513C2.5002 31.006 0.000194674 29.5626 0.000194845 27.2532L0.000194429 3.0045Z" fill="black" transform="translate(31.5, 29.5)"/></svg>');
    background-size: contain;
    opacity: 0.6;
    z-index: 2;
    pointer-events: none;
  }
}

.fancybox__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 100px 24px 24px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  pointer-events: none;
  z-index: 20;
}
.fancybox__caption-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}
.fancybox__caption-text {
  font-weight: 600;
  color: #ffffff;
}
.fancybox__caption-counter {
  white-space: nowrap;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  border-radius: 14px;
  background-color: #8E8E8E;
  padding: 4px 8px;
  color: #000000;
}
.fancybox__thumbs {
  --f-thumb-width: 140px;
  --f-thumb-height: 100px;
  --f-thumb-border-radius: 8px;
  --f-thumb-outline: 3px;
  --f-thumb-outline-color: #7949f4;
}
.fancybox__carousel .f-button {
  background-color: rgba(255, 255, 255, 0.4);
}
.fancybox__carousel .f-button svg {
  filter: none;
  stroke: #000000;
  transition: 0.2s ease;
}
.fancybox__carousel .f-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fancybox__carousel .f-button:hover svg {
  stroke: #ffffff;
}
.fancybox__nav {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-next-pos: 80px;
  --f-button-prev-pos: 80px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .fancybox__nav {
    --f-button-next-pos: 24px;
    --f-button-prev-pos: 24px;
  }
}
@media (max-width: 1023px) {
  .fancybox__nav {
    --f-button-next-pos: 8px;
    --f-button-prev-pos: 8px;
  }
}
.fancybox__toolbar, .fancybox__slide {
  --f-button-width: 26px;
  --f-button-height: 26px;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-stroke-width: 3px;
}
.fancybox__toolbar .f-button, .fancybox__slide .f-button {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 16px;
}
.fancybox__toolbar .f-button svg, .fancybox__slide .f-button svg {
  filter: none;
  stroke: #000000;
  transition: 0.2s ease;
}
.fancybox__toolbar .f-button:hover, .fancybox__slide .f-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fancybox__toolbar .f-button:hover svg, .fancybox__slide .f-button:hover svg {
  stroke: #ffffff;
}
.fancybox__slide.has-iframe .fancybox__content {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
}
.fancybox__slide.has-html5video .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
@media (max-width: 767px) {
  .fancybox__caption {
    position: fixed;
    top: 0;
    bottom: auto;
    background: none;
    padding-bottom: 24px !important;
    padding-right: 70px !important;
    font-size: 13px;
  }
  .fancybox__toolbar {
    z-index: 21;
  }
  .fancybox__content .f-button.is-close-btn {
    top: 0 !important;
    right: 0 !important;
    opacity: 1 !important;
  }
  .fancybox__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

.fancybox__content > .f-button.is-close-btn,
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-width: 26px;
  --f-button-height: 26px;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-stroke-width: 3px;
}

.services {
  padding: 120px 0;
  background-color: #131313;
  color: #ffffff;
}
@media (max-width: 767px) {
  .services {
    padding: 80px 0;
  }
}
.services__subtitle-site {
  margin-bottom: 56px;
}
.services__items {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.services__item {
  display: flex;
  flex-direction: column;
  min-height: 438px;
  padding: 40px;
  background-color: #222222;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 12px;
}
@media (max-width: 1476px) {
  .services__item {
    padding: 24px;
  }
}
.services__item {
  width: calc(25% - 24px);
}
.services__item:nth-child(6n+1), .services__item:nth-child(6n+6) {
  width: calc(50% - 24px);
  padding-right: 231px;
}
.services__item:nth-child(6n+1) .services__image, .services__item:nth-child(6n+6) .services__image {
  display: block;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .services__item:nth-child(6n+1), .services__item:nth-child(6n+6) {
    width: calc(33.333% - 24px);
    padding-right: 24px;
  }
  .services__item {
    width: calc(33.333% - 24px);
  }
  .services__item .services__image {
    max-width: 172px;
    max-height: 172px;
    display: none !important;
  }
  .services__item:nth-child(5n+1), .services__item:last-child {
    width: calc(66.666% - 24px);
    padding-right: 200px;
  }
  .services__item:nth-child(5n+1) .services__image, .services__item:last-child .services__image {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services__item:nth-child(5n+1), .services__item:nth-child(6n+1), .services__item:nth-child(6n+6) {
    width: calc(50% - 24px);
    padding-right: 24px;
  }
  .services__item {
    width: calc(50% - 24px);
  }
  .services__item .services__image {
    max-width: 220px;
    max-height: 220px;
    display: none !important;
  }
  .services__item:nth-child(3n+1) {
    width: calc(100% - 24px);
  }
  .services__item:nth-child(3n+1) .services__image {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .services__item {
    width: 100% !important;
    padding: 24px !important;
    min-height: auto;
  }
  .services__item .services__image {
    display: none !important;
  }
}
.services__name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .services__name {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0;
  }
}
.services__name svg {
  display: none;
  transition: transform 0.2s ease;
  min-width: 16px;
}
@media (max-width: 767px) {
  .services__name svg {
    display: block;
  }
}
.services__name-last {
  white-space: nowrap;
}
.services__name--active svg {
  transform: rotate(180deg);
}
.services__links {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}
@media (max-width: 767px) {
  .services__links {
    display: none;
    margin-top: 16px;
  }
}
.services__link {
  position: relative;
  padding-left: 16px;
  color: #7949f4;
}
@media (max-width: 767px) {
  .services__link {
    display: block;
    margin-bottom: 8px;
  }
  .services__link:last-child {
    margin-bottom: 0;
  }
}
.services__link--white {
  color: #ffffff;
}
.services__link::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: currentColor;
}
.services__link svg {
  display: inline;
  margin-left: 4px;
  transition: 0.2s ease;
  position: relative;
  top: -1px;
}
.services__link span {
  transition: 0.2s ease;
  border-bottom: 1px dashed transparent;
}
.services__link:hover span {
  border-color: currentColor;
}
.services__link:hover svg {
  transform: rotate(45deg);
}
.services__image {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 220px;
  max-height: 220px;
}

.tariff {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tariff {
    padding: 80px 0;
  }
}
.tariff__title {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tariff__description {
    max-width: 600px;
  }
}
.tariff__head {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.tariff__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4.421px 26.526px 0 rgba(0, 0, 0, 0.08);
  z-index: -1;
  transition: 0.2s ease;
}
.tariff__wrapper {
  position: relative;
  display: flex;
  padding: 16px;
  color: #ffffff;
  align-items: end;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  height: 120px;
}
.tariff__name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.tariff__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tariff__slider {
  padding-top: 72px;
  margin-top: -32px;
}
@media (max-width: 767px) {
  .tariff__slider {
    margin-top: 32px;
  }
}
.tariff__item {
  position: relative;
  height: auto;
}
.tariff__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4.421px 26.526px 0 rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .tariff__item:hover::before {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
  .tariff__item:hover .tariff__head::before {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 8px);
  }
}
.tariff__content {
  padding: 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: calc(100% - 240px);
  justify-content: space-between;
}
.tariff__pluses {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff__plus {
  display: flex;
  gap: 8px;
}
.tariff__plus-icon {
  min-width: 20px;
  margin-top: 1px;
}
.tariff__subhead {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #DEDEDE;
}
.tariff__matches {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff__match {
  display: flex;
  gap: 8px;
}
.tariff__match-icon {
  min-width: 20px;
  margin-top: 1px;
}
.tariff__subtitle {
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 150%;
}
.tariff__text {
  margin-bottom: 24px;
}
.tariff__text:last-child {
  margin-bottom: 0;
}

.table {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .table {
    padding: 80px 0;
  }
}
.table__head {
  margin-bottom: 16px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__head {
    max-width: 535px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table__head {
    max-width: 596px;
  }
}
.table__description {
  margin-bottom: 40px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__description {
    max-width: 535px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table__description {
    max-width: 596px;
  }
}
.table__items {
  position: relative;
  padding-top: 32px;
}
@media (max-width: 1023px) {
  .table__items {
    padding-top: 0;
  }
}
.table__left {
  width: 328px;
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  transition: 0.2s ease;
  border-radius: 16px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__left {
    width: 216px;
  }
}
@media (max-width: 1023px) {
  .table__left {
    width: 100%;
    position: relative;
    padding-right: 48px;
  }
  .table__left::before, .table__left::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .table__left::after {
    bottom: 0;
    background-color: #DEDEDE;
  }
  .table__left--active::before, .table__left:hover::before {
    top: -1px;
    background-color: #ffffff;
  }
  .table__left--active::after, .table__left:hover::after {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .table__left:hover {
    background-color: rgba(206, 188, 255, 0.6);
  }
}
.table__left--active {
  background-color: rgba(206, 188, 255, 0.6);
}
.table__left--active .table__arrow {
  transform: rotate(180deg);
}
.table__icon {
  min-width: 24px;
}
.table__name {
  font-weight: 600;
  line-height: 150%;
}
.table__right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 360px);
  display: none;
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  height: 100%;
  overflow: auto;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__right {
    width: calc(100% - 248px);
  }
}
.table__right--initial {
  display: block;
}
@media (max-width: 1023px) {
  .table__right {
    display: none !important;
  }
}
.table__wrapper {
  display: table;
  width: 100%;
}
.table__header {
  display: table-row;
  background-color: #F4F4F4;
}
.table__header-item {
  display: table-cell;
  padding: 40px 40px 24px 40px;
  font-weight: 600;
  line-height: 150%;
  color: #8E8E8E;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__header-item {
    padding: 40px 24px 24px 24px;
  }
}
.table__row {
  display: table-row;
  position: relative;
}
.table__row-item {
  padding: 24px 40px;
  display: table-cell;
  line-height: 150%;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .table__row-item {
    padding: 24px;
  }
}
.table__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #DEDEDE;
}
.table__row:last-child::after {
  display: none;
}
.table__mobile {
  display: none;
}
@media (max-width: 1023px) {
  .table__mobile--active {
    display: block;
  }
}
.table__mobile-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 24px;
}
.table__mobile-head {
  display: table-caption;
  padding: 24px 16px 0 16px;
  font-weight: 600;
  line-height: 150%;
}
.table__mobile-row {
  display: table-row;
}
.table__mobile-row > div {
  display: table-cell;
  padding: 20px 16px 0;
  line-height: 150%;
  vertical-align: top;
}
.table__mobile-left {
  font-weight: 600;
  color: #8E8E8E;
  width: 230px;
}
@media (max-width: 767px) {
  .table__mobile-left {
    width: 140px;
  }
}
.table__mobile-right br {
  display: none;
}
.table__arrow {
  display: none;
}
@media (max-width: 1023px) {
  .table__arrow {
    display: block;
    position: absolute;
    top: 14px;
    right: 16px;
    transition: 0.2s ease;
  }
}

.stack {
  padding: 120px 0;
  background-color: #131313;
  color: #ffffff;
}
@media (max-width: 767px) {
  .stack {
    padding: 80px 0;
  }
}
.stack__description {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stack__description {
    max-width: 472px;
  }
}
.stack__sections {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.stack__sections::-webkit-scrollbar {
  display: none;
}
.stack__sections-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  max-width: 974px;
}
.stack__sections-wrapper::before, .stack__sections-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 0;
}
.stack__sections-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 100%);
}
.stack__sections-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgb(19, 19, 19) 0%, rgba(19, 19, 19, 0) 100%);
}
.stack__sections-wrapper.has-left-gradient::before {
  opacity: 1;
}
.stack__sections-wrapper.has-right-gradient::after {
  opacity: 1;
}
.stack__section {
  padding: 9px 20px;
  border-radius: 50px;
  flex-shrink: 0;
  margin-right: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: transparent;
  font-weight: 600;
  line-height: 150%;
}
.stack__section:last-child {
  margin-right: 0;
}
.stack__section--active {
  background-color: #7949f4;
}
.stack__list {
  position: relative;
  min-height: 170px;
}
.stack__elements {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: absolute;
  width: 100%;
}
.stack__elements--active {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
}
.stack__elements--active .stack__element {
  animation: cardAppear 0.5s ease forwards;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .stack__elements {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .stack__elements {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .stack__elements {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stack__element {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f2f32;
  border-radius: 16px;
  padding: 24px;
  height: 170px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateY(20px);
}
.stack__element:hover {
  opacity: 0.9 !important;
}
.stack__image {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Анимация появления карточек */
@keyframes cardAppear {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.business {
  padding: 120px 0;
  min-height: 800px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .business {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .business {
    min-height: auto;
    padding: 80px 0;
  }
}
.business__subtitle {
  margin-bottom: 0;
}
.business__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.business__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .business__image-inner {
    width: 1470px;
  }
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .business__image-inner {
    width: 1770px;
  }
}
@media (max-width: 1023px) {
  .business__image-inner {
    width: 1200px;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .business__image-inner {
    width: 1500px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .business__image-inner {
    width: 1320px;
  }
}
@media (max-width: 400px) {
  .business__image-inner {
    width: 800px;
  }
}
.business__image-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% calc(50% - 30px);
     object-position: 50% calc(50% - 30px);
}
.business__slider {
  padding-top: 70px;
  margin-top: -14px;
}
@media (max-width: 767px) {
  .business__slider {
    margin-top: -28px;
    padding-top: 80px;
  }
}
.business__item {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 24px 24px;
  height: auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
}
.business__name {
  margin: 72px 0 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.another {
  padding: 200px 0;
  overflow: hidden;
  background-color: #121239;
  color: #ffffff;
  margin: -80px 0;
  position: relative;
}
@media (max-width: 767px) {
  .another {
    padding: 160px 0;
  }
}
.another__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.another__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.another:hover .another__image {
  opacity: 1;
}
.another__spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 325px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0) 0%, #121239 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.another__top-jaw, .another__bottom-jaw {
  position: absolute;
  left: 0;
  width: 100%;
  height: 350px;
  background-color: #ffffff;
  z-index: 10;
}
.another__top-jaw {
  top: 0;
  border-radius: 0 0 82px 82px;
}
.another__bottom-jaw {
  bottom: 0;
  border-radius: 82px 82px 0 0;
}
.another .container {
  position: relative;
  z-index: 2;
}
.another__subtitle {
  position: relative;
}
.another__head {
  position: relative;
  margin-bottom: 0;
}
.another__slider {
  padding-top: 56px;
  position: relative;
  z-index: 2;
}
.another__item {
  padding: 16px 32px;
  min-height: 140px;
  height: auto;
  border: 1px solid #4514c2;
  background-color: #121239;
  border-radius: 16px;
  box-shadow: 0 4px 14px 0 rgba(255, 255, 255, 0) inset;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  z-index: 2;
  transition: 0.2s ease;
}
.another__item:hover {
  background-color: #7949f4;
}
.another__content {
  display: flex;
  align-items: center;
  height: 100%;
}
.another__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.clients-list {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .clients-list {
    padding-bottom: 80px;
  }
}
.clients-list__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-list__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .clients-list__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.clients-list__items--first {
  margin-bottom: 80px;
}
.clients-list__items--second {
  margin-top: 80px;
  margin-bottom: 40px;
}
.clients-list__items--slider {
  padding-top: 80px;
  margin-top: -24px;
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.clients-list__items--slider .clients-list__item {
  flex: inherit;
  box-shadow: 0 4px 14px 0 rgba(78, 63, 116, 0.08);
}
.clients-list__item {
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.08);
  position: relative;
  height: 228px;
  transition: 0.2s ease;
}
@media (max-width: 1023px) {
  .clients-list__item {
    height: auto;
  }
}
.clients-list__item::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 32px;
  transition: 0.2s ease;
}
@media (max-width: 1023px) {
  .clients-list__item::before {
    bottom: 0;
    height: 208px;
  }
}
@media (min-width: 1024px) {
  .clients-list__item:hover {
    background-color: #7949f4;
  }
  .clients-list__item:hover::before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    opacity: 0;
  }
  .clients-list__item:hover .clients-list__image {
    opacity: 0;
  }
  .clients-list__item:hover .clients-list__hidden {
    opacity: 1;
  }
}
.clients-list__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 60%;
  max-height: 60%;
  transition: 0.1s ease;
}
@media (max-width: 1023px) {
  .clients-list__image {
    max-width: 70%;
    max-height: 70%;
  }
}
@media (max-width: 1023px) {
  .clients-list__image-wrapper {
    display: block;
    position: relative;
    height: 208px;
    margin-top: 10px;
  }
}
.clients-list__hidden {
  opacity: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s ease;
  padding: 20px 24px;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .clients-list__hidden {
    opacity: 1;
    height: auto;
    color: #000000;
    padding: 24px;
  }
}
.clients-list__arrow {
  position: absolute;
  top: 20px;
  right: 24px;
}
@media (max-width: 1023px) {
  .clients-list__arrow {
    display: none;
  }
}
.clients-list__name {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
  padding-right: 32px;
  flex-shrink: 0;
  max-height: 86px;
  max-width: 260px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .clients-list__name {
    display: none;
  }
}
.clients-list__tags {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .clients-list__tags {
    gap: 2px;
  }
}
.clients-list__tag {
  padding-left: 16px;
  position: relative;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .clients-list__tag {
    line-height: 24px;
  }
}
.clients-list__tag::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: currentColor;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.clients-list__filter {
  width: 694px;
  background-color: #000000;
  padding: 6px;
  border-radius: 32px;
  display: flex;
  gap: 16px;
  margin: 24px auto 40px;
  position: relative;
  transition: 0.4s ease;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-list__filter {
    margin-bottom: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__filter {
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .clients-list__filter {
    width: calc(100% - 48px) !important;
    margin: 24px 24px 40px;
    position: sticky;
    top: 82px;
    z-index: 100;
  }
}
.clients-list__filter.width-1 {
  width: 711px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__filter.width-1 {
    width: 702px;
  }
  .clients-list__filter.width-1 .clients-list__choice {
    padding: 5px 16px;
  }
}
.clients-list__filter.width-2 {
  width: 728px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__filter.width-2 {
    width: 710px;
  }
  .clients-list__filter.width-2 .clients-list__choice {
    padding: 5px 14px;
  }
}
.clients-list__filter.width-3 {
  width: 745px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__filter.width-3 {
    width: 718px;
  }
  .clients-list__filter.width-3 .clients-list__choice {
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .clients-list__search {
    width: 100%;
  }
}
.clients-list__search-wrapper {
  position: relative;
}
.clients-list__search-icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clients-list__search-icon path {
  transition: 0.2s ease;
  fill: #ffffff;
}
.clients-list__search-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease;
  opacity: 0;
  cursor: pointer;
}
.clients-list__search-arrow path {
  transition: 0.2s ease;
}
.clients-list__search-arrow:hover path {
  fill: #7949f4;
}
.clients-list__search-input {
  border-radius: 32px;
  background-color: #2f2f32;
  padding: 10px 38px;
  width: 253px;
  transition: 0.2s ease;
  color: #ffffff;
}
@media (max-width: 767px) {
  .clients-list__search-input {
    width: 100%;
  }
}
.clients-list__search-input::-moz-placeholder {
  color: #8E8E8E;
}
.clients-list__search-input::placeholder {
  color: #8E8E8E;
}
.clients-list__search .suggestions {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 28px;
}
@media (max-width: 767px) {
  .clients-list__search .suggestions {
    flex-direction: column;
    padding: 8px 28px;
  }
}
.clients-list__search .suggestions__list {
  width: 240px;
}
@media (max-width: 767px) {
  .clients-list__search .suggestions__list {
    width: 100%;
  }
}
.clients-list__search .suggestions__list-top, .clients-list__search .suggestions__list-bottom {
  display: inline-flex;
  flex-direction: column;
}
.clients-list__search .suggestions__list-divider {
  height: 1px;
  background-color: #DEDEDE;
  margin: 24px 0;
}
.clients-list__search .suggestions__list-item {
  padding: 2px 0;
  cursor: pointer;
  transition: 0.2s ease;
}
.clients-list__search .suggestions__list-item:hover {
  color: #7949f4;
}
.clients-list__search .suggestions__list-item span {
  color: #7949f4;
}
.clients-list__search .suggestions__slider {
  width: 348px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .clients-list__search .suggestions__slider {
    width: 100%;
    margin-top: 24px;
  }
}
.clients-list__search .suggestions__slider-slide {
  position: relative;
}
.clients-list__search .suggestions__slider-image {
  border-radius: 16px;
  overflow: hidden;
  height: 108px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 42px;
}
.clients-list__search .suggestions__slider-link {
  position: absolute;
  top: 116px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
.clients-list__search .suggestions__slider-link:hover {
  transform: rotate(45deg);
}
.clients-list__search .suggestions__slider-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.clients-list__search .suggestions__slider-description {
  line-height: 150%;
}
.clients-list__search .suggestions__slider-progress {
  position: absolute;
  left: 0;
  top: 110px;
  padding: 10px 0;
  z-index: 2;
  background-color: #ffffff;
}
.clients-list__search .suggestions__slider-progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clients-list__search .suggestions__slider-progress-item {
  display: flex;
  align-items: center;
}
.clients-list__search .suggestions__slider-progress-item:last-child .suggestions__slider-progress-line {
  display: none;
}
.clients-list__search .suggestions__slider-progress-number {
  font-weight: 600;
  color: #8E8E8E;
  transition: 0.3s ease;
  cursor: pointer;
}
.clients-list__search .suggestions__slider-progress-number--active {
  color: #000000;
}
.clients-list__search .suggestions__slider-progress-line {
  width: 29px;
  height: 2px;
  background-color: #DEDEDE;
  position: relative;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 2px;
}
.clients-list__search .suggestions__slider-progress-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #000000;
  width: 0;
  transition: width 0.1s linear;
}
.clients-list__search--active .clients-list__search-input {
  background-color: #ffffff;
  color: #000000;
}
.clients-list__search--active .clients-list__search-icon path {
  fill: #000000;
}
.clients-list__search--active .clients-list__search-arrow {
  opacity: 1;
}
.clients-list__choices {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 32px;
  background-color: #CEBCFF;
  position: relative;
}
@media (max-width: 767px) {
  .clients-list__choices {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 0;
    background: #131313;
    padding: 40px 24px 80px 24px;
    overflow: auto;
  }
  .clients-list__choices--active {
    display: block;
  }
}
.clients-list__choices-buttons {
  display: none;
  justify-content: space-between;
  gap: 8px;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: #131313;
}
@media (max-width: 767px) {
  .clients-list__choices-buttons {
    display: flex;
  }
}
.clients-list__choices-buttons .button--white {
  padding: 10px 22px;
  width: 100%;
  min-height: 48px;
}
.clients-list__choices-buttons .button--white:hover, .clients-list__choices-buttons .button--white:active, .clients-list__choices-buttons .button--white:focus {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}
.clients-list__choices-buttons .button--black-white {
  display: none;
}
.clients-list__choices-buttons .button--black-white.active {
  display: flex;
}
.clients-list__choices-head {
  display: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .clients-list__choices-head {
    display: block;
  }
}
.clients-list__choices-close {
  display: none;
  position: absolute;
  top: 40px;
  right: 24px;
}
@media (max-width: 767px) {
  .clients-list__choices-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .clients-list__choices .clients-list__dropdown {
    top: 0;
    transition: none;
    border-radius: 8px;
    margin-top: -16px;
    margin-bottom: 16px;
  }
  .clients-list__choices .clients-list__dropdown--active {
    position: relative;
  }
}
.clients-list__choice {
  padding: 5px 18px;
  background-color: transparent;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  transition: 0.2s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .clients-list__choice {
    border-radius: 8px;
    color: #8E8E8E;
    border: 1px solid #DEDEDE;
    padding: 11px 16px;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  .clients-list__choice svg path {
    fill: #ffffff;
  }
  .clients-list__choice--has-counter {
    background-color: #ffffff;
    color: #000000;
  }
  .clients-list__choice--has-counter svg path {
    fill: #000000;
  }
}
.clients-list__choice svg {
  min-width: 16px;
  transition: 0.2s ease;
}
.clients-list__choice:hover, .clients-list__choice--active {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .clients-list__choice:hover svg path, .clients-list__choice--active svg path {
    fill: #000000;
  }
}
@media (max-width: 767px) {
  .clients-list__choice--active {
    color: #000000;
    background-color: #ffffff;
  }
}
.clients-list__choice--active svg {
  transform: rotate(180deg);
}
.clients-list__choice-name {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clients-list__choice-name {
    width: 100%;
  }
}
.clients-list__choice-counter {
  display: flex;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  margin: 0 -5px 0 -3px;
  position: relative;
  z-index: 1;
  width: 0;
  transition: 0.4s ease;
  opacity: 0;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .clients-list__choice-counter {
    margin-right: 4px;
  }
}
.clients-list__choice-counter.active {
  width: 20px;
  opacity: 1;
}
.clients-list__reset {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -176px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-list__reset {
    right: 0;
    bottom: auto;
    top: calc(100% + 10px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-list__reset {
    right: 0;
    bottom: auto;
    top: calc(100% + 8px);
  }
}
@media (max-width: 767px) {
  .clients-list__reset {
    display: none;
  }
}
.clients-list__reset svg path {
  transition: 0.2s ease;
}
.clients-list__reset--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.clients-list__reset:hover {
  color: #7949f4;
}
.clients-list__reset:hover svg path {
  fill: #7949f4;
}
.clients-list__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.08);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 10;
  padding: 16px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .clients-list__dropdown {
    margin-bottom: 8px;
  }
}
.clients-list__dropdown--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.clients-list__dropdown-reset {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  color: #8E8E8E;
  transition: 0.2s ease;
}
.clients-list__dropdown-reset svg path {
  transition: 0.2s ease;
  fill: currentColor;
}
.clients-list__dropdown-reset--active {
  color: #000000;
  cursor: pointer;
}
.clients-list__dropdown-reset--active:hover {
  color: #7949f4;
}
.clients-list__switcher {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.clients-list__switch {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .clients-list__switch {
    padding: 2px 0;
  }
}
.clients-list__switch::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: calc(100% + 32px);
  height: 100%;
  opacity: 0;
  border-radius: 8px;
  transition: 0.2s ease;
  background-color: #F4F4F4;
  z-index: -1;
}
.clients-list__switch-button {
  pointer-events: none;
}
.clients-list__switch:hover::before {
  opacity: 1;
}
.clients-list__empty {
  display: none;
}
.clients-list__mobile-icon {
  display: none;
  width: 56px;
  align-items: center;
  justify-content: center;
  background-color: #2f2f32;
  border-radius: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .clients-list__mobile-icon {
    display: flex;
  }
}
.clients-list__mobile-icon--has-items {
  position: relative;
}
.clients-list__mobile-icon--has-items::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7949f4;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__item {
  padding: 4px 13px;
  transition: 0.2s ease;
  display: block;
  color: #8E8E8E;
}
.pagination__item--active, .pagination__item:hover {
  color: #7949f4;
}

.clients-more {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .clients-more {
    padding-bottom: 80px;
  }
}
.clients-more__subtitle {
  margin-bottom: 0;
}
.clients-more .container {
  overflow: hidden;
}

.client {
  position: relative;
  overflow: hidden;
  height: 770px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client {
    height: 942px;
  }
}
@media (max-width: 767px) {
  .client {
    height: auto;
  }
}
.client__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client__image--tablets {
  display: none;
}
@media (max-width: 1023px) {
  .client__image--tablets {
    display: block;
  }
}
.client__info {
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 0;
  width: 100%;
  height: 678px;
}
@media (max-width: 1023px) {
  .client__info {
    position: relative;
    height: auto;
    padding: 84px 0 24px;
    margin-top: 92px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .client__info {
    margin-top: 74px;
    padding-top: 76px;
  }
}
.client__info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 24px 24px 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .client__info::before {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1023px) {
  .client__info::before {
    width: 100%;
    border-radius: 0 0 24px 24px;
  }
}
.client__info-wrapper {
  width: 456px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__info-wrapper {
    width: 376px;
  }
}
@media (max-width: 1023px) {
  .client__info-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__info-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}
.client__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 208px;
  margin-top: 132px;
  margin-bottom: 24px;
  border-radius: 32px;
  border: 1px solid #DEDEDE;
  background: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__logo {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__logo {
    margin-top: 0;
    height: 136px;
    width: 224px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .client__logo {
    margin-top: 0;
    height: 200px;
  }
}
.client__logo img {
  max-height: 90%;
  max-width: 90%;
}
.client__description {
  line-height: 150%;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__description {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .client__description {
    margin-bottom: 12px;
  }
}
.client__tags {
  display: flex;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}
.client__tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 14px;
  background-color: #CEBCFF;
  transition: 0.2s ease;
  cursor: pointer;
}
.client__tag:hover, .client__tag:active, .client__tag:focus {
  color: #ffffff;
  background-color: #7949f4;
}
.client__cases {
  position: absolute;
  top: 92px;
  right: 0;
  width: 100%;
  height: 678px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .client__cases {
    position: relative;
    height: auto;
    top: 40px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .client__cases {
    top: 0;
    margin-top: 40px;
  }
}
.client__cases .container {
  display: flex;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__cases .container {
    justify-content: center;
  }
}
.client__cases-wrapper {
  width: 576px;
  pointer-events: auto;
  padding-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__cases-wrapper {
    width: 456px;
  }
}
@media (max-width: 1023px) {
  .client__cases-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__cases-wrapper {
    width: 546px;
  }
}
@media (max-width: 767px) {
  .client__cases-wrapper {
    width: 100%;
  }
}
.client__slider:before {
  content: "";
  position: absolute;
  width: 175%;
  height: 700px;
  top: -80px;
  right: -50%;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .client__slider:before {
    width: 155%;
  }
}
@media (max-width: 767px) {
  .client__slider:before {
    display: none;
  }
}
.client__slider .slick-dots {
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  flex-direction: column;
  display: flex !important;
  gap: 8px;
  align-items: end;
  right: calc(100% + 148px);
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .client__slider .slick-dots {
    right: calc(100% + 46px);
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__slider .slick-dots {
    right: calc(100% + 40px);
  }
}
@media (max-width: 1023px) {
  .client__slider .slick-dots {
    display: none !important;
  }
}
.client__slider .slick-dots li {
  width: 20px;
  height: 4px;
  border-radius: 6px;
  background: #8E8E8E;
}
.client__slider .slick-dots li.slick-active {
  width: 28px;
  background: #000000;
}
.client__slide {
  padding: 40px;
  border-radius: 24px;
  background-color: #ffffff;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  max-height: 466px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .client__slide {
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .client__slide {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide {
    max-height: 386px;
  }
}
@media (max-width: 767px) {
  .client__slide {
    max-height: 100%;
  }
}
.client__slide-wrapper {
  display: flex;
  gap: 46px;
  flex: 1;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__slide-wrapper {
    gap: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide-wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .client__slide-wrapper {
    gap: 16px;
  }
}
.client__slide-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide-number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .client__slide-number {
    font-size: 24px;
  }
}
.client__slide-content {
  flex: 1;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .client__slide-content {
    max-width: 302px;
  }
}
.client__slide-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.client__slide-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide-items {
    gap: 8px;
  }
}
.client__slide ul {
  position: relative;
  line-height: 150%;
}
.client__slide ul li {
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide ul li {
    margin-bottom: 8px;
  }
}
.client__slide ul li:last-child {
  margin-bottom: 0;
}
.client__slide ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -32px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.9997 8.00001C15.0013 8.20509 14.9389 8.40557 14.8213 8.57359C14.7037 8.7416 14.5367 8.8688 14.3434 8.93751L10.3784 10.3794L8.93717 14.3438C8.86613 14.5351 8.73823 14.7002 8.57064 14.8167C8.40305 14.9333 8.20381 14.9958 7.99967 14.9958C7.79554 14.9958 7.59629 14.9333 7.4287 14.8167C7.26111 14.7002 7.13321 14.5351 7.06217 14.3438L5.6203 10.375L1.65592 8.93751C1.46454 8.86647 1.29949 8.73857 1.18294 8.57098C1.06638 8.40339 1.00391 8.20414 1.00391 8.00001C1.00391 7.79587 1.06638 7.59663 1.18294 7.42904C1.29949 7.26145 1.46454 7.13354 1.65592 7.06251L5.62467 5.62063L7.06217 1.65626C7.13321 1.46488 7.26111 1.29983 7.4287 1.18327C7.59629 1.06672 7.79554 1.00424 7.99967 1.00424C8.20381 1.00424 8.40305 1.06672 8.57064 1.18327C8.73823 1.29983 8.86613 1.46488 8.93717 1.65626L10.379 5.62501L14.3434 7.06251C14.5367 7.13121 14.7037 7.25841 14.8213 7.42643C14.9389 7.59444 15.0013 7.79492 14.9997 8.00001Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .client__slide ul li:before {
    left: -42px;
  }
}
.client__slide-news {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 150%;
  font-size: 13px;
  color: #ffffff;
  margin-top: 32px;
  padding: 16px;
  border-radius: 16px;
  background: #121239;
  box-shadow: 0 4px 14px 0 rgba(255, 255, 255, 0) inset;
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .client__slide-news {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .client__slide-news {
    gap: 8px;
  }
}
.client__slide-news:hover svg {
  transform: translateX(5px);
}
.client__slide-news svg {
  flex-shrink: 0;
  transition: 0.2s ease;
}
.client__slide-scroll {
  padding-right: 16px;
  margin-right: -16px;
}
.client__tag-more {
  background-color: #CEBCFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.client__tag-more:hover, .client__tag-more:active, .client__tag-more:focus {
  color: #ffffff;
  background-color: #7949f4;
}
.client__tags-tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 8px;
  display: none;
  z-index: 100;
  max-width: 365px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 8px;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .client__tags-tooltip {
    max-width: 310px;
  }
}
.client__tags-tooltip.active {
  display: flex;
}

.client__slider .slick-track {
  display: block !important; /* Важно для вертикального режима */
}
@media (max-width: 767px) {
  .client__slider .slick-track {
    display: flex !important;
  }
}
.client__slider .slick-slide {
  margin-bottom: 40px;
  filter: blur(4px);
  opacity: 0.5;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .client__slider .slick-slide {
    filter: none;
    opacity: 1;
    height: auto;
    margin-bottom: 80px;
  }
}
.client__slider .slick-slide:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .client__slider .slick-slide:last-child {
    margin-bottom: 80px;
  }
}
.client__slider .slick-active {
  filter: none;
  opacity: 1;
}

.clients-words {
  padding: 120px 0;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .clients-words {
    padding: 80px 0;
  }
}
.clients-words__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .clients-words__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__wrapper--no-letters .clients-words__letters {
    display: none;
  }
}
.clients-words__wrapper--no-letters .clients-words__feedback {
  width: 696px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__wrapper--no-letters .clients-words__feedback {
    width: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__wrapper--no-letters .clients-words__feedback {
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .clients-words__wrapper--no-letters .clients-words__feedback {
    width: 100%;
  }
}
.clients-words__wrapper .button {
  margin-top: 32px;
  width: 253px;
}
@media (max-width: 767px) {
  .clients-words__wrapper .button {
    width: 100%;
  }
}
.clients-words__person {
  width: 336px;
  display: flex;
  gap: 24px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__person {
    width: 296px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__person {
    width: 100%;
    margin-bottom: 32px;
    max-width: 596px;
  }
}
@media (max-width: 767px) {
  .clients-words__person {
    width: 100%;
    margin-bottom: 40px;
  }
}
.clients-words__image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__image {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1023px) {
  .clients-words__image {
    width: 64px;
    height: 64px;
  }
}
.clients-words__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clients-words__about {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.clients-words__name {
  width: 136px;
}
.clients-words__position {
  margin-top: 4px;
  color: #8E8E8E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .clients-words__position {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
.clients-words__feedback {
  width: 576px;
  position: relative;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .clients-words__feedback {
    width: 496px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__feedback {
    width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__feedback {
    width: 436px;
    margin-right: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .clients-words__feedback {
    width: 100%;
    padding-left: 35px;
  }
}
.clients-words__quotes {
  position: absolute;
  top: -1px;
  left: -36px;
}
@media (max-width: 767px) {
  .clients-words__quotes {
    left: 0;
  }
}
.clients-words__letters {
  width: 274px;
  overflow: hidden;
  padding-top: 52px;
  margin-top: -52px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__letters {
    width: 216px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__letters {
    width: 216px;
  }
}
@media (max-width: 767px) {
  .clients-words__letters {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .clients-words__letters .slick-slide {
    margin: 0 12px;
  }
  .clients-words__letters .slick-list {
    margin: 0 -12px;
  }
}
.clients-words__letters .slick-track {
  justify-content: center;
}
.clients-words__letter {
  width: 124px;
  height: 176px;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s ease;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .clients-words__letter {
    width: 96px;
    height: 136px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clients-words__letter {
    width: 96px;
    height: 136px;
  }
}
@media (max-width: 767px) {
  .clients-words__letter {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.clients-words__letter:hover {
  opacity: 0.8;
}
.clients-words__letter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history {
  padding: 120px 0;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .history {
    padding: 80px 0;
  }
}
.history__subtitle {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .history__subtitle {
    padding-right: 60px;
  }
}
.history__title--small {
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .history__title--small {
    max-width: 596px;
  }
}
@media (max-width: 767px) {
  .history__title--small {
    font-size: 24px;
    padding-right: 52px;
  }
}
.history__slider {
  margin-top: -16px;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .history__slider {
    margin-top: -50px;
    padding-top: 86px;
  }
}
.history__slider .slick-list {
  margin: 0;
}
.history__slider .slick-track {
  margin: 0;
}
.history__slide {
  position: relative;
  height: 420px;
  margin: 0;
  cursor: none;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .history__slide {
    height: 278px;
  }
}
@media (max-width: 1023px) {
  .history__slide {
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .history__slide {
    height: 214px;
  }
}
@media (max-width: 767px) {
  .history__slide {
    height: 196px;
  }
}
@media (max-width: 1023px) {
  .history__slide {
    cursor: pointer;
  }
  .history__slide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><circle cx="45" cy="45" r="43" fill="white"/><path d="M0.000194429 3.0045C0.000195131 0.695102 2.5002 -0.748276 4.50019 0.406425L25.5002 12.5308C27.5002 13.6855 27.5002 16.5722 25.5002 17.7269L4.5002 29.8513C2.5002 31.006 0.000194674 29.5626 0.000194845 27.2532L0.000194429 3.0045Z" fill="black" transform="translate(31.5, 29.5)"/></svg>');
    background-size: contain;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
  }
}
.history__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.history__slide-content {
  position: absolute;
  line-height: 150%;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 16px 16px 16px;
  transition: 0.2s ease;
  opacity: 0;
  transform: translateY(10px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1023px) {
  .history__slide-content {
    opacity: 1;
    transform: translateY(0);
  }
}
.history__slide-time {
  margin-bottom: 4px;
}
.history__slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.history__slide:hover .history__slide-content {
  opacity: 1;
  transform: translateY(0);
}
.history__button {
  margin-top: 24px;
}
.history__button .button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .history__button .button {
    width: 100%;
  }
}

.articles .custom-video-cursor {
  width: 45px;
  height: 45px;
}
.articles .custom-video-cursor svg {
  width: 30px;
  height: 30px;
}

.custom-video-cursor {
  position: fixed;
  width: 90px;
  height: 90px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  opacity: 0;
  will-change: left, top, opacity;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.custom-video-cursor.is-visible {
  opacity: 1;
}
@media (max-width: 1023px) {
  .custom-video-cursor {
    display: none;
  }
}
.custom-video-cursor svg {
  width: 60px;
  height: 60px;
}

.press-center {
  padding: 200px 0 120px;
}
@media (max-width: 767px) {
  .press-center {
    padding: 150px 0 80px;
  }
}

.content h1 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  width: 816px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .content h1 {
    width: 696px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content h1 {
    width: 596px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content h1 {
    width: 100%;
    font-size: 24px;
  }
}
.content p {
  margin-bottom: 16px;
}
.content p:last-child {
  margin-bottom: 0px;
}
.content a:not([class]) {
  color: #7949f4;
  transition: 0.2s ease;
  border-bottom: 1px dashed transparent;
}
.content a:not([class]):hover {
  border-color: currentColor;
}
.content ol {
  counter-reset: list-counter;
  margin-bottom: 40px;
}
.content ol > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
}
.content ol > li:last-child {
  margin-bottom: 0;
}
.content ol > li:before {
  content: counter(list-counter) ".";
  font-weight: 600;
  line-height: 150%;
  position: absolute;
  left: 0;
  top: 0;
  color: #7949f4;
}
.content ol:last-child {
  margin-bottom: 0;
}
.content ul {
  margin-bottom: 40px;
}
.content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.75 10C16.75 6.27208 13.7279 3.25 10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10ZM11.8896 7.68945C12.1303 7.35249 12.5985 7.27413 12.9355 7.51465C13.2725 7.75534 13.3509 8.22351 13.1104 8.56055L9.98535 12.9355C9.85721 13.1149 9.65624 13.2289 9.43652 13.2471C9.21691 13.2652 9.00055 13.1861 8.84473 13.0303L6.96973 11.1553C6.67683 10.8624 6.67683 10.3876 6.96973 10.0947C7.26262 9.80183 7.73738 9.80183 8.03027 10.0947L9.2793 11.3438L11.8896 7.68945ZM18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10Z' fill='currentColor'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.content ul:last-child {
  margin-bottom: 0;
}
.content table {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content table {
    display: block;
    overflow-x: auto;
    width: calc(100% + 48px);
    position: relative;
    left: -24px;
    padding: 0 24px;
  }
}
.content table tr {
  vertical-align: top;
}
.content table th {
  padding: 16px;
  background-color: #F4F4F4;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  overflow: hidden;
}
.content table th:first-child {
  border-radius: 8px 0 0 0;
}
.content table th:last-child {
  border-radius: 0 8px 0 0;
}
.content table td {
  padding: 16px;
  border-bottom: 1px solid #DEDEDE;
}
.content .head-site {
  max-width: 880px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .head-site {
    max-width: 596px;
  }
}
.content__header-wrapper {
  display: flex;
  align-items: end;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .content__header-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.content__header-wrapper--with-author {
  justify-content: space-between;
  margin-top: -60px;
}
@media (max-width: 1240px) {
  .content__header-wrapper--with-author {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .content__header-wrapper--with-author .content__header-position {
    max-width: 296px;
  }
  .content__header-wrapper--with-author .content__header-author {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    order: 1;
  }
  .content__header-wrapper--with-author .content__header-flex {
    order: 2;
  }
  .content__header-wrapper--with-author .content__header-image {
    width: 56px;
    height: 56px;
  }
  .content__header-wrapper--with-author .content__header-time {
    margin-left: 0;
  }
}
.content__header-flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .content__header-flex {
    flex-wrap: wrap;
  }
}
.content__header-tags {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .content__header-tags {
    flex-wrap: wrap;
    width: 100%;
  }
}
.content__header-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 3px 10px 5px;
  background-color: #CEBCFF;
  border-radius: 14px;
  transition: 0.2s ease;
  text-transform: lowercase;
}
.content__header-tag:hover {
  color: #ffffff;
  background-color: #7949f4;
}
.content__header-tile {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  border-radius: 8px;
  background-color: #DEDEDE;
  padding: 0 10px;
}
.content__header-date, .content__header-time, .content__header-views {
  display: flex;
  gap: 4px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #8E8E8E;
}
@media (max-width: 767px) {
  .content__header-date, .content__header-time, .content__header-views {
    flex-shrink: 0;
  }
}
.content__header-author {
  margin-right: 100px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .content__header-author {
    margin-right: 50px;
  }
}
.content__header-image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.content__header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__header-person {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
.content__header-name {
  margin-bottom: 4px;
  max-width: 136px;
}
@media (max-width: 767px) {
  .content__header-name {
    max-width: 100%;
  }
}
.content__header-position {
  color: #8E8E8E;
  max-width: 216px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .content__header-position {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
.content__header-icon {
  margin-bottom: 16px;
  height: 32px;
  width: 32px;
}
.content__header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content__block {
    overflow: hidden;
  }
}
.content__block:last-child {
  margin-bottom: 0;
}
.content__block .container {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023px) {
  .content__block .container {
    flex-direction: column;
  }
}
.content__block--margin .content__column--right {
  margin-top: 52px;
}
@media (max-width: 1023px) {
  .content__block--margin .content__column--right {
    margin-top: 0;
  }
}
.content__column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.content__column--left {
  flex: 0 0 calc(75% - 6px);
  gap: 40px;
}
@media (max-width: 1023px) {
  .content__column--left {
    flex: 0 0 100%;
  }
}
.content__column--right {
  flex: 0 0 calc(25% - 18px);
  gap: 24px;
}
@media (max-width: 1023px) {
  .content__column--right {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .content__column--navigation {
    gap: 8px !important;
  }
}
.content__menu {
  background-color: #F4F4F4;
  border-radius: 8px;
}
.content__menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  cursor: pointer;
  border-radius: 8px;
}
.content__menu-title svg {
  transition: 0.2s ease;
}
.content__menu-title--active svg {
  transform: rotate(180deg);
}
.content__menu-hidden {
  display: none;
}
.content__menu-items {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 40px 24px 40px;
}
.content__menu-item {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
}
.content__menu-item:hover {
  color: #7949f4;
}
.content__text .head-site {
  margin-bottom: 24px;
}
.content__text-big {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.content__image {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .content__image {
    border-radius: 0;
  }
}
.content__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .content__image img {
    border-radius: 24px;
  }
}
.content__image-description {
  display: flex;
  align-items: end;
  padding: 24px 296px 24px 24px;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 767px) {
  .content__image-description {
    position: relative;
    padding: 0;
    margin-top: 16px;
    background: transparent;
    height: auto;
    color: #000000;
  }
}
.content__person {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1023px) {
  .content__person {
    gap: 40px;
    flex-direction: column;
  }
}
.content__person-about {
  display: flex;
  gap: 24px;
}
.content__person-image {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1476px) {
  .content__person-image {
    width: 64px;
    height: 64px;
  }
}
.content__person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__person-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 4px;
  width: 136px;
}
.content__person-position {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #8E8E8E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .content__person-position {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__person-position {
    max-width: 510px;
  }
}
.content__person-text {
  position: relative;
  padding-left: 36px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  width: 696px;
  flex-shrink: 0;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .content__person-text {
    width: 520px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__person-text {
    width: 376px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .content__person-text {
    font-size: 16px;
  }
}
.content__person-text svg {
  position: absolute;
  top: 0;
  left: 0;
}
.content__person--team .content__person-image {
  background-color: #C0C1C5;
}
.content__person--team .content__person-image img {
  height: auto;
  -o-object-position: -1px -4px;
     object-position: -1px -4px;
}
.content__person--expert .content__person-image {
  background-color: #C0C1C5;
}
.content__person--expert .content__person-image img {
  height: auto;
  -o-object-position: 1px -3px;
     object-position: 1px -3px;
}
.content__text-quote {
  display: flex;
  align-items: self-start;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__text-quote {
    gap: 40px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .content__text-quote {
    flex-direction: column;
  }
}
.content__text-quote-right {
  width: 454px;
  flex-shrink: 0;
  padding: 24px;
  background-color: #F4F4F4;
  font-weight: 600;
  line-height: 150%;
  border-radius: 24px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .content__text-quote-right {
    width: 296px;
  }
}
@media (max-width: 1023px) {
  .content__text-quote-right {
    width: 100%;
  }
}
.content__title {
  max-width: 816px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: -24px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__title {
    font-size: 40px;
    max-width: 596px;
  }
}
@media (max-width: 767px) {
  .content__title {
    font-size: 24px;
    margin-bottom: -8px;
    margin-top: 16px;
  }
}
.content__title--no-margin {
  margin-top: 0;
}
.content__video iframe {
  width: 100%;
  height: 594px;
  border-radius: 24px;
  overflow: hidden;
  border: none;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__video iframe {
    height: 464px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__video iframe {
    height: 405px;
  }
}
@media (max-width: 767px) {
  .content__video iframe {
    height: 185px;
  }
}
.content__number {
  display: flex;
  gap: 48px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__number {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__number {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .content__number {
    gap: 24px;
    flex-direction: column;
  }
}
.content__number-left {
  width: 288px;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__number-left {
    width: 192px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__number-left {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .content__number-left {
    width: 100%;
  }
}
.content__number-right {
  padding-left: 24px;
  border-left: 2px solid #7949f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .content__number-right {
    border-left: none;
    padding-left: 0;
    padding-top: 24px;
    border-top: 2px solid #7949f4;
  }
}
.content__number-big {
  margin: 10px 0 4px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__number-big {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content__number-big {
    font-size: 24px;
  }
}
.content__number-small {
  line-height: 150%;
}
.content__number ul, .content__number ol {
  margin-bottom: 16px;
}
.content__number ul li, .content__number ol li {
  margin-bottom: 8px;
}
.content__number ul li:before, .content__number ol li:before {
  color: #000000;
}
.content__footer .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.content__footer .content__column {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .content__footer .content__column {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.content__footer-tags {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .content__footer-tags {
    flex-wrap: wrap;
  }
}
.content__footer-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  background-color: #CEBCFF;
  border-radius: 14px;
  transition: 0.2s ease;
}
.content__footer-tag:hover {
  color: #ffffff;
  background-color: #7949f4;
}
.content__footer-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .content__footer-actions {
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    justify-content: space-between;
  }
}
.content__footer-vote {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .content__footer-vote {
    order: 2;
  }
}
.content__footer-dislike, .content__footer-like {
  cursor: pointer;
}
.content__footer-dislike svg path, .content__footer-like svg path {
  transition: 0.2s ease;
}
.content__footer-dislike.active svg path {
  fill: #FF242F;
}
@media (min-width: 1024px) {
  .content__footer-dislike:hover svg path {
    fill: #FF242F;
  }
}
.content__footer-like.active svg path {
  fill: #008000;
}
@media (min-width: 1024px) {
  .content__footer-like:hover svg path {
    fill: #008000;
  }
}
.content__footer-share {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .content__footer-share {
    order: 1;
  }
}
.content__footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}
.content__footer-social svg path {
  transition: 0.2s ease;
}
.content__footer-social:hover svg path {
  fill: #7949f4;
}
@media (max-width: 767px) {
  .content__footer-button {
    width: 100%;
    order: 3;
  }
}
.content__footer--small .container {
  flex-wrap: wrap;
}
.content__footer--small .content__more {
  position: relative;
}
@media (max-width: 1023px) {
  .content__footer--small .content__more {
    display: block;
  }
}
.content__footer--small .content__column--right {
  flex: 0 0 calc(75% - 6px);
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .content__footer--small .content__column--right {
    flex: 0 0 100%;
  }
}
.content__footer--small .content__tiles {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content__footer--small .content__tiles {
    flex-direction: column;
  }
}
.content__footer--small .content__tile {
  flex: 0 0 calc(33% - 16px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.content__footer--small .content__tile-footer {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__footer--small .content__tile-footer {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.content__more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.content__more--small {
  position: relative;
}
@media (max-width: 1023px) {
  .content__more {
    display: none;
  }
}
.content__subtitle {
  margin-bottom: 24px;
}
.content__tiles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content__tile {
  display: block;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
}
.content__tile:hover .content__tile-name {
  color: #4514c2;
}
.content__tile-tag {
  display: inline-flex;
  padding: 0 10px;
  border-radius: 14px;
  background: #CEBCFF;
  line-height: 28px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 16px;
}
.content__tile-name {
  display: block;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
  transition: 0.2s ease;
}
.content__tile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  color: #8E8E8E;
  line-height: 150%;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__tile-footer {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.content__tile-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.content__tile-time, .content__tile-views {
  display: flex;
  gap: 4px;
}
.content__tiles-it {
  padding-top: 80px;
}
.content__tiles-it .slick-track {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content__tiles-it {
    overflow: hidden;
    margin-bottom: -40px;
  }
}
.content__tile-it {
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(78, 63, 116, 0.12);
  position: relative;
  height: auto;
}
.content__tile-it_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.content__tile-it_image {
  display: block;
  max-width: 32px;
  max-height: 32px;
}
.content__tile-it_image img {
  width: 100%;
  height: 100%;
}
.content__tile-it_link {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 58px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 24px;
  transition: 0.2s ease;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 1023px) {
  .content__tile-it_link {
    opacity: 1;
    transform: translateY(0);
  }
}
.content__tile-it_name {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.content__tile-it_tags {
  display: flex;
  gap: 8px;
  margin-top: auto;
  flex-wrap: wrap;
}
.content__tile-it_tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  background-color: #CEBCFF;
  border-radius: 14px;
  white-space: nowrap;
}
.content__tile-it:hover .content__tile-it_link {
  opacity: 1;
  transform: translateY(0);
}
.content__slider {
  overflow: hidden;
  padding: 72px 12px 40px 12px;
  margin: -48px -12px -40px -12px;
}
@media (max-width: 767px) {
  .content__slider {
    overflow: visible;
    padding: 72px 0 40px 0;
    margin: -48px 0 0 0;
  }
}
.content__slider-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content__slider-wrapper {
    overflow: visible;
  }
}
.content__slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 767px) {
  .content__slider-controls {
    position: relative;
    height: auto;
    background: none;
    display: flex;
    align-items: start;
    gap: 16px;
    margin-top: 16px;
  }
}
.content__slider-counter {
  position: absolute;
  left: 24px;
  bottom: 24px;
  line-height: 28px;
  padding: 0 10px;
  background-color: #8E8E8E;
  border-radius: 14px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  z-index: 1;
}
@media (max-width: 767px) {
  .content__slider-counter {
    position: relative;
    left: 0;
    bottom: 0;
    flex-shrink: 0;
    color: #ffffff;
  }
}
.content__slider-description {
  position: absolute;
  bottom: 24px;
  left: 78px;
  font-weight: 600;
  line-height: 150%;
  width: 494px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .content__slider-description {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000000;
  }
}
.content .content__slider-images {
  overflow: hidden;
  max-height: 600px;
}
@media (max-width: 767px) {
  .content .content__slider-images {
    overflow: visible;
  }
}
.content .content__slider-images img {
  border-radius: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .content__slider-images .slick-arrow {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 24px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.3809 2.72232C15.8654 2.27016 16.6255 2.29643 17.0777 2.78092C17.5299 3.26542 17.5036 4.02561 17.0191 4.47779L8.95898 12.0001L17.0191 19.5223C17.5036 19.9745 17.5299 20.7347 17.0777 21.2192C16.6255 21.7037 15.8654 21.73 15.3809 21.2778L6.38086 12.8778C6.1377 12.6508 6 12.3327 6 12.0001C6 11.6674 6.1377 11.3493 6.38086 11.1223L15.3809 2.72232Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
  -webkit-mask: none;
          mask: none;
}
.content .content__slider-images .slick-arrow.slick-disabled {
  background-color: rgba(255, 255, 255, 0.4) !important;
  cursor: default;
  pointer-events: none;
}
.content .content__slider-images .slick-arrow:hover:not(.slick-disabled) {
  background-color: rgb(229.5, 229.5, 229.5);
}
.content .content__slider-images .slick-arrow:before {
  display: none;
}
.content .content__slider-images .slick-next {
  right: 24px;
  transform: rotate(180deg);
}
.content .content__slider-images .slick-prev {
  right: 72px;
}
.content .content__slider-videos {
  background-color: #000000;
}
.content .content__slider-videos video, .content .content__slider-videos iframe {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content__link {
  display: flex;
  padding: 16px;
  gap: 8px;
  align-items: start;
  justify-content: space-between;
  color: #7949f4;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #7949f4;
  transition: 0.2s ease;
}
.content__link-icon {
  transition: 0.2s ease;
  flex-shrink: 0;
}
.content__link:hover {
  color: #4514c2;
  border-color: #4514c2;
}
.content__link:hover .content__link-icon {
  transform: rotate(45deg);
}
.content__product {
  display: block;
  position: relative;
  padding: 16px 48px 16px 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #000000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  transition: 0.2s ease;
}
.content__product-name {
  display: block;
  transition: 0.2s ease;
  margin-bottom: 20px;
}
.content__product-more {
  font-weight: 600;
  transition: 0.2s ease;
  color: #7949f4;
}
.content__product-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  transition: 0.2s ease;
}
.content__product-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1476px) {
  .content__product-image {
    height: 61px;
  }
}
.content__product:hover {
  border-color: #7949f4;
}
.content__product:hover .content__product-name {
  color: #7949f4;
}
.content__product:hover .content__product-more {
  color: #7949f4;
}
.content__product:hover .content__product-icon {
  transform: rotate(45deg);
}
.content__helpful {
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .content__helpful {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .content__helpful {
    display: none;
  }
}
.content__helpful-head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.content__helpful-text {
  line-height: 150%;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
.content__helpful-top, .content__helpful-bottom {
  position: absolute;
  z-index: 2;
  right: 0;
}
.content__helpful-top {
  top: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .content__helpful-top {
    width: 58px;
    top: 25px;
  }
}
.content__helpful-bottom {
  bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .content__helpful-bottom {
    width: 84px;
  }
}
.content__helpful .button {
  position: relative;
  z-index: 3;
}
.content__helpful:before, .content__helpful:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 410px;
  transform: rotate(2deg);
  border-radius: 520px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.3) 0%, rgba(37, 44, 255, 0) 100%);
  z-index: 1;
}
.content__helpful:before {
  top: -160px;
  left: -300px;
}
.content__helpful:after {
  bottom: -250px;
  right: -250px;
}
.content__actions {
  position: sticky;
  width: 174px;
  left: calc(50% - 180px);
  transform: translateX(-50%);
  top: calc(100% - 94px);
  border-radius: 16px;
  background-color: #000000;
  padding: 6px;
  display: flex;
  align-items: center;
  z-index: 100;
  margin-top: -54px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .content__actions {
    left: calc(50% - 152px);
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__actions {
    left: calc(50% - 121px);
  }
}
@media (max-width: 1023px) {
  .content__actions {
    left: 50%;
  }
}
.content__actions-download, .content__actions-share {
  width: 44px;
  height: 42px;
  border-radius: 12px;
  transition: 0.2s ease;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__actions-share--active {
  background-color: #2f2f32;
}
.content__actions-download:hover, .content__actions-share:hover {
  background-color: #2f2f32;
}
.content__actions-next {
  width: 64px;
  height: 42px;
  border-radius: 12px;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  margin-left: 10px;
  position: relative;
}
.content__actions-next svg path {
  transition: 0.2s ease;
}
.content__actions-next:hover {
  background-color: #7949f4;
}
.content__actions-next:hover svg path {
  fill: #ffffff;
}
.content__actions-next--active svg {
  display: none;
}
.content__actions-next--active .general__loader {
  display: block;
}
.content__actions-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 16px);
  transform: translateX(-50%) translateY(20px);
  width: 120px;
  height: 44px;
  background-color: #000000;
  border-radius: 16px;
  padding: 0 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.content__actions-socials--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.content__actions-social {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 12px;
  transition: 0.2s ease;
}
.content__actions-social:hover {
  background-color: #2f2f32;
}
.content__load {
  width: 100%;
  display: block;
  height: 100px;
  position: absolute;
  pointer-events: none;
}
.content__banner {
  background-color: #121239;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  color: #ffffff;
  display: flex;
  gap: 24px;
  align-items: end;
}
@media (max-width: 1476px) {
  .content__banner {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .content__banner {
    padding: 32px 24px;
  }
}
.content__banner-wrapper {
  max-width: 580px;
  position: relative;
  z-index: 1;
}
.content__banner-title {
  margin-bottom: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.content__banner-text {
  line-height: 150%;
}
@media (max-width: 1476px) {
  .content__banner-text {
    max-width: 416px;
  }
}
.content__banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1476px) {
  .content__banner-image {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .content__banner-image {
    display: none;
  }
}
.content__banner-image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .content__banner-image--mobile {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 115px;
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .content__banner-button {
    width: 100%;
    margin-top: 120px;
  }
}
.content__banner .button {
  position: relative;
  z-index: 1;
}
.content__banner::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -100px;
  width: 607px;
  height: 363px;
  transform: rotate(2deg);
  border-radius: 607px;
  background: radial-gradient(50% 50% at 50% 50%, rgb(2, 14, 107) 0%, rgba(24, 27, 123, 0) 100%);
}
.content__opportunities {
  margin-top: 40px;
}
.content__opportunities .opportunities__description {
  max-width: 456px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .content__opportunities .opportunities__description {
    max-width: none;
  }
}
.content__opportunities .opportunities__slider {
  overflow: hidden;
  padding: 72px 0 40px 12px;
  margin: 16px 0 -40px -12px;
}
@media (max-width: 767px) {
  .content__opportunities .opportunities__slider {
    overflow: visible;
    margin-top: -24px;
  }
}
.content__opportunities .opportunities__item {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__opportunities .col-6:first-child {
    width: 400px;
  }
  .content__opportunities .col-6:last-child {
    width: calc(100% - 400px);
  }
}
.content__quote {
  padding: 24px;
  background-color: #F4F4F4;
  font-weight: 600;
  line-height: 150%;
  border-radius: 24px;
}
.content__tariff {
  margin-top: 40px;
}
.content__tariff-wrapper {
  max-width: 696px;
}
.content__tariff .head-site {
  margin-bottom: 16px;
}
.content__tariff .tariff__slider {
  overflow: hidden;
  padding: 72px 12px 40px 12px;
  margin: -32px -12px -40px -12px;
}
@media (max-width: 767px) {
  .content__tariff .tariff__slider {
    overflow: visible;
    margin: 32px 0 -40px 0;
    padding: 72px 0 40px 0;
  }
}
.content__tariff .tariff__item::before {
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__tariff-description {
    max-width: 536px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__tariff-description {
    max-width: 596px;
  }
}
.content__cases {
  margin-top: 40px;
}
.content__cases-wrapper {
  max-width: 696px;
}
.content__cases .cases__slider {
  padding: 72px 0 24px;
  margin-top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content__cases .cases__slider {
    padding-top: 24px;
    overflow: visible;
  }
}
.content__cases ul li {
  padding-left: 24px;
  margin-bottom: 4px;
}
.content__cases ul li::before {
  background-image: none;
  left: 8px;
  top: 10px;
  width: 4px;
  height: 4px;
}
.content__scrolling-words {
  margin: 80px 0;
}
.content__navigation {
  margin-top: 32px;
  display: flex;
  flex: 0 0 calc(50% - 16px);
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content__navigation {
    margin-top: 24px;
  }
  .content__navigation:last-child {
    margin-top: 0;
    width: 100%;
  }
}
.content__navigation a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7949f4;
  transition: 0.2s ease;
  font-weight: 600;
  line-height: 150%;
  max-width: 100%;
}
.content__navigation a svg {
  transition: 0.2s ease;
  flex-shrink: 0;
}
.content__navigation a svg path {
  transition: 0.2s ease;
}
.content__navigation a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content__navigation a:hover {
  color: #4514c2;
}
.content__navigation a:hover svg path {
  fill: #4514c2;
}
.content__navigation--next {
  justify-content: end;
}
.content__poll {
  border-radius: 16px;
  background: #ECE5FF;
  padding: 40px;
  position: relative;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .content__poll {
    padding: 24px;
  }
}
.content__poll-question {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.content__poll-choices {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 25px;
  max-width: 660px;
}
.content__poll-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content__poll-footer {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.content__poll-summary {
  color: #8E8E8E;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 767px) {
  .content__poll-summary {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
}
.content__poll-date {
  position: relative;
}
.content__poll-date::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  border-radius: 50%;
  background-color: #8E8E8E;
  width: 3px;
  height: 3px;
}
@media (max-width: 767px) {
  .content__poll-date::before {
    display: none;
  }
}
.content__poll-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease;
  padding: 20px 185px 20px 40px;
  background-color: #121239;
  position: absolute;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__poll-hidden {
    padding-right: 92px;
    align-items: end;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__poll-hidden {
    padding-right: 92px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .content__poll-hidden {
    padding: 24px;
    flex-direction: column;
    gap: 40px;
  }
}
.content__poll-hidden .button::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -30px;
  z-index: -1;
  pointer-events: none;
  width: 114px;
  height: 64px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 4, 92, 0.86) 0%, rgba(41, 4, 92, 0) 100%);
  opacity: 0.86;
}
.content__poll-image--left {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 16px;
}
@media (max-width: 767px) {
  .content__poll-image--left {
    display: none;
  }
}
.content__poll-image--right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__poll-image--right {
    max-height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__poll-image--right {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .content__poll-image--right {
    max-height: 100px;
  }
}
.content__poll-more {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .content__poll-more {
    width: 100%;
  }
}
.content__poll-result {
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  max-width: 500px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__poll-result {
    max-width: 362px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__poll-result {
    max-width: 362px;
  }
}
.content__poll-choice {
  position: relative;
}
.content__poll-stats {
  display: none;
}
.content__poll-bar {
  width: 0;
  height: 6px;
  background: #7949f4;
  border-radius: 3px;
  transition: width 0.3s linear;
  margin-top: 8px;
}
.content__poll-percent {
  font-weight: 600;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .content__poll-button {
    width: 100%;
  }
}
.content__poll .form__checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content__poll--active.content__poll--with-image {
  padding-bottom: 116px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__poll--active.content__poll--with-image {
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__poll--active.content__poll--with-image {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .content__poll--active.content__poll--with-image {
    padding-bottom: 256px;
  }
}
.content__poll--active .content__poll-hidden {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.content__poll--active .content__poll-choice {
  padding-left: 48px;
}
.content__poll--active .content__poll-choice span {
  padding-left: 0;
  padding-right: 22px;
  cursor: default;
}
.content__poll--active .content__poll-choice span::before {
  display: none;
  width: 18px;
  height: 18px;
  left: auto;
  right: 0;
  border-color: transparent !important;
}
.content__poll--active .content__poll-choice span::after {
  display: none;
  left: auto;
  right: 3px;
}
.content__poll--active .content__poll-choice input:checked + span:before,
.content__poll--active .content__poll-choice input:checked + span:after {
  display: block;
}
.content__event {
  position: sticky;
  top: 94px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  padding: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__event {
    top: auto;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    z-index: 301;
  }
}
@media (max-width: 767px) {
  .content__event {
    display: none;
  }
}
.content__event-tag {
  border-radius: 14px;
  line-height: 28px;
  margin-bottom: 16px;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.content__event-tag--violet {
  background-color: #B49CF4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__event-tag {
    display: none;
  }
}
.content__event-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__event-name {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 7;
    box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__event-name {
    width: 372px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    box-orient: vertical;
  }
}
.content__event-start {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 8px;
  background-color: #000000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 16px;
  margin: 24px 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__event-start {
    margin: 0;
  }
}
.content__event-start img {
  width: 16px;
  height: 16px;
}
.content__event-speakers {
  display: flex;
}
.content__event-speaker {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  margin-left: -10px;
}
.content__event-speaker img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__event-speaker:first-child {
  margin-left: 0;
}
.content__program {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .content__program {
    padding-top: 40px;
  }
}
.content__program-table {
  display: flex;
  gap: 32px;
  flex-direction: column;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .content__program-table {
    margin-top: 40px;
    gap: 24px;
  }
}
.content__program-row {
  display: flex;
}
@media (max-width: 767px) {
  .content__program-row {
    flex-direction: column;
  }
}
.content__program-left {
  width: 240px;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .content__program-left {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content__program-left {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .content__program-left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.content__program-right {
  padding-bottom: 32px;
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
}
@media (max-width: 767px) {
  .content__program-right {
    padding-bottom: 24px;
  }
}
.content__program-time {
  font-weight: 600;
  line-height: 28px;
  width: 112px;
  text-align: center;
  background-color: #DEDEDE;
  border-radius: 8px;
}
.content__program-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.content__program-text {
  line-height: 150%;
  margin-top: 16px;
}
.content__program ul li {
  padding-left: 24px;
  margin-bottom: 4px;
}
.content__program ul li::before {
  background-image: none;
  left: 8px;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}
.content__know {
  padding-top: 80px;
  margin-top: -40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .content__know {
    margin-bottom: 40px;
  }
}
.content__know-items {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 936px;
}
@media (max-width: 1240px) {
  .content__know-items {
    max-width: 616px;
  }
}
@media (max-width: 767px) {
  .content__know-items {
    margin-top: 40px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content__know-item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
}
.content__know-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #7949f4;
}
.content__two-columns-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
}
.content__two-columns-description {
  margin: -20px 0 20px;
}
.content__two-columns-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 936px;
}
@media (max-width: 1240px) {
  .content__two-columns-items {
    max-width: 616px;
  }
}
@media (max-width: 767px) {
  .content__two-columns-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content__two-columns-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.content__two-columns-icon img {
  max-width: 100%;
  max-height: 100%;
}
.content__two-columns-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content__two-columns-item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
}
.content__two-columns-head {
  font-weight: 600;
  line-height: 150%;
  color: #7949f4;
}
.content__two-columns-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #7949f4;
}
.content:not(section) ul li, .content .alternative-ul ul li {
  padding-left: 20px;
  margin-bottom: 8px;
}
.content:not(section) ul li::before, .content .alternative-ul ul li::before {
  background-image: none;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}
.content:not(section) ul li:has(a)::before, .content .alternative-ul ul li:has(a)::before {
  color: #7949f4;
}
.content:not(section) ol li, .content .alternative-ul ol li {
  margin-bottom: 9px;
}
.content:not(section) ol li::before, .content .alternative-ul ol li::before {
  color: currentColor;
}
.content--margin-top {
  margin-top: 40px;
}
.content--alternative-header h1 {
  width: 1056px;
  min-height: 116px;
}
@media (max-width: 1476px) {
  .content--alternative-header h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content--alternative-header h1 {
    min-height: auto;
  }
}
.content--alternative-header .content__header-author {
  margin-right: 0;
}
.content--alternative-padding .content__menu,
.content--alternative-padding .content__person,
.content--alternative-padding .content__image,
.content--alternative-padding .content__quote {
  margin-bottom: 32px;
}
.content--alternative-padding .content__menu + .content__title {
  margin-top: 0;
}
.content--alternative-padding .content__title + .content__text h2:first-child,
.content--alternative-padding .content__title + .content__text h3:first-child,
.content--alternative-padding .content__title + .content__text h4:first-child {
  margin-top: 16px;
}
.content--alternative-padding .content__column--left {
  gap: 0;
}
.content--alternative-padding .content__text {
  margin-bottom: 32px;
}
.content--alternative-padding p {
  margin-bottom: 32px;
}
.content--alternative-padding ul, .content--alternative-padding ol {
  margin-bottom: 32px;
}
.content--alternative-padding h2, .content--alternative-padding .h2 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  margin-top: 80px;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content--alternative-padding h2, .content--alternative-padding .h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content--alternative-padding h2, .content--alternative-padding .h2 {
    font-size: 24px;
  }
}
.content--alternative-padding h3, .content--alternative-padding .h3 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .content--alternative-padding h3, .content--alternative-padding .h3 {
    font-size: 20px;
  }
}
.content--alternative-padding h4, .content--alternative-padding .h4 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .content .content__footer .content__column {
    gap: 16px;
  }
}

.popular {
  padding: 120px 0;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .popular {
    padding: 80px 0;
  }
}
.popular__title {
  max-width: 696px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .popular__title {
    margin-bottom: 40px;
  }
}
.popular__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1476px) {
  .popular__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .popular__list {
    flex-direction: column;
  }
}
.popular__news {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
  width: 456px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1476px) {
  .popular__news {
    width: auto;
    flex: 0 0 calc(50% - 12px);
  }
}
.popular__news-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.popular__news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
.popular__news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #8E8E8E;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
.popular__news-views {
  display: flex;
  align-items: center;
  gap: 4px;
}
.popular__news-name {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .popular__news-name {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
.popular__news-name:hover {
  color: #7949f4;
}
.popular__news-more {
  margin-left: auto;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  line-height: 150%;
  color: #7949f4;
  transition: 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.popular__news-more svg {
  transition: 0.2s ease;
}
.popular__news-more svg path {
  transition: 0.2s ease;
}
.popular__news-more:hover {
  color: #4514c2;
}
.popular__news-more:hover svg {
  transform: translateX(2px);
}
.popular__news-more:hover svg path {
  fill: #4514c2;
}
.popular__articles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  width: 576px;
}
@media (max-width: 1476px) {
  .popular__articles {
    width: auto;
    flex: 0 0 calc(50% - 12px);
  }
}
.popular__article {
  display: flex;
  align-items: center;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.2s ease;
  height: 100%;
}
.popular__article-image {
  width: 163px;
  height: 237px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #313131;
}
@media (max-width: 1023px) {
  .popular__article-image {
    display: none;
  }
}
.popular__article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular__article-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular__article-content {
    min-height: 237px;
  }
}
.popular__article-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular__article-tags {
  display: flex;
  gap: 8px;
}
.popular__article-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 3px 10px 5px;
  border-radius: 14px;
  transition: 0.2s ease;
  text-transform: lowercase;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .popular__article-tag {
    display: none;
  }
  .popular__article-tag:first-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .popular__article-tag {
    display: none;
  }
  .popular__article-tag:first-child {
    display: block;
  }
}
.popular__article-info {
  display: flex;
  gap: 16px;
  color: #8E8E8E;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
.popular__article-views, .popular__article-time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.popular__article-name {
  display: block;
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .popular__article-name {
    margin: 24px 0;
  }
}
.popular__article-name:hover {
  color: #7949f4;
}
.popular__article-footer {
  display: flex;
  color: #8E8E8E;
  align-items: center;
}
@media (max-width: 1023px) {
  .popular__article-footer {
    gap: 16px;
  }
}
.popular__article-left {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .popular__article-left {
    display: block;
    flex-shrink: 0;
    background-color: #313131;
  }
}
.popular__article-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular__article-author {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.popular__article-position {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .popular__article-position {
    /*-webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;*/
  }
}
.popular__summary {
  width: 336px;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1476px) {
  .popular__summary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popular__summary {
    height: 486px;
  }
}
.popular__summary::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 162px;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0) 100%);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .popular__summary::before {
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular__summary::before {
    height: 120px;
  }
}
.popular__summary-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popular__summary-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1476px) {
  .popular__summary-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .popular__summary-image {
    display: block;
  }
}
.popular__summary-image--mobile {
  display: none;
}
@media (max-width: 1476px) {
  .popular__summary-image--mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular__summary-image--mobile {
    -o-object-position: right;
       object-position: right;
  }
}
@media (max-width: 767px) {
  .popular__summary-image--mobile {
    display: none;
  }
}
.popular__summary-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .popular__summary-name {
    max-width: 432px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular__summary-name {
    max-width: 432px;
  }
}
.popular__summary .button {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .popular__summary .button {
    width: 288px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular__summary .button {
    width: 288px;
    margin-top: 18px;
  }
}
.popular__button {
  text-align: right;
  margin-top: 24px;
}
.popular__button .button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .popular__button .button {
    width: 100%;
  }
}

.calendar {
  width: 100%;
  border-radius: 16px;
  background-color: #121239;
  color: #ffffff;
  padding: 16px;
}
.calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.calendar__nav {
  padding: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.calendar__nav svg path {
  transition: 0.2s ease;
}
.calendar__nav:hover svg path {
  fill: #7949f4;
}
.calendar__date {
  display: flex;
  gap: 4px;
}
.calendar__title, .calendar__month {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 20px;
}
.calendar__year {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 20px;
}
.calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  line-height: 20px;
  opacity: 0.5;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin-bottom: 16px;
}
.calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar__day {
  width: 100%;
  height: 65px;
  border-right: 1px solid #2f2f32;
  border-bottom: 1px solid #2f2f32;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  padding: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1023px) {
  .calendar__day {
    padding: 3px;
    height: 58px;
  }
}
.calendar__day:nth-child(7n) {
  border-right-color: transparent;
}
.calendar__day:nth-last-child(-n+7) {
  border-bottom-color: transparent;
}
.calendar__day--weekend .calendar__day-number {
  color: #8E8E8E;
}
.calendar__day--today {
  border: 2px solid #ffffff !important;
  left: -1px;
  width: calc(100% + 1px);
}
.calendar__day--event {
  background-color: #7949f4;
  color: #000000;
}
.calendar__day--event .calendar__day-number {
  color: #000000;
}
.calendar__day--event:hover {
  color: #ffffff;
}
.calendar__day--event:hover .calendar__day-number {
  color: #ffffff;
}
.calendar__day-number {
  display: block;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.2s ease;
}
.calendar__day--other-month .calendar__day-number {
  opacity: 0.3;
  color: #ffffff;
}
.calendar__day--multiple-events:hover .calendar__day-number {
  color: #000000;
}
.calendar__day--multiple-events:hover .calendar__event-time {
  color: #000000;
}
.calendar__day--multiple-events .calendar__event-time:hover {
  color: #ffffff;
}
.calendar__event-time {
  display: block;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s ease;
  line-height: 16px;
  text-decoration: none;
  color: inherit;
}
.calendar__preview {
  padding: 80px 0;
  background-color: #000000;
  text-align: center;
}
.calendar__preview-icon {
  max-height: 80px;
  display: inline-block;
}
.calendar__preview-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin: 32px 0;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .calendar__preview-title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .calendar__preview-title {
    font-size: 40px;
  }
}
.calendar__preview .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__calendar .calendar__title {
    display: none;
  }
  .articles__calendar .calendar__month {
    text-transform: capitalize;
  }
}

.media-events {
  padding: 120px 0;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .media-events {
    padding: 80px 0;
  }
}
.media-events__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1476px) {
  .media-events__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .media-events__list {
    flex-direction: column;
  }
}
.media-events__calendar {
  flex: 0 0 calc(33.333333% - 16px);
}
@media (max-width: 1476px) {
  .media-events__calendar {
    flex: 0 0 calc(50% - 12px);
  }
}
.media-events__double {
  flex: 0 0 calc(33.333333% - 16px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1476px) {
  .media-events__double {
    flex: 0 0 calc(50% - 12px);
  }
}
.media-events__single {
  flex: 0 0 calc(33.333333% - 16px);
}
@media (max-width: 1476px) {
  .media-events__single {
    flex: 0 0 100%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .media-events__single {
    margin-top: 0;
  }
}
.media-events__single .media-events__item-date {
  color: #8E8E8E;
  background-color: transparent;
}
.media-events__single .media-events__item-header {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-events__single .media-events__item-header {
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .media-events__single .media-events__item-header {
    margin-bottom: 0;
  }
}
.media-events__single .media-events__item-speakers {
  margin-bottom: 24px;
}
@media (max-width: 1476px) {
  .media-events__single .media-events__item-speakers {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-events__single .media-events__item-speakers {
    display: none;
  }
}
@media (max-width: 1476px) {
  .media-events__single .media-events__item-name {
    max-width: 352px;
  }
}
@media (max-width: 1476px) {
  .media-events__single .button {
    width: 291px;
  }
}
@media (max-width: 767px) {
  .media-events__single .button {
    width: 100%;
  }
}
.media-events__item {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1023px) {
  .media-events__item {
    justify-content: start;
    gap: 24px;
  }
}
.media-events__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-events__item-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
}
.media-events__item-date {
  line-height: 28px;
  border-radius: 8px;
  background-color: #000000;
  padding: 0 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .media-events__item-date {
    padding: 0 12px;
  }
}
.media-events__item-date--fire {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.media-events__item-date--fire img {
  height: 16px;
  width: 16px;
}
.media-events__item-name {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
}
.media-events__item-name:hover {
  color: #7949f4;
}
.media-events__item-speakers {
  display: flex;
}
@media (max-width: 1023px) {
  .media-events__item-speakers {
    display: none;
  }
}
.media-events__item-speaker {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -10px;
  border: 2px solid #ffffff;
}
.media-events__item-speaker:first-child {
  margin-left: 0;
}
.media-events__item-speaker img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1476px) {
  .media-events__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .media-events__item-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
}
.media-events__button {
  text-align: right;
  margin-top: 24px;
}
.media-events__button .button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .media-events__button .button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .media-events__more {
    width: 100%;
  }
}

.media-blog {
  padding: 120px 0;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .media-blog {
    padding: 80px 0;
  }
}
.media-blog__title {
  max-width: 696px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .media-blog__title {
    margin-bottom: 40px;
  }
}
.media-blog__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023px) {
  .media-blog__list {
    flex-direction: column;
  }
}
.media-blog__item {
  flex: 0 0 calc(66.666666% - 8px);
  height: 620px;
  padding: 40px;
  border-radius: 24px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media-blog__item:hover .media-blog__item-image {
  bottom: 0;
  right: 0;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .media-blog__item:hover .media-blog__item-image {
    right: -200px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__item:hover .media-blog__item-image {
    right: -174px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__item:hover .media-blog__item-image {
    right: -140px;
  }
}
@media (max-width: 1476px) {
  .media-blog__item {
    padding: 24px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__item {
    height: 590px;
    flex: none;
  }
}
.media-blog__item-image {
  position: absolute;
  bottom: -16px;
  right: -16px;
  transition: 0.4s ease;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .media-blog__item-image {
    right: -216px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__item-image {
    right: -190px;
    max-height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__item-image {
    right: -156px;
    max-height: 330px;
  }
}
@media (max-width: 767px) {
  .media-blog__item-image {
    display: none;
  }
}
.media-blog__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .media-blog__item-header {
    align-items: start;
  }
}
.media-blog__item-tags {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .media-blog__item-tags {
    flex-direction: column;
  }
}
.media-blog__item-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  background-color: #CEBCFF;
}
.media-blog__item-tag--fire {
  display: flex;
  align-items: center;
  gap: 2px;
}
.media-blog__item-tag--fire img {
  height: 18px;
  width: 18px;
}
.media-blog__item-info {
  display: flex;
  gap: 16px;
  color: #8E8E8E;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
}
.media-blog__item-views {
  display: flex;
  gap: 4px;
  align-items: center;
}
.media-blog__item-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 32px 0 16px;
  max-width: 800px;
  transition: 0.2s ease;
  display: block;
}
.media-blog__item-title:hover {
  color: #7949f4;
}
@media (max-width: 1476px) {
  .media-blog__item-title {
    max-width: 536px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__item-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .media-blog__item-title {
    font-size: 24px;
    margin: 16px 0 32px;
  }
}
.media-blog__item-time {
  color: #ffffff;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 767px) {
  .media-blog__item-time {
    margin-bottom: 16px;
  }
}
.media-blog__item-person {
  display: flex;
  gap: 16px;
  align-items: center;
}
.media-blog__item-photo {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .media-blog__item-photo {
    width: 48px;
    height: 48px;
  }
}
.media-blog__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-blog__item-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 4px;
  width: 136px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .media-blog__item-name {
    width: 100%;
  }
}
.media-blog__item-position {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #8E8E8E;
  max-width: 216px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .media-blog__item-position {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
@media (max-width: 767px) {
  .media-blog__item-position {
    max-width: 100%;
  }
}
.media-blog__subscribe {
  flex: 0 0 calc(33.333333% - 16px);
  padding: 40px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__subscribe {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe {
    display: flex;
    gap: 24px;
    padding: 24px;
  }
  .media-blog__subscribe .form {
    margin-top: 8px;
  }
  .media-blog__subscribe .form__checkbox span a {
    display: block;
  }
}
@media (max-width: 767px) {
  .media-blog__subscribe {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe-left {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe-right {
    flex: 0 0 calc(50% - 12px);
  }
}
.media-blog__subscribe-top {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__subscribe-top {
    top: 330px;
    max-width: 90px;
    right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe-top {
    top: 0;
    right: -15px;
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .media-blog__subscribe-top {
    right: -15px;
    top: 275px;
    max-width: 90px;
  }
}
.media-blog__subscribe-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__subscribe-bottom {
    max-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe-bottom {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .media-blog__subscribe-bottom {
    right: -15px;
    max-width: 110px;
  }
}
.media-blog__subscribe-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.media-blog__subscribe-text {
  line-height: 150%;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__subscribe-text {
    margin-bottom: 16px;
  }
}
.media-blog__subscribe-list {
  padding-left: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe-list {
    margin-bottom: 0;
  }
}
.media-blog__subscribe-list ul li {
  margin-bottom: 12px;
}
.media-blog__subscribe-list ul li:last-child {
  margin-bottom: 0;
}
.media-blog__subscribe:before, .media-blog__subscribe:after {
  content: "";
  position: absolute;
  transform: rotate(2deg);
  z-index: 1;
}
.media-blog__subscribe:before {
  width: 500px;
  height: 390px;
  border-radius: 500px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.3) 0%, rgba(37, 44, 255, 0) 100%);
  top: 10px;
  left: -200px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-blog__subscribe:before {
    bottom: 50px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .media-blog__subscribe:before {
    top: -20px;
    left: -330px;
  }
}
.media-blog__subscribe:after {
  width: 650px;
  height: 500px;
  border-radius: 650px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.6) 0%, rgba(37, 44, 255, 0) 100%);
  opacity: 0.7;
  bottom: -50px;
  right: -350px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-blog__subscribe:after {
    bottom: -300px;
  }
}
@media (max-width: 767px) {
  .media-blog__subscribe:after {
    bottom: 50px;
    right: -420px;
  }
}
.media-blog__subscribe .form {
  position: relative;
  z-index: 3;
}
.media-blog__subscribe .form .form__group {
  margin-bottom: 0;
}
.media-blog__subscribe .form .button {
  width: 100%;
  margin: 24px 0 20px;
}
.media-blog__subscribe .form .form__choice .form__group:first-child {
  margin-bottom: 4px;
}
.media-blog__button {
  text-align: right;
  margin-top: 24px;
}
.media-blog__button .button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .media-blog__button .button {
    width: 100%;
  }
}

.media-it {
  padding-top: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .media-it {
    padding-top: 80px;
  }
}
.media-it__title {
  text-align: center;
  margin-bottom: 24px;
}
.media-it__tags {
  max-width: 520px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.media-it__tag {
  line-height: 28px;
  padding: 0 9px;
  border-radius: 14px;
  background-color: transparent;
  border: 1px solid #000000;
  transition: 0.6s ease;
  cursor: pointer;
}
.media-it__tag--active, .media-it__tag:hover {
  color: #ffffff;
  background-color: #7949f4;
  border-color: #7949f4;
}
.media-it__link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  align-items: center;
  color: #7949f4;
  font-weight: 600;
  line-height: 150%;
  margin: 0 auto;
  transition: 0.3s ease;
}
.media-it__link svg path {
  transition: 0.3s ease;
}
.media-it__link:hover {
  color: #4514c2;
}
.media-it__link:hover svg path {
  fill: #4514c2;
}
.media-it .slick-slider .slick-track,
.media-it .slick-slider .slick-list {
  height: 300px;
}
.media-it__slider {
  width: 982px;
  margin: 56px auto 0;
  height: 300px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .media-it__slider {
    width: 836px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-it__slider {
    width: 432px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-it__slider {
    width: 324px;
  }
}
@media (max-width: 767px) {
  .media-it__slider {
    width: auto;
    margin-top: 32px;
  }
}
.media-it__slider .slick-track {
  align-items: end;
}
@media (max-width: 767px) {
  .media-it__slider .slick-track {
    gap: 8px;
  }
}
.media-it__slide {
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0);
  padding: 32px;
  transition: all 0.6s ease;
  transform: translateY(30px);
  color: #ffffff;
  height: 0;
  margin: 0;
  cursor: pointer;
}
.media-it__slide.slide--prev-2, .media-it__slide.slide--next-2 {
  transform: translateY(20px);
  background-color: #2f2f32;
  height: 146px;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.media-it__slide.slide--prev-2:hover, .media-it__slide.slide--next-2:hover {
  height: 170px;
}
@media (max-width: 1240px) {
  .media-it__slide.slide--prev-2, .media-it__slide.slide--next-2 {
    background-color: transparent;
    height: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .media-it__slide.slide--prev-2, .media-it__slide.slide--next-2 {
    height: 100%;
  }
  .media-it__slide.slide--prev-2:hover, .media-it__slide.slide--next-2:hover {
    height: 100%;
  }
}
.media-it__slide.slide--prev-1, .media-it__slide.slide--next-1 {
  transform: translateY(10px);
  background-color: #222222;
  height: 180px;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.media-it__slide.slide--prev-1:hover, .media-it__slide.slide--next-1:hover {
  height: 204px;
}
@media (max-width: 767px) {
  .media-it__slide.slide--prev-1, .media-it__slide.slide--next-1 {
    height: 100%;
  }
  .media-it__slide.slide--prev-1:hover, .media-it__slide.slide--next-1:hover {
    height: 100%;
  }
}
.media-it__slide.slide--prev-2 {
  left: 130px;
}
@media (max-width: 767px) {
  .media-it__slide.slide--prev-2 {
    left: 0;
  }
}
.media-it__slide.slide--next-2 {
  left: -130px;
  z-index: -1;
}
@media (max-width: 767px) {
  .media-it__slide.slide--next-2 {
    left: 0;
  }
}
.media-it__slide.slide--prev-1 {
  left: 40px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-it__slide.slide--prev-1 {
    left: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-it__slide.slide--prev-1 {
    left: 160px;
  }
}
@media (max-width: 767px) {
  .media-it__slide.slide--prev-1 {
    left: 0;
  }
}
.media-it__slide.slide--next-1 {
  left: -40px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .media-it__slide.slide--next-1 {
    left: -210px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .media-it__slide.slide--next-1 {
    left: -160px;
  }
}
@media (max-width: 767px) {
  .media-it__slide.slide--next-1 {
    left: 0;
  }
}
.media-it__slide.slide--current {
  transform: translateY(0);
  background-color: #ffffff;
  height: auto;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .media-it__slide.slide--current {
    height: 100%;
  }
}
.media-it__slide.slide--current .media-it__slide-name {
  color: #000000;
}
.media-it__slide.slide--current .media-it__slide-text {
  opacity: 1;
  color: #4D4D4D;
}
.media-it__slide.slide--current .media-it__slide-icon {
  filter: none;
}
.media-it__slide.slide--current:hover {
  padding-bottom: 56px;
}
.media-it__slide-icon {
  width: 32px;
  height: 32px;
  transition: 0.6s ease;
  filter: brightness(0) invert(1);
}
.media-it__slide-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-it__slide-name {
  margin: 16px 0 8px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.media-it__slide-text {
  line-height: 120%;
  opacity: 0;
}

.telegram {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.telegram__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .telegram__wrapper {
    flex-direction: column;
  }
}
.telegram__info {
  flex: 0 0 calc(33.333333% - 12px);
  display: flex;
  align-items: end;
  gap: 24px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .telegram__info {
    flex: 0 0 40%;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telegram__info {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .telegram__info {
    align-items: center;
    gap: 12px;
  }
}
.telegram__info-image {
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .telegram__info-image {
    max-width: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telegram__info-image {
    width: 79px;
  }
}
@media (max-width: 767px) {
  .telegram__info-image {
    max-width: 68px;
  }
}
.telegram__info-content {
  display: flex;
  flex-direction: column;
}
.telegram__info-text {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  max-width: 336px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .telegram__info-text {
    max-width: 266px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telegram__info-text {
    max-width: 253px;
  }
}
.telegram__info-buttons {
  width: 280px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .telegram__info-buttons {
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telegram__info-buttons {
    width: 253px;
  }
}
@media (max-width: 767px) {
  .telegram__info-buttons {
    display: none;
  }
}
.telegram__items {
  max-width: 100%;
  flex: 0 0 calc(66.666666% - 12px);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .telegram__items {
    flex: 0 0 calc(60% - 24px);
    margin-top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .telegram__items {
    flex: auto;
  }
}
.telegram__items-wrapper {
  display: flex;
  gap: 22px;
  padding: 24px 0;
}
.telegram__item {
  display: flex;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  align-items: center;
  justify-content: space-between;
  width: 216px;
  flex-shrink: 0;
}
.telegram__item-text {
  padding: 0 16px;
  font-weight: 600;
  line-height: 150%;
}
.telegram__item-image {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: none;
}
.telegram__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .telegram .button {
    margin-top: 8px;
    width: 100%;
  }
}

.articles {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .articles {
    padding-bottom: 80px;
  }
}
.articles__wrapper {
  display: flex;
  gap: 24px;
}
.articles__list {
  flex: 0 0 calc(75% - 6px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .articles__list {
    flex: 0 0 100%;
  }
}
.articles__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .articles__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__items.video__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__items.video__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.articles__item {
  height: 328px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.articles__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.articles__item-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  white-space: nowrap;
}
.articles__item-tag--red {
  background-color: #FF9F9F;
}
.articles__item-tag--violet {
  background-color: #B49CF4;
}
.articles__item-tag--pink {
  background-color: #EEA5D3;
}
.articles__item-tag--blue {
  background-color: #BCDBFF;
}
.articles__item-tag--green {
  background-color: #B6E4E4;
}
.articles__item-tag--grey {
  background-color: #DEDEDE;
  border-radius: 8px;
}
.articles__item-name {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .articles__item-name {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
@media (max-width: 1023px) {
  .articles__item-name {
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    line-clamp: 5;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__item-name.fixed-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__item-name.fixed-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
  }
}
.articles__item-name:hover {
  color: #7949f4;
}
.articles__item-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: auto;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__item-footer {
    gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__item-footer {
    gap: 8px;
  }
}
.articles__item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8E8E8E;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 150%;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__item-bottom {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__item-bottom {
    flex-wrap: wrap;
  }
}
.articles__item-right {
  display: flex;
  gap: 24px;
}
.articles__item-views, .articles__item-time {
  display: flex;
  gap: 4px;
  align-items: center;
}
.articles__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.articles__item--with-image .articles__item-bottom {
  position: relative;
  color: #000000;
}
.articles__item--with-image .articles__item-bottom:before {
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  width: calc(100% + 32px);
  height: calc(100% + 16px);
  background-color: #F4F4F4;
  border-radius: 8px;
  opacity: 0.8;
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__item-date {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__item-date {
    width: 100%;
    margin-bottom: 8px;
  }
}
.articles__calendar {
  margin-bottom: 24px;
}
.articles__calendar .calendar__day-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__calendar .calendar__day {
    padding: 6px 4px;
    height: 42px;
  }
  .articles__calendar .calendar__event-time {
    display: none;
  }
}
.articles__author {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #8E8E8E;
  line-height: 150%;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
}
.articles__author-image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.articles__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__author-name {
  font-weight: 600;
}
.articles__sidebar {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}
@media (max-width: 1023px) {
  .articles__sidebar {
    display: none;
  }
}
.articles__empty {
  display: none;
}
.articles__hot {
  border-radius: 16px;
  background-color: #121239;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1476px) {
  .articles__hot {
    flex-wrap: wrap;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .articles__hot {
    padding: 32px 24px;
  }
}
.articles__hot-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  max-width: 200px;
  color: #ffffff;
}
@media (max-width: 1476px) {
  .articles__hot-title {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .articles__hot-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.articles__hot-slider {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 1476px) {
  .articles__hot-slider {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__hot-slider {
    max-width: 632px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__hot-slider {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .articles__hot-slider {
    max-width: 217px;
  }
}
.articles__hot-slider img {
  width: 100%;
  max-width: 280px;
  border-radius: 8px 8px 0 0;
}
.articles__hot-slide {
  width: 208px;
  height: 236px;
  transition: 0.3s ease;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__hot-slide {
    width: 194px;
  }
}
@media (max-width: 1476px) {
  .articles__hot-slide {
    height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__hot-slide {
    height: 212px;
  }
}
@media (max-width: 767px) {
  .articles__hot-slide {
    margin: 0 12px;
    height: 240px;
  }
}
.articles__hot-slide:hover .button {
  bottom: 24px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .articles__hot-slide:hover .button {
    bottom: -10px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__hot-slide:hover .button {
    bottom: -10px;
  }
}
@media (max-width: 1023px) {
  .articles__hot-slide:hover .button {
    bottom: -8px;
  }
}
.articles__hot-slide--disabled {
  opacity: 0.3;
}
.articles__hot .button {
  position: absolute;
  bottom: -60px;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
  max-height: 42px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .articles__hot .button {
    bottom: -90px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__hot .button {
    bottom: -90px;
  }
}
@media (max-width: 1023px) {
  .articles__hot .button {
    bottom: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__hot .button {
    left: 14px;
    right: 14px;
    width: calc(100% - 28px);
  }
}
@media (max-width: 767px) {
  .articles__hot .slick-list {
    margin: 0 -12px;
  }
}
.articles__authors {
  padding: 24px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors {
    margin-bottom: 64px;
    display: flex;
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .articles__authors {
    margin-bottom: 40px;
  }
}
.articles__authors-head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors-head {
    margin-bottom: 8px;
  }
}
.articles__authors-email {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  gap: 10px;
  align-items: center;
}
.articles__authors-email a {
  text-decoration: underline;
}
.articles__authors-email a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__authors-email svg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors-email {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.articles__authors-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors-list {
    flex-direction: row;
  }
}
.articles__authors-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.articles__authors-image {
  width: 83px;
  height: 83px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__authors-image {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors-image {
    width: 60px;
    height: 60px;
  }
}
.articles__authors-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__authors-info {
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 150%;
}
.articles__authors-name {
  font-weight: 600;
}
.articles__authors-position {
  color: #8E8E8E;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__authors-wrapper {
    position: relative;
  }
  .articles__authors-wrapper:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #DEDEDE;
  }
}
.articles__promo {
  overflow: hidden;
  padding: 0 12px;
  margin: 0 -12px;
}
@media (max-width: 1023px) {
  .articles__promo {
    grid-column: 1/-1;
  }
}
.articles__promo-head {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__promo-head {
    margin-bottom: 8px;
  }
}
.articles__promo-text {
  line-height: 150%;
  position: relative;
  z-index: 2;
}
.articles__promo .slick-dots li.slick-active {
  background-color: #000000;
}
.articles__promo-item {
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 390px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 26px;
  margin-top: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__promo-item {
    height: 412px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__promo-item {
    height: 191px;
    margin-top: 0;
    padding: 32px 32px 32px 240px;
  }
  .articles__promo-item .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.articles__promo .button {
  max-height: 42px;
}
@media (max-width: 767px) {
  .articles__promo .slick-list {
    margin: 0 -12px;
  }
  .articles__promo .slick-slide {
    margin: 0 12px;
  }
}
.articles__telegram {
  border-radius: 16px;
  background: #E6DDFF;
}
.articles__telegram-left {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__telegram-left {
    bottom: 25px;
    left: -20px;
    max-width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__telegram-left {
    bottom: 50px;
    left: -30px;
    max-width: 120px;
  }
}
.articles__telegram-center {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 73px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__telegram-center {
    max-height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__telegram-center {
    right: auto;
    left: 40px;
    bottom: -40px;
    max-width: 100px;
  }
}
.articles__telegram-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__telegram-right {
    bottom: -10px;
    right: -50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__telegram-right {
    bottom: -67px;
    right: auto;
    left: 100px;
    max-width: 140px;
  }
}
.articles__telegram .button {
  margin-top: auto;
}
.articles__publications {
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .articles__publications-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .articles__publications-text {
    font-size: 15px;
  }
}
.articles__publications-top {
  position: absolute;
  transform: rotate(35deg);
  max-width: 102px;
  right: -30px;
  top: 5px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__publications-top {
    max-width: 70px;
    right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications-top {
    right: auto;
    left: -50px;
    top: 65px;
    max-width: 140px;
  }
}
.articles__publications-bottom {
  position: absolute;
  max-width: 120px;
  bottom: 73px;
  right: -30px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__publications-bottom {
    max-width: 80px;
    bottom: 110px;
    right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications-bottom {
    right: auto;
    left: 110px;
    max-width: 110px;
    bottom: 60px;
  }
}
.articles__publications-list {
  margin-top: 8px;
  margin-bottom: 0 !important;
}
.articles__publications-list li {
  margin-bottom: 2px !important;
}
.articles__publications-list li:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__publications-list {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications-list {
    display: none;
  }
}
.articles__publications .button {
  position: relative;
  z-index: 2;
}
.articles__publications .button.button--white-black {
  margin-top: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications .button.button--white-black {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 16px;
  }
}
.articles__publications:before, .articles__publications:after {
  content: "";
  position: absolute;
  z-index: 0;
}
.articles__publications:before {
  width: 500px;
  height: 390px;
  border-radius: 500px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.3) 0%, rgba(37, 44, 255, 0) 100%);
  top: -130px;
  left: -280px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications:before {
    top: -120px;
    left: -120px;
    z-index: 1;
  }
}
.articles__publications:after {
  width: 650px;
  height: 410px;
  border-radius: 650px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.6) 0%, rgba(37, 44, 255, 0) 100%);
  bottom: -115px;
  right: -250px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications:after {
    bottom: -200px;
    right: -190px;
    z-index: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .articles__publications-text span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__publications-text span {
    display: none;
  }
}
.articles__subscribe {
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
}
.articles__subscribe-top {
  position: absolute;
  max-width: 120px;
  right: -32px;
  top: -10px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__subscribe-top {
    max-width: 110px;
    right: -45px;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe-top {
    right: auto;
    max-width: 100px;
    left: 110px;
    top: 15px;
  }
}
.articles__subscribe-left {
  position: absolute;
  max-width: 120px;
  bottom: 65px;
  left: -25px;
  transform: rotate(-40deg);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__subscribe-left {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe-left {
    max-width: 85px;
    left: 10px;
    bottom: 122px;
  }
}
.articles__subscribe-right {
  position: absolute;
  max-width: 130px;
  bottom: 35px;
  right: -5px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .articles__subscribe-right {
    max-width: 90px;
    bottom: 15px;
    right: 135px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe-right {
    right: auto;
    left: -10px;
    max-width: 100px;
    bottom: -15px;
  }
}
.articles__subscribe .button {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.articles__subscribe:before, .articles__subscribe:after {
  content: "";
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe:before, .articles__subscribe:after {
    z-index: 1;
  }
}
.articles__subscribe:before {
  width: 520px;
  height: 350px;
  border-radius: 520px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.3) 0%, rgba(37, 44, 255, 0) 100%);
  top: -130px;
  left: -280px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe:before {
    left: -100px;
  }
}
.articles__subscribe:after {
  width: 650px;
  height: 410px;
  border-radius: 650px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(38, 125, 255, 0.6) 0%, rgba(37, 44, 255, 0) 100%);
  bottom: -115px;
  right: -250px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe:after {
    bottom: -190px;
    right: -180px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .articles__subscribe-head span {
    display: none;
  }
}

.reels {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .reels {
    margin-bottom: 40px;
    overflow: hidden;
  }
}
.reels__items {
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reels__items {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .reels__items {
    display: block;
  }
}
.reels__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.reels__item-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1023px) {
  .reels__item-image {
    width: 92px;
    height: 92px;
    margin: 4px auto 8px;
  }
}
.reels__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.reels__item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7949f4;
  border-radius: 50%;
  opacity: 0.4;
  transition: 0.2s ease;
}
.reels__item-image:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 2px solid #7949f4;
  opacity: 1;
  mask: conic-gradient(from 0deg, #7949f4 0deg, #7949f4 var(--progress, 360deg), transparent var(--progress, 360deg));
  -webkit-mask: conic-gradient(from 0deg, #7949f4 0deg, #7949f4 var(--progress, 360deg), transparent var(--progress, 360deg));
  transition: mask 0.05s linear, -webkit-mask 0.05s linear;
  transform: scaleX(-1);
}
.reels__item-name {
  line-height: 150%;
  transition: 0.2s ease;
  color: #7949f4;
  max-width: 142px;
  text-align: center;
  margin: 0 auto;
}
.reels__item:hover .reels__item-image:before {
  opacity: 0;
}
.reels__item:hover .reels__item-name {
  color: #4514c2;
}
.reels__item--viewed .reels__item-image:before {
  opacity: 0;
}
.reels__item--viewed .reels__item-name {
  color: #000000;
}
.reels__item--viewed .reels__item-image:after {
  opacity: 0;
}
.reels__item--active .reels__item-image:after {
  opacity: 1;
}

.filter {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .filter {
    overflow: scroll;
    margin-top: -57px;
  }
}
.filter__mobile {
  display: none;
  position: sticky;
  top: 73px;
  left: 24px;
  pointer-events: none;
  padding: 12px 24px;
  z-index: 4;
}
@media (max-width: 767px) {
  .filter__mobile {
    display: flex;
    align-items: center;
  }
}
.filter__mobile-icon, .filter__mobile-tags {
  pointer-events: auto;
}
.filter__mobile-tags {
  display: flex;
  gap: 8px;
}
.filter__mobile-tag {
  position: relative;
  line-height: 40px;
  border-radius: 14px;
  background-color: #ffffff;
  padding: 0 10px;
  white-space: nowrap;
}
.filter__mobile-tag svg {
  position: absolute;
  top: -4px;
  right: -5px;
  z-index: 1;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 16px;
  height: 16px;
}
.filter__mobile--has-items {
  background: rgba(27, 27, 27, 0.48);
  backdrop-filter: blur(12px);
}
.filter__mobile--has-items .filter__mobile-scroll {
  display: block;
}
.filter__mobile--has-items .filter__mobile-icon {
  background-color: transparent;
}
.filter__mobile-scroll {
  display: none;
  overflow-x: auto;
  padding: 4px 5px;
}
.filter__wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .filter__wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .filter__wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .filter__wrapper {
    gap: 8px;
    padding-left: 56px;
  }
}
.filter__sections {
  border-radius: 24px;
  background-color: #000000;
  display: flex;
  align-items: center;
}
.filter__sections-item {
  padding: 0 20px;
  line-height: 42px;
  transition: 0.2s ease;
  border-radius: 24px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  white-space: nowrap;
}
.filter__sections-item--active, .filter__sections-item:hover {
  background-color: #2f2f32;
}
.filter__choices {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .filter__choices {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 0;
    background: #131313;
    padding: 40px 24px 80px 24px;
    overflow: auto;
  }
  .filter__choices--active {
    display: block;
  }
}
.filter__choices-head {
  display: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .filter__choices-head {
    display: block;
    margin-bottom: 38px;
  }
}
.filter__choices-close {
  display: none;
  position: absolute;
  top: 40px;
  right: 24px;
}
@media (max-width: 767px) {
  .filter__choices-close {
    display: block;
  }
}
.filter__choices-buttons {
  display: none;
  justify-content: space-between;
  gap: 8px;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: #131313;
}
@media (max-width: 767px) {
  .filter__choices-buttons {
    display: flex;
  }
}
.filter__choices-buttons .button--white {
  padding: 10px 22px;
  width: 100%;
  min-height: 48px;
}
.filter__choices-buttons .button--white:hover, .filter__choices-buttons .button--white:active, .filter__choices-buttons .button--white:focus {
  border-color: #000000;
  background: #ffffff;
  color: #000000;
}
.filter__choices-buttons .button--black-white {
  display: none;
}
.filter__choices-buttons .button--black-white.active {
  display: flex;
}
@media (max-width: 767px) {
  .filter__choices .filter__dropdown {
    top: 0;
    transition: none;
    border-radius: 8px;
    margin-top: -16px;
    margin-bottom: 16px;
    background-color: #ffffff;
    color: #000000;
  }
  .filter__choices .filter__dropdown--active {
    position: relative;
  }
}
.filter__choice {
  background-color: #F4F4F4;
  border-radius: 24px;
  font-weight: 600;
  line-height: 42px;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
}
.filter__choice svg {
  flex-shrink: 0;
  transition: 0.2s ease;
}
.filter__choice svg path {
  transition: 0.2s ease;
  fill: #000000;
}
@media (max-width: 767px) {
  .filter__choice {
    background-color: transparent;
    border-radius: 8px;
  }
  .filter__choice svg path {
    fill: #ffffff;
  }
  .filter__choice--has-counter {
    background-color: #ffffff;
    color: #000000;
  }
  .filter__choice--has-counter svg path {
    fill: #000000;
  }
}
.filter__choice:hover, .filter__choice--active {
  background-color: #000000;
}
@media (max-width: 767px) {
  .filter__choice:hover, .filter__choice--active {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .filter__choice:hover .filter__choice-wrapper, .filter__choice--active .filter__choice-wrapper {
    background-color: #ffffff;
  }
}
.filter__choice:hover .filter__choice-wrapper svg path, .filter__choice--active .filter__choice-wrapper svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .filter__choice:hover .filter__choice-wrapper svg path, .filter__choice--active .filter__choice-wrapper svg path {
    fill: #000000;
  }
}
.filter__choice:hover .filter__choice-name, .filter__choice--active .filter__choice-name {
  color: #ffffff;
}
@media (max-width: 767px) {
  .filter__choice:hover .filter__choice-name, .filter__choice--active .filter__choice-name {
    color: #000000;
  }
}
.filter__choice:hover .filter__choice-counter, .filter__choice--active .filter__choice-counter {
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .filter__choice:hover .filter__choice-counter, .filter__choice--active .filter__choice-counter {
    color: #ffffff;
    background-color: #000000;
  }
}
.filter__choice--active .filter__choice-wrapper svg {
  transform: rotate(180deg);
}
.filter__choice-name {
  white-space: nowrap;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .filter__choice-name {
    width: 100%;
  }
}
.filter__choice-counter {
  display: flex;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  margin: 0 -5px 0 -3px;
  position: relative;
  z-index: 1;
  width: 0;
  transition: 0.4s ease;
  opacity: 0;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  .filter__choice-counter {
    margin-right: 4px;
  }
}
.filter__choice-counter.active {
  width: 20px;
  opacity: 1;
}
.filter__choice-wrapper {
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .filter__choice-wrapper {
    border-radius: 8px;
    color: #8E8E8E;
    border: 1px solid #DEDEDE;
    padding: 0 16px;
    margin-bottom: 24px;
    justify-content: space-between;
    line-height: 46px;
    background-color: transparent;
  }
}
.filter__reset {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}
@media (max-width: 767px) {
  .filter__reset {
    display: none;
  }
}
.filter__reset svg path {
  transition: 0.2s ease;
}
.filter__reset--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.filter__reset:hover {
  color: #7949f4;
}
.filter__reset:hover svg path {
  fill: #7949f4;
}
.filter__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background-color: #000000;
  border-radius: 24px;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.08);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 10;
  padding: 12px 16px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}
.filter__dropdown--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.filter__dropdown-reset {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  color: #8E8E8E;
  transition: 0.2s ease;
}
.filter__dropdown-reset svg path {
  transition: 0.2s ease;
  fill: currentColor;
}
.filter__dropdown-reset--active {
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter__dropdown-reset--active {
    color: #000000;
  }
}
.filter__dropdown-reset--active:hover {
  color: #7949f4;
}
.filter__dropdown-years, .filter__dropdown-months {
  display: grid;
  grid-template-columns: repeat(3, 0fr);
}
@media (max-width: 767px) {
  .filter__dropdown-years, .filter__dropdown-months {
    grid-template-columns: repeat(6, 1fr);
  }
}
.filter__dropdown-year, .filter__dropdown-month {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  transition: 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .filter__dropdown-year, .filter__dropdown-month {
    color: #000000;
    width: auto;
    font-size: 16px;
  }
}
.filter__dropdown-year:hover, .filter__dropdown-month:hover {
  color: #000000;
  background-color: #7949f4;
}
.filter__dropdown-year--in-range, .filter__dropdown-month--in-range {
  background-color: #422292;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
}
.filter__dropdown-year--selected, .filter__dropdown-month--selected {
  background-color: #7949f4;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
}
.filter__dropdown--months {
  width: 162px;
  left: 100%;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .filter__dropdown--months {
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 8px !important;
  }
}
.filter__dropdown--years .filter__dropdown-reset, .filter__dropdown--months .filter__dropdown-reset {
  justify-content: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .filter__dropdown--years .filter__dropdown-reset, .filter__dropdown--months .filter__dropdown-reset {
    border-bottom-color: rgba(0, 0, 0, 0.3);
  }
}
.filter__dropdown--years .filter__dropdown-reset span, .filter__dropdown--months .filter__dropdown-reset span {
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 150%;
  color: #8E8E8E;
}
.filter__dropdown--years .filter__dropdown-reset span strong, .filter__dropdown--months .filter__dropdown-reset span strong {
  font-size: 16px;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 400;
  margin-left: 4px;
  color: #ffffff;
  line-height: 20px;
}
@media (max-width: 767px) {
  .filter__dropdown--years .filter__dropdown-reset span strong, .filter__dropdown--months .filter__dropdown-reset span strong {
    color: #000000;
  }
}
.filter__dropdown--years .filter__dropdown-reset svg, .filter__dropdown--months .filter__dropdown-reset svg {
  display: none;
}
.filter__dropdown--years .filter__dropdown-reset--active svg, .filter__dropdown--months .filter__dropdown-reset--active svg {
  display: block;
}
.filter__dropdown-alphabet {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px 0;
}
.filter__dropdown-alphabet_group {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(11, 0fr);
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .filter__dropdown-alphabet_group {
    grid-template-columns: repeat(9, 0fr);
  }
}
@media (max-width: 767px) {
  .filter__dropdown-alphabet_group {
    grid-template-columns: repeat(7, 0fr);
  }
}
.filter__dropdown-alphabet_letter {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .filter__dropdown-alphabet_letter {
    width: 36px;
    height: 36px;
  }
}
.filter__dropdown-alphabet_letter--active {
  color: #ffffff;
  background-color: #2f2f32;
  cursor: pointer;
}
.filter__dropdown-alphabet_letter--active:hover {
  background-color: #7949f4;
}
.filter__switcher {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.filter__switch {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 1px 0;
  line-height: 28px;
}
.filter__switch-name {
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .filter__switch-name {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .filter__switch {
    padding: 2px 0;
  }
}
.filter__switch::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: calc(100% + 32px);
  height: 100%;
  opacity: 0;
  border-radius: 8px;
  transition: 0.2s ease;
  background-color: #222222;
  z-index: -1;
}
@media (max-width: 767px) {
  .filter__switch::before {
    display: none;
  }
}
.filter__switch-button {
  pointer-events: none;
}
.filter__switch:hover::before {
  opacity: 1;
}
.filter__switch .form__switch {
  background-color: #2f2f32;
}
@media (max-width: 767px) {
  .filter__switch .form__switch {
    background-color: #DEDEDE;
  }
}
.filter__switch .form__switch--active {
  background-color: #7949f4;
}
.filter__search {
  width: 456px;
}
.filter__search-wrapper {
  position: relative;
}
.filter__search-icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter__search-input {
  border-radius: 32px;
  background: #000000;
  color: #ffffff;
  padding: 9px 40px;
  width: 100%;
}
.filter__search-input::-moz-placeholder {
  color: #8E8E8E;
}
.filter__search-input::placeholder {
  color: #8E8E8E;
}
.filter__mobile-icon {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 32px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .filter__mobile-icon {
    display: flex;
  }
}
.filter__mobile-icon--has-items {
  position: relative;
}
.filter__mobile-icon--has-items::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7949f4;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .filter--events .filter__wrapper {
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .filter--video .filter__reset {
    font-size: 0;
  }
  .filter--video .filter__wrapper {
    gap: 20px;
  }
}
@media (max-width: 1240px) {
  .filter--it .filter__wrapper {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .filter--it.filter__mobile {
    justify-content: end;
  }
  .filter--it .filter__wrapper {
    padding-right: 63px;
    padding-left: 0;
  }
  .filter--it .filter__mobile-icon {
    width: 55px;
  }
}

.speakers {
  padding: 120px 0;
  margin-top: 120px;
  background-color: #131313;
  color: #ffffff;
}
@media (max-width: 767px) {
  .speakers {
    padding: 80px 0 56px;
    margin-top: 80px;
  }
}
.speakers .head-site {
  max-width: 880px;
}
.speakers__items {
  max-width: 1056px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin-top: 56px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .speakers__items {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .speakers__items {
    gap: 0;
    margin-top: 16px;
  }
}
.speakers__item {
  display: flex;
  gap: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .speakers__item {
    flex-wrap: wrap;
    padding: 24px 0;
    border-bottom: 1px solid #8E8E8E;
  }
  .speakers__item:last-child {
    border-bottom: none;
  }
}
.speakers__item--active .speakers__item-arrow {
  transform: rotate(180deg);
}
.speakers__item-image {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .speakers__item-image {
    width: 64px;
    height: 64px;
  }
}
.speakers__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers__item-info {
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 150%;
  font-size: 13px;
  width: 216px;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .speakers__item-info {
    width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .speakers__item-info {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .speakers__item-info {
    width: calc(100% - 88px);
  }
}
.speakers__item-position {
  color: #8E8E8E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .speakers__item-position {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
@media (max-width: 767px) {
  .speakers__item-name {
    width: 10px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .speakers__item-text {
    display: none;
  }
}
.speakers__item-arrow {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
@media (max-width: 767px) {
  .speakers__item-arrow {
    display: block;
  }
}

.events-other {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .events-other {
    padding: 80px 0;
  }
}
.events-other__items {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .events-other__items {
    flex-direction: column;
  }
}
.events-other__item {
  padding: 24px;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  border-radius: 16px;
  background-color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1023px) {
  .events-other__item:last-child {
    display: none;
  }
}
.events-other__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .events-other__item-top {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .events-other__item-top {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.events-other__item-tag {
  line-height: 28px;
  padding: 0 10px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  border-radius: 14px;
}
.events-other__item-datetime {
  color: #ffffff;
  background-color: #000000;
  line-height: 28px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  display: flex;
  gap: 8px;
  padding: 0 16px;
  border-radius: 8px;
}
.events-other__item-name {
  display: block;
  transition: 0.2s ease;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 69px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .events-other__item-name {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .events-other__item-name {
    margin-bottom: 102px;
  }
}
.events-other__item-name:hover {
  color: #7949f4;
}
.events-other__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8E8E8E;
  line-height: 150%;
}
.events-other__item-views {
  display: flex;
  align-items: center;
  gap: 4px;
}
.events-other__item-footer {
  margin-top: auto;
}
.events-other__item .button {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .events-other__item .button {
    bottom: 68px;
    opacity: 1;
    visibility: visible;
  }
}
.events-other__item--with-button:hover .events-other__author {
  opacity: 0;
}
.events-other__item--with-button:hover .button {
  bottom: 68px;
  opacity: 1;
  visibility: visible;
}
.events-other__author {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  line-height: 150%;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #8E8E8E;
  margin-bottom: 24px;
  transition: 0.2s ease;
}
@media (max-width: 1023px) {
  .events-other__author {
    display: none;
  }
}
.events-other__author-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.events-other__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-other__author-position {
  font-weight: 600;
}

.event-card {
  display: flex;
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  position: relative;
}
.event-card__wrapper--big {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 16px;
}
@media (max-width: 1240px) {
  .event-card__wrapper--big {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .event-card__wrapper--big .articles__promo-item {
    margin-top: 0;
  }
}
.event-card__wrapper--empty {
  margin-bottom: -24px;
}
.event-card--big {
  min-height: 287px;
}
@media (max-width: 767px) {
  .event-card--big {
    min-height: auto;
    flex-direction: column-reverse;
  }
}
.event-card--with-button:hover .event-card-bottom {
  opacity: 0;
}
@media (max-width: 767px) {
  .event-card--with-button:hover .event-card-bottom {
    opacity: 1;
  }
}
.event-card-info {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.event-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.event-card-tags {
  display: flex;
  gap: 8px;
}
.event-card-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
}
.event-card-datetime {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  border-radius: 8px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .event-card-datetime {
    gap: 4px;
    font-size: 14px;
    padding: 0 8px;
  }
}
.event-card-datetime img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.event-card-image {
  width: 456px;
  flex-shrink: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .event-card-image {
    width: 216px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .event-card-image {
    width: 224px;
  }
}
@media (max-width: 767px) {
  .event-card-image {
    width: 100%;
    height: 206px;
  }
}
.event-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  transition: 0.2s ease;
  margin-bottom: 8px;
}
.event-card-name:hover {
  color: #7949f4;
}
.event-card-text {
  line-height: 150%;
  margin-bottom: 16px;
}
.event-card-buttons {
  margin-top: auto;
}
.event-card-buttons .button {
  width: 285px;
}
.event-card-footer {
  margin-top: auto;
}
.event-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8E8E8E;
  line-height: 150%;
  transition: 0.2s ease;
}
.event-card-views {
  font-size: 13px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.event-card .articles__author {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .event-card .articles__author {
    display: none;
  }
}
.event-card .articles__speakers {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .event-card .articles__speakers {
    display: none;
  }
}
.event-card .articles__speaker {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -10px;
  border: 2px solid #ffffff;
}
.event-card .articles__speaker:first-child {
  margin-left: 0;
}
.event-card .articles__speaker img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card--small {
  min-height: 329px;
}
.event-card--small .event-card-name {
  font-size: 16px;
  line-height: 150%;
}
.event-card--small .button {
  position: absolute;
  bottom: 0;
  left: 24px;
  width: calc(100% - 48px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .event-card--small .button {
    bottom: 70px;
    opacity: 1;
    visibility: visible;
  }
}
.event-card--small:hover .button {
  bottom: 24px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .event-card--small:hover .button {
    bottom: 70px;
  }
}

.video-card {
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.08);
  position: relative;
  justify-content: space-between;
  min-height: 228px;
  overflow: hidden;
  cursor: none;
}
.video-card:hover .video-card-image {
  filter: blur(0);
}
.video-card:hover:before {
  opacity: 0;
}
.video-card:hover .video-card-top,
.video-card:hover .video-card-footer {
  opacity: 0;
}
.video-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  opacity: 0.5;
  transition: 0.2s ease;
}
.video-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 1;
  filter: blur(12px);
  transition: 0.2s ease;
}
.video-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  transition: 0.2s ease;
}
.video-card-tags {
  display: flex;
  gap: 8px;
}
.video-card-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
}
.video-card-date {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #ffffff;
}
.video-card-footer {
  position: relative;
  z-index: 3;
  color: #ffffff;
  transition: 0.2s ease;
}
.video-card-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
.video-card-name {
  font-weight: 600;
  line-height: 150%;
}
.video-card__sidebar .articles__promo-item {
  margin-top: 0;
}

.knowledge__head {
  margin-top: 180px;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 48px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .knowledge__head {
    font-size: 24px;
    margin-top: 150px;
    margin-bottom: 50px;
  }
}
.knowledge__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .knowledge__items .articles__promo {
    margin: 0;
    padding: 0;
  }
  .knowledge__items .slick-list {
    margin: 0;
  }
  .knowledge__items .slick-slide {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .knowledge__items {
    gap: 24px;
  }
}
.knowledge__item-head {
  display: inline-block;
  font-weight: 600;
  line-height: 48px;
  padding: 0 32px;
  background-color: #F4F4F4;
  margin-bottom: 16px;
  border-radius: 8px;
}
.knowledge__links {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.knowledge__link {
  display: flex;
  align-items: start;
  padding: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  position: relative;
  min-height: 181px;
}
@media (max-width: 767px) {
  .knowledge__link {
    flex-direction: column;
    padding: 24px;
  }
}
.knowledge__link-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.knowledge__link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .knowledge__link-icon {
    order: 2;
  }
}
.knowledge__link-info {
  width: 740px;
  display: block;
  flex-shrink: 0;
  margin: 0 16px 0 48px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .knowledge__link-info {
    width: 540px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .knowledge__link-info {
    width: 456px;
    margin: 0 8px 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .knowledge__link-info {
    width: 456px;
    margin: 0 8px 0 16px;
  }
}
@media (max-width: 767px) {
  .knowledge__link-info {
    width: 100%;
    margin: 16px 0;
    order: 3;
  }
}
.knowledge__link-name {
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  transition: 0.2s ease;
}
.knowledge__link-text {
  display: block;
  line-height: 150%;
}
.knowledge__link-tags {
  display: flex;
  margin-left: auto;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 767px) {
  .knowledge__link-tags {
    order: 1;
    min-height: 44px;
  }
}
.knowledge__link-tag {
  line-height: 28px;
  background-color: #CEBCFF;
  border-radius: 14px;
  padding: 0 10px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .knowledge__link-tag {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .knowledge__link-tag {
    margin-bottom: 16px;
  }
}
.knowledge__link-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 58px;
  height: 42px;
  border-radius: 24px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .knowledge__link-arrow {
    order: 4;
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
  }
}
.knowledge__link:hover .knowledge__link-name {
  color: #7949f4;
}
.knowledge__link:hover .knowledge__link-arrow {
  transform: translateX(3px);
}
.knowledge__wrapper {
  max-width: 100%;
  position: relative;
}
.knowledge__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 220px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 5;
  pointer-events: none;
  mask: radial-gradient(ellipse at center, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 70%);
  -webkit-mask: radial-gradient(ellipse at center, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 70%);
}
.knowledge__stars {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  width: 100%;
  height: 310px;
  z-index: 6;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.knowledge__stars--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  right: 20px;
}
.knowledge__stars--top .knowledge__star--left {
  top: 10px;
}
.knowledge__stars--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.knowledge__stars--bottom .knowledge__star--left {
  bottom: 10px;
}
.knowledge__star {
  animation: twinkle 2.5s infinite ease-in-out;
  opacity: 0.9;
}
.knowledge__star:nth-child(2) {
  animation-delay: 0.8s;
}
.knowledge__star--left {
  position: relative;
  left: -30px;
}
.knowledge__slider {
  display: flex;
  gap: 90px;
  padding: 0 32px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  position: relative;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  max-width: 100%;
}
.knowledge__slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
.knowledge__slider::-webkit-scrollbar {
  display: none;
}
.knowledge__slide {
  flex: 0 0 auto;
  width: 370px;
  height: 220px;
  position: relative;
  border-radius: 16px;
  pointer-events: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  padding: 0 32px;
}
.knowledge__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #222 0%, #222 var(--black-width, 0%), #ffffff var(--white-start, 0%), #ffffff 100%);
  z-index: 1;
  pointer-events: none;
  transition: none;
}
.knowledge__slide-content {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.knowledge__slide-head {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: none;
  z-index: 5;
  width: var(--black-width, 0);
  overflow: hidden;
}
.knowledge__slide-hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  opacity: 1;
  transition: none;
  z-index: 4;
}
.knowledge__slide-name {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  color: #222222;
}
.knowledge__slide-text {
  line-height: 150%;
  color: #222222;
}
.knowledge__slide-new {
  position: absolute;
  top: 24px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 150%;
  z-index: 1;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
.about-activities {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-activities {
    padding: 80px 0;
  }
}
.about-activities__text {
  line-height: 150%;
  margin-bottom: 40px;
}
.about-activities__items {
  display: flex;
  margin-top: -62px;
  padding: 62px 12px 0 12px;
}
@media (max-width: 767px) {
  .about-activities__items {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
    padding: 0;
  }
}
.about-activities__item {
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  padding: 16px;
  width: 216px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-activities__item {
    width: 224px;
  }
}
@media (max-width: 767px) {
  .about-activities__item {
    width: 100%;
  }
}
.about-activities__item:first-child {
  width: 456px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-activities__item:first-child {
    width: 472px;
  }
}
@media (max-width: 767px) {
  .about-activities__item:first-child {
    width: 100%;
  }
}
.about-activities__item-wrapper {
  display: flex;
  gap: 12px;
}
.about-activities__item-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #DEDEDE;
}
.about-activities__item-text {
  line-height: 150%;
}

.about-awards {
  padding: 120px 0 200px;
  background-color: #131313;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-awards {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-awards {
    padding: 80px 0;
  }
}
.about-awards__image-left {
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media (max-width: 1476px) {
  .about-awards__image-left {
    display: none;
  }
}
.about-awards__image-right {
  position: absolute;
  right: -20px;
  top: 150px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-awards__image-right {
    top: 170px;
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards__image-right {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .about-awards__image-right {
    right: -60px;
    top: 110px;
    max-width: 210px;
  }
}
.about-awards__wrapper {
  width: 940px;
  margin: 102px auto 0;
}
@media (max-width: 1476px) {
  .about-awards__wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .about-awards__wrapper {
    width: 100%;
  }
}
.about-awards__number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 128px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards__number {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .about-awards__number {
    font-size: 64px;
    margin-bottom: 8px;
  }
}
.about-awards__text {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 142px;
  width: 563px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards__text {
    font-size: 40px;
    width: 524px;
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .about-awards__text {
    width: 100%;
    font-size: 24px;
    margin-bottom: 90px;
  }
}
.about-awards__items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards__items {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .about-awards__items {
    display: block;
  }
}
.about-awards__item {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-awards__item:nth-child(5) {
    display: none;
  }
}
.about-awards__item-image {
  width: 126px;
  height: 126px;
  border: 1px solid #2f2f32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.about-awards__item-image img {
  max-width: 82px;
  max-height: 82px;
}
.about-awards__item-number {
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.about-awards__item-big {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.about-awards__button {
  margin-top: 32px;
}
.about-awards__button .button {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .about-awards__button .button {
    margin-top: 90px;
    width: 100%;
  }
}

.about-composition {
  padding: 120px 0;
  height: 1062px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition {
    height: 960px;
  }
}
@media (max-width: 767px) {
  .about-composition {
    padding: 80px 0;
    height: 850px;
  }
}
.about-composition:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  box-shadow: inset 0 0 0 1px transparent;
}
.about-composition__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.about-composition__wrapper {
  position: relative;
  height: 640px;
  top: -100px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .about-composition__wrapper {
    width: 936px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-composition__wrapper {
    top: 0;
    height: auto;
  }
}
.about-composition__wrapper-image {
  position: absolute;
  top: 50px;
  right: 200px;
  transition: 0.3s ease;
  max-width: 789px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__wrapper-image {
    max-width: 570px;
    top: 120px;
    right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__wrapper-image {
    max-width: 480px;
    top: 100px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .about-composition__wrapper-image {
    display: none;
  }
}
.about-composition__wrapper-image--deactivate {
  filter: blur(4px);
}
.about-composition__wrapper-image--mobile {
  display: none;
  position: absolute;
  left: -24px;
  top: 30px;
  max-width: none;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .about-composition__wrapper-image--mobile {
    display: block;
  }
  .about-composition__wrapper-image--mobile.deactivate {
    left: -300px;
  }
}
.about-composition__item {
  position: absolute;
  cursor: pointer;
  width: 240px;
  height: 130px;
  padding-left: 60px;
  padding-top: 90px;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-composition__item {
    padding-left: 0;
    padding-top: 0;
    width: 240px !important;
    height: 75px !important;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.about-composition__item:before {
  content: "";
  position: absolute;
  height: 1px;
  cursor: default;
  transition: 0.3s ease;
}
.about-composition__item--active .about-composition__item-elements {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.about-composition__item--active .about-composition__item-element {
  animation: slideDown 0.3s ease forwards;
}
.about-composition__item--active .about-composition__item-element:nth-child(1) {
  animation-delay: 0.1s;
}
.about-composition__item--active .about-composition__item-element:nth-child(2) {
  animation-delay: 0.2s;
}
.about-composition__item--active .about-composition__item-element:nth-child(3) {
  animation-delay: 0.3s;
}
.about-composition__item--active .about-composition__item-element:nth-child(4) {
  animation-delay: 0.4s;
}
.about-composition__item--active .about-composition__item-element:nth-child(5) {
  animation-delay: 0.5s;
}
.about-composition__item--active .about-composition__item-element:nth-child(6) {
  animation-delay: 0.6s;
}
.about-composition__item--active .about-composition__item-element:nth-child(7) {
  animation-delay: 0.7s;
}
.about-composition__item--active .about-composition__item-element:nth-child(8) {
  animation-delay: 0.8s;
}
.about-composition__item--active .about-composition__item-element:nth-child(9) {
  animation-delay: 0.9s;
}
.about-composition__item--active .about-composition__item-element:nth-child(10) {
  animation-delay: 1s;
}
@media (max-width: 767px) {
  .about-composition__item--deactivate {
    opacity: 0;
  }
}
.about-composition__item--deactivate .about-composition__item-main,
.about-composition__item--deactivate .about-composition__item:before {
  filter: blur(4px);
}
.about-composition__item--deactivate .about-composition__item-elements {
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-composition__item--products {
  top: 220px;
  left: 75px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--products {
    top: 200px;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--products {
    width: 180px;
    top: 170px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-composition__item--products {
    top: 300px;
    left: -15px;
    padding-top: 85px;
    padding-left: 60px;
  }
}
.about-composition__item--products:hover:before, .about-composition__item--products.about-composition__item--active:before {
  transform: rotate(-3deg) translateY(-6px);
}
.about-composition__item--products:hover .about-composition__item-main, .about-composition__item--products.about-composition__item--active .about-composition__item-main {
  transform: translateY(-6px);
}
.about-composition__item--products:before {
  width: 600px;
  background: linear-gradient(90deg, #FFF 21.87%, #676767 42.79%, #707070 82.97%, #FFF 100%);
  left: 52px;
  top: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--products:before {
    width: 450px;
    top: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--products:before {
    width: 300px;
    top: 33px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--products:before {
    width: 120px;
    left: 10px;
    top: -45px;
    transform: rotate(79deg);
    z-index: 0;
  }
}
.about-composition__item--products .about-composition__item-main {
  top: -90px;
  left: -220px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--products .about-composition__item-main {
    max-width: 370px;
    left: -150px;
    top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--products .about-composition__item-main {
    max-width: 390px;
    top: -30px;
    left: -155px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--products .about-composition__item-main {
    max-width: 380px;
    top: -37px;
    left: -104px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--products:hover:before {
    transform: rotate(79deg) translateY(0);
  }
  .about-composition__item--products:hover .about-composition__item-main {
    transform: translateY(0);
  }
  .about-composition__item--products.about-composition__item--active {
    top: 60px;
    left: 86px;
    padding-top: 0;
    padding-left: 0;
  }
  .about-composition__item--products.about-composition__item--active:before {
    left: -130px;
    top: -27px;
    transform: rotate(30deg) translateY(0);
  }
  .about-composition__item--products.about-composition__item--active .about-composition__item-main {
    transform: translateY(0);
    top: -75px;
    left: -238px;
  }
  .about-composition__item--products.about-composition__item--active .about-composition__item-name {
    opacity: 1;
  }
}
.about-composition__item--directions {
  width: 210px;
  bottom: 0;
  left: 500px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--directions {
    left: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--directions {
    width: 160px;
    bottom: 130px;
    left: 200px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--directions {
    left: 70px;
    bottom: auto;
    top: 190px;
    padding-top: 90px;
    padding-left: 70px;
  }
}
.about-composition__item--directions .about-composition__item-main {
  top: -50px;
  left: -220px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--directions .about-composition__item-main {
    max-width: 400px;
    top: -20px;
    left: -170px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--directions .about-composition__item-main {
    top: -19px;
    left: -185px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--directions .about-composition__item-main {
    top: -20px;
    left: -100px;
    max-width: 410px;
  }
}
.about-composition__item--directions:hover:before {
  transform: rotate(-52deg) translateY(-6px);
}
.about-composition__item--directions:hover .about-composition__item-main {
  transform: translateY(-6px);
}
@media (max-width: 767px) {
  .about-composition__item--directions.about-composition__item--active {
    padding-top: 0;
    padding-left: 0;
    margin-left: -40px;
  }
}
.about-composition__item--directions.about-composition__item--active:before {
  width: 190px;
  transform: rotate(-20deg) translateY(-110px) translateX(115px);
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--directions.about-composition__item--active:before {
    width: 150px;
    transform: rotate(-20deg) translateY(-93px) translateX(90px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--directions.about-composition__item--active:before {
    width: 110px;
    transform: rotate(-20deg) translateY(-82px) translateX(50px);
  }
}
.about-composition__item--directions.about-composition__item--active .about-composition__item-main,
.about-composition__item--directions.about-composition__item--active .about-composition__item-name,
.about-composition__item--directions.about-composition__item--active .about-composition__item-elements {
  transform: translateY(-240px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--directions.about-composition__item--active .about-composition__item-main,
  .about-composition__item--directions.about-composition__item--active .about-composition__item-name,
  .about-composition__item--directions.about-composition__item--active .about-composition__item-elements {
    transform: translateY(-175px);
  }
}
.about-composition__item--directions:before {
  width: 310px;
  background: linear-gradient(90deg, #EDEDED 25.44%, #9E9E9E 37.07%, #9E9E9E 86.68%, #FFF 100%);
  left: 10px;
  top: -115px;
  transform: rotate(-52deg);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--directions:before {
    width: 190px;
    left: 22px;
    top: -65px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--directions:before {
    width: 90px;
    left: 15px;
    top: 0px;
    transform: rotate(29deg);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .about-composition__item--directions:hover:before {
    transform: rotate(40deg) translateY(0);
  }
  .about-composition__item--directions:hover .about-composition__item-main {
    transform: translateY(0);
  }
  .about-composition__item--directions.about-composition__item--active {
    top: 60px;
    left: 86px;
  }
  .about-composition__item--directions.about-composition__item--active:before {
    width: 90px;
    left: -130px;
    top: -43px;
    transform: rotate(30deg) translateY(0);
  }
  .about-composition__item--directions.about-composition__item--active .about-composition__item-main {
    transform: translateY(0);
    top: -75px;
    left: -255px;
  }
  .about-composition__item--directions.about-composition__item--active .about-composition__item-name {
    opacity: 1;
    transform: translateY(0px);
  }
  .about-composition__item--directions.about-composition__item--active .about-composition__item-elements {
    transform: translateY(0px);
  }
}
.about-composition__item--companies {
  top: 90px;
  right: 50px;
  width: 295px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--companies {
    top: 120px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--companies {
    width: 232px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-composition__item--companies {
    top: 70px;
    left: 110px;
    right: auto;
    padding-top: 75px;
  }
}
.about-composition__item--companies .about-composition__item-main {
  top: -30px;
  left: -220px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--companies .about-composition__item-main {
    max-width: 470px;
    top: -10px;
    left: -53px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--companies .about-composition__item-main {
    max-width: 500px;
    top: -10px;
    left: -135px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--companies .about-composition__item-main {
    max-width: 520px;
    top: -25px;
    left: -140px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--companies:hover, .about-composition__item--companies.about-composition__item--active {
    padding-top: 0;
  }
}
.about-composition__item--companies:hover:before, .about-composition__item--companies.about-composition__item--active:before {
  transform: rotate(-12deg) translateY(-6px);
}
.about-composition__item--companies:hover .about-composition__item-main, .about-composition__item--companies.about-composition__item--active .about-composition__item-main {
  transform: translateY(-6px);
}
.about-composition__item--companies:before {
  width: 250px;
  background: linear-gradient(90deg, #FFF 29.02%, #9E9E9E 44.04%, #9E9E9E 86.68%, #FFF 100%);
  right: 222px;
  top: 74px;
  transform: rotate(-12deg);
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-composition__item--companies:before {
    width: 200px;
    right: 136px;
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-composition__item--companies:before {
    width: 130px;
    right: 140px;
  }
}
@media (max-width: 767px) {
  .about-composition__item--companies:before {
    width: 110px;
    right: 140px;
    top: 35px;
    transform: rotate(-5deg);
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .about-composition__item--companies:hover:before {
    transform: rotate(12deg) translateY(0);
  }
  .about-composition__item--companies:hover .about-composition__item-main {
    transform: translateY(0);
  }
  .about-composition__item--companies.about-composition__item--active {
    top: 60px;
    left: 86px;
    width: 260px !important;
  }
  .about-composition__item--companies.about-composition__item--active:before {
    width: 90px;
    left: -156px;
    top: -43px;
    transform: rotate(30deg) translateY(0);
  }
  .about-composition__item--companies.about-composition__item--active .about-composition__item-main {
    transform: translateY(0);
    top: -75px;
    left: -310px;
  }
  .about-composition__item--companies.about-composition__item--active .about-composition__item-name {
    opacity: 1;
    transform: translateY(0px);
  }
  .about-composition__item--companies.about-composition__item--active .about-composition__item-elements {
    transform: translateY(0px);
  }
}
.about-composition__item-main {
  position: absolute;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: -1;
  cursor: default;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .about-composition__item-main {
    z-index: 1;
    pointer-events: none;
  }
}
.about-composition__item-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.about-composition__item-elements {
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.about-composition__item-element {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 16px;
  border-radius: 24px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.16);
  line-height: 36px;
  white-space: nowrap;
  min-height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
}
.about-composition__item-element:hover {
  opacity: 0.9;
}
.about-composition__item-element:hover svg {
  transform: rotate(45deg);
}
.about-composition__item-element svg {
  flex-shrink: 0;
  transition: 0.2s ease;
}
.about-composition__stars {
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  pointer-events: none;
  z-index: -2;
}
@media (max-width: 767px) {
  .about-composition__stars {
    display: none;
  }
}
.about-composition__star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.about-composition__star--small {
  width: 2px;
  height: 2px;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}
.about-composition__star--medium {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.6);
}
.about-composition__star--large {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(20px);
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .about-composition .head-site {
    font-size: 40px;
  }
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-history {
  padding: 120px 0;
  background: #131313;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about-history .subtitle-site, .about-history .head-site {
    position: relative;
    z-index: 2;
  }
}
.about-history__container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  padding-left: 360px;
  margin-top: 54px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-history__container {
    padding-left: 90px;
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-history__container {
    padding-left: 60px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .about-history__container {
    padding-left: 0;
    margin-top: 60px;
    gap: 16px;
  }
}
.about-history__timeline-wrapper {
  flex-shrink: 0;
  width: 180px;
  padding-left: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .about-history__timeline-wrapper {
    width: 50px;
    padding-left: 34px;
  }
}
.about-history__timeline {
  position: relative;
}
.about-history__timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .about-history__timeline-item {
    margin-bottom: 16px;
  }
}
.about-history__timeline-item__year {
  position: absolute;
  left: -132px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  color: #2f2f32;
  transition: color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-history__timeline-item__year {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-history__timeline-item__year {
    font-size: 24px;
    left: auto;
    right: 0;
  }
}
.about-history__timeline-item__dot {
  width: 38px;
  height: 4px;
  background: #2f2f32;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .about-history__timeline-item__dot {
    width: 16px;
    height: 2px;
  }
}
.about-history__timeline-item__dot--white {
  background: #ffffff;
}
@media (max-width: 767px) {
  .about-history__timeline-item__dot--white {
    background: transparent !important;
    margin: 4px 0;
  }
}
.about-history__timeline-item.active .about-history__timeline-item__dot {
  background: #7949f4;
  transform: translateX(-16px);
}
@media (max-width: 767px) {
  .about-history__timeline-item.active .about-history__timeline-item__dot {
    transform: translateX(0);
  }
}
.about-history__timeline-item.prev-active .about-history__timeline-item__dot {
  transform: translateX(-8px);
}
@media (max-width: 767px) {
  .about-history__timeline-item.prev-active .about-history__timeline-item__dot {
    transform: translateX(0);
  }
}
.about-history__timeline-item.next-active .about-history__timeline-item__dot {
  transform: translateX(-8px);
}
@media (max-width: 767px) {
  .about-history__timeline-item.next-active .about-history__timeline-item__dot {
    transform: translateX(0);
  }
}
.about-history__timeline-item.passed .about-history__timeline-item__year {
  color: #7949f4;
}
.about-history__timeline-item.passed .about-history__timeline-item__dot {
  background: #7949f4;
}
.about-history__content {
  flex: 1;
  position: relative;
}
.about-history__content-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(121, 73, 244, 0.86) 0%, rgba(121, 73, 244, 0) 70%);
  opacity: 1;
  filter: blur(20px);
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 0;
  left: -90px;
}
@media (max-width: 767px) {
  .about-history__content-glow {
    display: none;
  }
}
.about-history__content-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
  padding: 115px 0;
  background-color: #131313;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .about-history__content-wrapper {
    padding: 144px 0;
    background-color: transparent;
  }
}
.about-history__content-wrapper::before, .about-history__content-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background: #131313;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about-history__content-wrapper::before, .about-history__content-wrapper::after {
    display: none;
  }
}
.about-history__content-wrapper::before {
  top: -150px;
}
.about-history__content-wrapper::after {
  bottom: -150px;
}
.about-history__content-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}
.about-history__content-visual .arrow-up,
.about-history__content-visual .arrow-down {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 20px;
  height: 12px;
}
.about-history__content-visual .arrow-up.hidden-arrow,
.about-history__content-visual .arrow-down.hidden-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-history__content-visual .arrow-up svg path,
.about-history__content-visual .arrow-down svg path {
  transition: fill 0.3s ease;
}
.about-history__content-visual .arrow-up:hover svg path,
.about-history__content-visual .arrow-down:hover svg path {
  fill: #7949F4;
}
.about-history__content-visual .arrow-down {
  transform: rotate(180deg);
}
.about-history__content-image {
  width: 133px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-history__content-image {
    width: 71px;
    height: 68px;
  }
}
.about-history__content-line {
  position: absolute;
  left: -19px;
  top: 93px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-history__content-line {
    display: none;
  }
}
.about-history__content-info {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1023px) {
  .about-history__content-info {
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.about-history__content-info__year {
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 128px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-history__content-info__year {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .about-history__content-info__year {
    font-size: 64px;
  }
}
.about-history__content-info__text {
  line-height: 150%;
  max-width: 200px;
}

.about-smi {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about-smi {
    padding: 80px 0;
  }
}
.about-smi .subtitle-site {
  margin-bottom: 64px;
}
.about-smi__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 72px;
  -moz-column-gap: 168px;
       column-gap: 168px;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .about-smi__items {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-smi__items {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 48px;
  }
}
@media (max-width: 767px) {
  .about-smi__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 32px;
  }
}
.about-smi__item {
  height: 84px;
  transition: 0.2s ease;
  filter: grayscale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-smi__item {
    height: 52px;
  }
}
@media (max-width: 767px) {
  .about-smi__item {
    height: 35px;
  }
}
.about-smi__item:hover {
  filter: none;
  opacity: 1;
}
.about-smi__item img {
  max-height: 100%;
}
.about-smi__button {
  margin-top: 24px;
}
.about-smi__button .button {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .about-smi__button .button {
    margin-top: 50px;
    width: 100%;
  }
}

.about-team {
  padding: 120px 0;
  background-color: #131313;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-team {
    padding: 80px 0;
  }
}
.about-team .head-site {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .about-team .head-site {
    margin-bottom: 40px;
  }
}
.about-team__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 48px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1240px) {
  .about-team__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .about-team__items {
    padding-top: 76px;
    margin-top: -76px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 16px;
  }
}
.about-team__item {
  cursor: pointer;
  --delay: 0s;
}
@media (min-width: 1241px) {
  .about-team__item:nth-child(4n+1) {
    --delay: 0s;
  }
  .about-team__item:nth-child(4n+2) {
    --delay: 0.2s;
  }
  .about-team__item:nth-child(4n+3) {
    --delay: 0.4s;
  }
  .about-team__item:nth-child(4n+4) {
    --delay: 0.6s;
  }
}
@media (max-width: 1240px) {
  .about-team__item:nth-child(3n+1) {
    --delay: 0s;
  }
  .about-team__item:nth-child(3n+2) {
    --delay: 0.2s;
  }
  .about-team__item:nth-child(3n+3) {
    --delay: 0.4s;
  }
}
.about-team__item:hover .about-team__item-image {
  transform: scale(1.05);
}
.about-team__item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 466px;
  margin-bottom: 24px;
}
.about-team__item-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C0C1C5;
  border-radius: 16px;
  z-index: 0;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .about-team__item-wrapper {
    height: 386px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-team__item-wrapper {
    height: 410px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__item-wrapper {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .about-team__item-wrapper {
    height: 454px;
  }
}
.about-team__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
  position: relative;
  z-index: 2;
  display: block;
}
.about-team__item-name {
  width: -moz-min-content;
  width: min-content;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .about-team__item-name {
    width: 100%;
  }
}
.about-team__item-position {
  line-height: 150%;
}
.about-team__popup {
  display: none;
  width: 960px;
  height: 631px;
  border-radius: 24px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  cursor: default !important;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-team__popup {
    width: 777px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__popup {
    width: 608px;
  }
}
@media (max-width: 767px) {
  .about-team__popup {
    width: 100%;
    height: calc(100% - 70px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
  }
}
.about-team__popup-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .about-team__popup-wrapper {
    flex-direction: column;
  }
}
.about-team__popup-left {
  width: 326px;
  flex-shrink: 0;
  padding: 40px;
  background-color: #222222;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__popup-left {
    width: 288px;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .about-team__popup-left {
    width: 100%;
    display: flex;
    gap: 24px;
    padding: 52px 24px 24px 24px;
  }
}
.about-team__popup-right {
  padding: 40px;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__popup-right {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .about-team__popup-right {
    padding: 24px;
    flex-grow: 1;
  }
}
.about-team__popup-image {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
  height: 341px;
  position: relative;
}
.about-team__popup-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C0C1C5;
  border-radius: 16px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__popup-image {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .about-team__popup-image {
    width: 88px;
    height: 122px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.about-team__popup-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-team__popup-name {
  width: -moz-min-content;
  width: min-content;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.about-team__popup-positions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-team__popup-position {
  line-height: 150%;
  padding-left: 18px;
  position: relative;
}
.about-team__popup-position:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}
.about-team__popup-text {
  height: 550px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .about-team__popup-text {
    height: auto;
    padding-right: 0;
  }
}
.about-team__popup .f-button.is-close-btn {
  top: -5px !important;
  right: 15px !important;
  box-shadow: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-team__popup .f-button.is-close-btn {
    top: -10px !important;
    right: 7px !important;
  }
}
.about-team__popup .f-button.is-close-btn:hover svg {
  stroke: #7949f4;
}
@media (max-width: 767px) {
  .about-team__popup-swipe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 10;
  }
  .about-team__popup-swipe:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 100px;
    border-radius: 16px;
    background-color: #DEDEDE;
  }
}
.about-team .slick-dots {
  flex-wrap: wrap;
}
.about-team .slick-dots li.slick-active {
  background-color: #ffffff;
}

body.about .f-button.is-next {
  right: calc(50% - 544px) !important;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  body.about .f-button.is-next {
    right: calc(50% - 454px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.about .f-button.is-next {
    right: calc(50% - 360px) !important;
  }
}
body.about .f-button.is-prev {
  left: calc(50% - 544px) !important;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  body.about .f-button.is-prev {
    left: calc(50% - 454px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.about .f-button.is-prev {
    left: calc(50% - 360px) !important;
  }
}
body.about .fancybox__slide {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  body.about .fancybox__slide {
    padding: 0;
    justify-content: end;
  }
  body.about .fancybox__content::before {
    display: none;
  }
  body.about .fancybox__slide::before,
  body.about .fancybox__slide::after {
    display: none;
  }
  body.about .f-button.is-close-btn {
    display: none;
  }
}
body.about .fancybox__content > .f-button.is-close-btn {
  top: 10px;
  right: 10px;
}

@media ((max-height: 650px) and (min-width: 768px)) {
  .about-team__popup {
    height: 540px;
  }
  .about-team__popup-image {
    height: 310px;
  }
  .about-team__popup-left {
    padding: 24px 32px;
  }
  .about-team__popup-text {
    height: 460px;
  }
  .about-team__popup-position {
    font-size: 14px;
  }
  .about-team__popup-position:before {
    top: 7px;
  }
}
.about-text {
  padding: 160px 0;
  background: #0C0D10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-text {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .about-text {
    padding: 250px 0 80px;
  }
}
.about-text__container {
  position: relative;
  padding-left: 330px;
}
@media (max-width: 1240px) {
  .about-text__container {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-text__container {
    padding-left: 24px;
  }
}
.about-text__wrapper {
  width: 573px;
  margin-left: 300px;
  font-size: 24px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  line-height: 120%;
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-text__wrapper {
    width: 376px;
    margin-left: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-text__wrapper {
    width: 376px;
    margin-left: auto;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .about-text__wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.about-text__image {
  position: absolute;
  top: -60px;
  left: 0;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-text__image {
    max-width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-text__image {
    top: 0;
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .about-text__image {
    max-width: 200px;
    top: -250px;
    left: auto;
    right: 24px;
  }
}

.about-principles {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-principles {
    padding: 80px 0;
  }
}
.about-principles .subtitle-site {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .about-principles__slider {
    margin-top: -84px;
    padding-top: 70px;
  }
}
.about-principles__slide {
  padding: 24px;
  transition: 0.2s ease;
  border-radius: 16px;
  height: auto;
}
.about-principles__slide:hover {
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
}
@media (max-width: 1023px) {
  .about-principles__slide {
    box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  }
}
.about-principles__slide-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
.about-principles__slide-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.about-principles__slide-text {
  line-height: 150%;
}
@media (max-width: 767px) {
  .about-principles .slick-list {
    margin: 0 -12px;
  }
  .about-principles .slick-slide {
    margin: 0 12px;
  }
}

.about-showreel {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about-showreel {
    padding: 80px 0;
  }
}
.about-showreel__wrapper {
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 782px;
  overflow: hidden;
  border-radius: 32px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .about-showreel__wrapper {
    height: 516px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-showreel__wrapper {
    height: 516px;
  }
}
@media (max-width: 767px) {
  .about-showreel__wrapper {
    height: 180px;
  }
}
.about-showreel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-showreel__text {
  text-transform: uppercase;
  line-height: 1;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.about-showreel__top {
  font-weight: 600;
  font-size: 96px;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-showreel__top {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .about-showreel__top {
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.about-showreel__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 4px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .about-showreel__top::after {
    display: none;
  }
}
.about-showreel__bottom {
  font-size: 128px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-showreel__bottom {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .about-showreel__bottom {
    font-size: 40px;
  }
}
.about-showreel__icon {
  display: none;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-color: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .about-showreel__icon {
    display: flex;
  }
}
@media (max-width: 767px) {
  .about-showreel__icon {
    margin-bottom: 8px;
  }
}

.main-text {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .main-text {
    padding: 80px 0;
  }
}
.main-text__wrapper {
  width: 936px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-text__wrapper {
    width: 616px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-text__wrapper {
    width: 472px;
  }
}
@media (max-width: 767px) {
  .main-text__wrapper {
    width: 100%;
  }
}
.main-text__content {
  margin-bottom: 40px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-text__content {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-text__content {
    font-size: 24px;
  }
}
.main-text__content .char {
  color: #DEDEDE;
  transition: color 0.6s ease;
  will-change: color;
}
.main-text__content .char.active {
  color: #000000;
}
.main-text .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .main-text .button {
    width: 100%;
  }
}

.main-team {
  padding: 120px 0;
  background-color: #131313;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-team {
    padding: 80px 0;
  }
}
.main-team__top {
  margin-bottom: 24px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-team__top {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-team__top {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.main-team__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 82px;
}
@media (max-width: 1476px) {
  .main-team__content {
    flex-direction: column;
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .main-team__content {
    margin-bottom: 40px;
  }
}
.main-team__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  max-width: 680px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-team__title {
    font-size: 64px;
    max-width: 596px;
  }
}
@media (max-width: 767px) {
  .main-team__title {
    font-size: 40px;
  }
}
.main-team__statistic {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .main-team__statistic {
    padding-right: 0;
  }
}
.main-team__statistic .button {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .main-team__statistic .button {
    width: 100%;
  }
}
.main-team__numbers {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .main-team__numbers {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.main-team__number {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.2s ease;
}
.main-team__number svg {
  flex-shrink: 0;
}
.main-team__number svg path {
  transition: 0.2s ease;
}
.main-team__number span {
  border-bottom: 1px solid #ffffff;
  transition: 0.2s ease;
  flex-wrap: nowrap;
  line-height: 1.2;
}
.main-team__number:hover {
  color: #7949f4;
}
.main-team__number:hover span {
  border-color: #7949f4;
}
.main-team__number:hover svg path {
  fill: #7949f4;
}
.main-team__description {
  max-width: 456px;
  margin-bottom: 32px;
}
.main-team__slider {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  cursor: grab;
  gap: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-team__slider::-webkit-scrollbar {
  display: none;
}
.main-team__slider.dragging {
  cursor: grabbing;
}
.main-team__slide {
  flex-shrink: 0;
}
.main-team__slide img {
  border-radius: 24px;
  width: 576px;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-team__slide img {
    width: 572px;
    height: 312px;
  }
}
@media (max-width: 767px) {
  .main-team__slide img {
    width: 328px;
    height: 216px;
  }
}
.main-team__slide img.main-team__slide--vertical {
  width: 336px;
  height: 504px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-team__slide img.main-team__slide--vertical {
    width: 302px;
    height: 454px;
  }
}
@media (max-width: 767px) {
  .main-team__slide img.main-team__slide--vertical {
    width: 219px;
    height: 328px;
  }
}

.main-event {
  height: 880px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .main-event {
    height: 745px;
  }
}
.main-event__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main-event__container {
  text-align: right;
}
.main-event__words {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 128px;
  line-height: 0.8;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-event__words {
    font-size: 96px;
  }
}
@media (max-width: 767px) {
  .main-event__words {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .main-event__word--second {
    margin: 16px 0;
  }
}
.main-event__tag {
  text-align: center;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 56px;
  margin-top: 24px;
}
.main-event__button {
  text-align: center;
}
.main-event__button .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-event__button .button {
    width: calc(100% - 48px);
  }
}

.main-leaders {
  padding: 120px 0;
  color: #ffffff;
  background-color: #131313;
}
@media (max-width: 767px) {
  .main-leaders {
    padding: 80px 0;
  }
}
.main-leaders .head-site {
  max-width: 686px;
}
.main-leaders__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1476px) {
  .main-leaders__header {
    flex-direction: column;
    gap: 32px;
    align-items: start;
  }
}
.main-leaders__description {
  display: flex;
  gap: 16px;
}
.main-leaders__description-image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  margin-top: 5px;
}
.main-leaders__description-text {
  max-width: 520px;
  line-height: 150%;
}
.main-leaders__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .main-leaders__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leaders__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .main-leaders__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-leaders__item {
  position: relative;
  min-height: 454px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leaders__item {
    min-height: 438px;
  }
}
@media (max-width: 767px) {
  .main-leaders__item {
    min-height: 411px;
  }
}
.main-leaders__item:first-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .main-leaders__item:first-child {
    grid-column: span 1;
  }
}
.main-leaders__item:first-child .main-leaders__item-image {
  width: 290px;
  height: 260px;
}
@media (max-width: 767px) {
  .main-leaders__item:first-child .main-leaders__item-image {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leaders__item:first-child .main-leaders__item-button {
    max-width: 300px;
  }
  .main-leaders__item:first-child .main-leaders__item-image {
    bottom: 0;
  }
  .main-leaders__item:first-child .main-leaders__item-tags {
    max-width: 390px;
  }
}
.main-leaders__item--active .main-leaders__item-wrapper {
  transform: rotateY(180deg) perspective(1000px);
  background-color: #7949f4;
}
.main-leaders__item--active .main-leaders__item-description {
  color: #000000;
}
.main-leaders__item--active .main-leaders__item-image {
  opacity: 0;
}
.main-leaders__item--active .main-leaders__item-tags {
  opacity: 0;
  visibility: hidden;
}
.main-leaders__item--active .main-leaders__item-more {
  opacity: 1;
  visibility: visible;
}
.main-leaders__item--active .main-leaders__item-button {
  opacity: 0;
}
.main-leaders__item--active .main-leaders__item-link {
  opacity: 0;
}
.main-leaders__item--active .main-leaders__item-name {
  opacity: 0;
}
@media (min-width: 1024px) {
  .main-leaders__item:hover .main-leaders__item-wrapper {
    transform: rotateY(180deg) perspective(1000px);
    background-color: #7949f4;
  }
  .main-leaders__item:hover .main-leaders__item-description {
    color: #000000;
  }
  .main-leaders__item:hover .main-leaders__item-image {
    opacity: 0;
  }
  .main-leaders__item:hover .main-leaders__item-tags {
    opacity: 0;
    visibility: hidden;
  }
  .main-leaders__item:hover .main-leaders__item-more {
    opacity: 1;
    visibility: visible;
  }
  .main-leaders__item:hover .main-leaders__item-button {
    opacity: 0;
  }
  .main-leaders__item:hover .main-leaders__item-link {
    opacity: 0;
  }
  .main-leaders__item:hover .main-leaders__item-name {
    opacity: 0;
  }
}
.main-leaders__item-transform {
  height: 100%;
}
.main-leaders__item-wrapper {
  padding: 40px;
  height: 100%;
  background-color: #2f2f32;
  border-radius: 16px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: 0.6s ease;
  perspective: 1000px;
}
@media (max-width: 1023px) {
  .main-leaders__item-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
}
.main-leaders__item-name, .main-leaders__item-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
  transition: 0.3s ease-out;
}
.main-leaders__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 390px;
  transition: 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leaders__item-tags {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .main-leaders__item-tags {
    max-width: 256px;
  }
}
.main-leaders__item-tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  color: #8E8E8E;
  border-radius: 14px;
  background-color: #222222;
}
.main-leaders__item-image {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
  width: 130px;
  height: 155px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-leaders__item-image {
    width: 98px;
    height: 116px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-leaders__item-image {
    bottom: 74px;
  }
}
@media (max-width: 767px) {
  .main-leaders__item-image {
    bottom: 82px;
    width: 110px;
    height: 110px;
  }
}
.main-leaders__item-image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-leaders__item-image--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-leaders__item-image--desktop {
    display: none;
  }
}
.main-leaders__item-button {
  display: none;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 1023px) {
  .main-leaders__item-button {
    display: block;
    margin-top: auto;
  }
}
.main-leaders__item-more {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: rotateY(-180deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media (max-width: 1023px) {
  .main-leaders__item-more {
    padding: 24px;
  }
}
.main-leaders__item-bottom {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1023px) {
  .main-leaders__item-bottom {
    bottom: 24px;
    left: 24px;
  }
}
.main-leaders__item-clients {
  display: flex;
}
.main-leaders__item-client {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -10px;
}
.main-leaders__item-client:first-child {
  margin-left: 0;
}
.main-leaders__item-number {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.main-leaders__item-back {
  display: none;
}
@media (max-width: 1023px) {
  .main-leaders__item-back {
    position: absolute;
    bottom: 24px;
    right: 24px;
    border-radius: 24px;
    width: 72px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .main-leaders__item-link {
    font-size: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    border-color: transparent !important;
    color: transparent !important;
  }
}
@media (max-width: 767px) {
  .main-leaders__item-link {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-leaders__item-buttons {
    display: flex;
    gap: 16px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .main-leaders__item-buttons {
    justify-content: space-between;
    gap: 8px;
  }
}
.main-leaders__item .button {
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-leaders__item .button:last-child {
  flex-shrink: 0;
}
.main-leaders__item .button--icon svg {
  margin-left: 0;
}

.main-media {
  background-color: #ffffff;
}
.main-media .subtitle-site {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .main-media .subtitle-site {
    margin-bottom: 40px;
  }
}
.main-media .popular__news {
  height: 100%;
}
.main-media .popular__articles {
  gap: 24px;
  justify-content: space-between;
}
.main-media .popular__article {
  height: 100%;
}
.main-media .popular__article-left {
  display: block;
}
.main-media .popular__article-footer {
  gap: 16px;
}
.main-media .popular__article-header {
  margin-bottom: 24px;
}
.main-media .popular__article-footer {
  margin-top: auto;
}
.main-media .popular__news-name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .main-media .popular__news-name {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
.main-media .popular__article-author {
  color: #000000;
}
.main-media .popular__article-name {
  margin-bottom: 24px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .main-media .media-events__single {
    flex: 0 0 calc(50% - 16px);
    margin-top: 0;
  }
  .main-media .popular__articles {
    flex: 0 0 100%;
    flex-direction: row;
  }
  .main-media .popular__article {
    flex: 1;
    min-height: 248px;
  }
}
@media (max-width: 1240px) {
  .main-media .media-events__single {
    flex: 0 0 calc(50% - 12px);
    margin-top: 0;
  }
  .main-media .popular__articles {
    flex: 0 0 100%;
    flex-direction: row;
  }
  .main-media .popular__article {
    flex: 1;
    min-height: 248px;
  }
  .main-media .popular__article-tag {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-media .popular__news-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    box-orient: vertical;
  }
  .main-media .popular__article-header {
    flex-wrap: wrap;
  }
  .main-media .popular__article-tags {
    margin-bottom: 12px;
  }
  .main-media .media-events__single {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-media .popular__articles {
    flex-direction: column;
  }
  .main-media .popular__article-header {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .main-media .popular__article-tags {
    margin-bottom: 12px;
    flex: 100%;
  }
}

.main-products {
  padding: 120px 0;
  color: #ffffff;
  background-color: #131313;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-products {
    padding: 80px 0;
  }
}
.main-products--padding {
  padding-bottom: 232px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .main-products--padding {
    padding-bottom: 224px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-products--padding {
    padding-bottom: 202px;
  }
}
@media (max-width: 767px) {
  .main-products--padding {
    padding-bottom: 80px;
  }
}
.main-products__tags {
  display: flex;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 40px;
  gap: 8px;
}
@media (max-width: 767px) {
  .main-products__tags {
    margin: 40px -24px;
    overflow: auto;
    padding-left: 24px;
    padding-right: 24px;
    gap: 0;
  }
}
.main-products__tag {
  line-height: 42px;
  padding: 0 20px;
  font-weight: 600;
  border-radius: 24px;
  transition: 0.2s ease;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}
.main-products__tag:hover, .main-products__tag--active {
  background-color: #7949f4;
}
.main-products__video-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .main-products__video-container {
    height: 205px;
    margin-bottom: 24px;
  }
}
.main-products__slider {
  width: 1360px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .main-products__slider {
    width: 1060px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-products__slider {
    width: 900px;
  }
}
@media (max-width: 1023px) {
  .main-products__slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-products__slider {
    overflow: hidden;
  }
}
.main-products__slide {
  display: flex;
  justify-content: space-between;
  padding-right: 90px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-products__slide {
    padding-right: 46px;
  }
}
@media (max-width: 1023px) {
  .main-products__slide {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .main-products__slide {
    flex-direction: column;
  }
}
.main-products__slide-info {
  padding-top: 50px;
  max-width: 538px;
}
@media (max-width: 1476px) {
  .main-products__slide-info {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-products__slide-info {
    order: 2;
  }
}
.main-products__slide-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-products__slide-name {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .main-products__slide-name {
    font-size: 40px;
  }
}
.main-products__slide-text {
  line-height: 150%;
  margin-bottom: 40px;
  max-width: 456px;
}
@media (max-width: 1240px) {
  .main-products__slide-text {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-products__slide-text {
    max-width: 348px;
  }
}
.main-products__slide-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 150%;
  color: #8E8E8E;
  transition: 0.2s ease;
}
.main-products__slide-link svg {
  transition: 0.2s ease;
}
.main-products__slide-link svg path {
  transition: 0.2s ease;
}
.main-products__slide-link:hover {
  color: #ffffff;
}
.main-products__slide-link:hover svg {
  transform: rotate(45deg);
}
.main-products__slide-link:hover svg path {
  fill: #ffffff;
}
.main-products__slide-media {
  width: 696px;
  height: 440px;
  position: relative;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .main-products__slide-media {
    width: 466px;
    height: 296px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-products__slide-media {
    width: 376px;
    height: 236px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-products__slide-media {
    width: 348px;
    height: 218px;
  }
}
@media (max-width: 767px) {
  .main-products__slide-media {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.main-products__slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.main-products__slide-image.hide-for-video {
  opacity: 0;
  pointer-events: none;
}
.main-products__slide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
.main-products__slide-video.loaded {
  z-index: 3;
}
.main-products__slide-arrow {
  width: 112px;
  height: 112px;
  position: absolute;
  bottom: -32px;
  right: -32px;
  z-index: 4;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-products__slide-arrow {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-products__slide-arrow {
    width: 78px;
    height: 78px;
    bottom: -16px;
    right: -16px;
  }
}
@media (max-width: 767px) {
  .main-products__slide-arrow {
    width: 72px;
    height: 72px;
    bottom: 8px;
    right: -16px;
  }
}
.main-products__slide-arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 15s linear infinite;
  transition: 0.2s ease;
}
.main-products__slide-arrow--violet {
  opacity: 0;
  z-index: 1;
}
.main-products__slide-arrow:hover .main-products__slide-arrow--white {
  opacity: 0;
}
.main-products__slide-arrow:hover .main-products__slide-arrow--violet {
  opacity: 1;
}
.main-products__slide-arrow:hover svg {
  transform: rotate(45deg);
}
.main-products__slide-arrow:hover svg path {
  fill: #ffffff;
}
.main-products__slide-arrow svg {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: 0.2s ease;
}
.main-products__slide-arrow svg path {
  transition: 0.2s ease;
}
.main-products__slide-arrow:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background-color: #ffffff;
}

.main-services {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main-services {
    padding: 80px 0;
  }
}
@media (max-width: 1240px) {
  .main-services__slider {
    margin-top: -64px;
    padding-top: 64px;
  }
}
.main-services__slide {
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  transition: 0.3s ease;
  background-color: #ffffff;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .main-services__slide {
    padding: 0;
    margin: 0 12px;
    height: var(--default-height, auto);
    transition: height 0.3s ease;
  }
  .main-services__slide--expanded {
    height: var(--expanded-height, auto) !important;
  }
}
@media (min-width: 1024px) {
  .main-services__slide:hover .main-services__slide-hidden {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 4px 34px 0 rgba(78, 63, 116, 0.12);
  }
  .main-services__slide:hover .main-services__slide-text {
    opacity: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1241px) and (max-width: 1476px) {
  .main-services__slide:hover {
    width: 310px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-services__slide.active.main-services__slide--big {
    width: 478px !important;
  }
}
.main-services__slide.active .main-services__slide-hidden {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 4px 34px 0 rgba(78, 63, 116, 0.12);
}
.main-services__slide.active .main-services__slide-hidden .main-services__slide-icon {
  opacity: 1;
}
.main-services__slide.active .main-services__slide-text,
.main-services__slide.active .main-services__slide-icon {
  opacity: 0;
}
.main-services__slide.active .main-services__slide-close {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.main-services__slide.active .main-services__slide-button {
  opacity: 0;
}
.main-services__slide--big .main-services__slide-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .main-services__slide--big .main-services__slide-links {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .main-services__slide--big:hover {
    width: 590px !important;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) {
  .main-services__slide--big .main-services__slide-link {
    white-space: nowrap;
  }
}
.main-services__slide-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 48px;
  transition: 0.3s ease;
}
.main-services__slide-name {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .main-services__slide-name {
    max-width: 232px;
  }
}
.main-services__slide-text {
  color: #8E8E8E;
  line-height: 150%;
  min-height: 72px;
  max-width: 288px;
  transition: 0.3s ease;
}
@media (min-width: 1241px) and (max-width: 1476px) {
  .main-services__slide-text {
    max-width: 232px;
  }
}
.main-services__slide-button {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-services__slide-button {
    padding: 10px 24px;
  }
}
@media (max-width: 1023px) {
  .main-services__slide-button {
    display: block;
    margin-top: 24px;
  }
}
.main-services__slide-close {
  display: none;
}
.main-services__slide-links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px;
}
.main-services__slide-link {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .main-services__slide-link {
    white-space: normal;
  }
}
.main-services__slide-link:hover {
  color: #7949f4;
}
.main-services__slide-hidden {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  transition: 0.3s ease;
  background-color: #ffffff;
}
.main-services__slide-hidden .main-services__slide-icon {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .main-services .slick-list {
    margin: 0 -12px;
  }
}

.page-404 {
  padding: 218px 0 40px;
}
@media (max-width: 1240px) {
  .page-404 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-404 {
    padding-top: 100px;
  }
}
.page-404__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-404__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.page-404__text {
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 1240px) {
  .page-404__text {
    max-width: 480px;
  }
}
.page-404__back {
  font-weight: 600;
  line-height: 150%;
  transition: 0.2s ease;
  color: #7949f4;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-404__back svg path {
  transition: 0.2s ease;
}
.page-404__back:hover {
  color: #4514c2;
}
.page-404__back:hover svg path {
  fill: #4514c2;
}
.page-404__image {
  width: 100%;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 40px;
  position: relative;
  z-index: -1;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .page-404__image {
    -o-object-position: calc(100% + 200px) 50%;
       object-position: calc(100% + 200px) 50%;
    margin-top: -40px;
    margin-bottom: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-404__image {
    -o-object-position: calc(100% + 310px) 50%;
       object-position: calc(100% + 310px) 50%;
    margin-top: -40px;
    margin-bottom: -32px;
  }
}
@media (max-width: 767px) {
  .page-404__image {
    height: 150px;
    -o-object-position: calc(100% + 100px) 50%;
       object-position: calc(100% + 100px) 50%;
    margin-bottom: 40px;
  }
}
.page-404__image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-404__image--mobile {
    display: block;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(100% + 350px) 50%;
       object-position: calc(100% + 350px) 50%;
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.pages {
  padding-top: 180px;
}
@media (max-width: 767px) {
  .pages {
    padding-top: 166px;
  }
}
.pages__head {
  margin-bottom: 16px;
}
.pages__description {
  max-width: 456px;
}
.pages__link {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s ease;
  color: #7949f4;
}
.pages__link svg path {
  transition: 0.2s ease;
}
.pages__link:hover {
  color: #4514c2;
}
.pages__link:hover svg path {
  fill: #4514c2;
}

.contacts__columns {
  margin-top: 72px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts__columns {
    flex-direction: column;
    gap: 56px;
    margin-bottom: 80px;
  }
}
.contacts__column {
  flex: 1;
}
.contacts__column-text {
  line-height: 150%;
  max-width: 336px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .contacts__column-text {
    max-width: 296px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacts__column-text {
    max-width: 224px;
  }
}
.contacts .subtitle-site {
  margin-bottom: 24px;
}
.contacts .pages__link {
  margin-bottom: 16px;
}
.contacts__socials {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 1240px) {
  .contacts__socials {
    flex-wrap: wrap;
    max-width: 216px;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .contacts__socials {
    max-width: 100%;
  }
}
.contacts__social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #F4F4F4;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__social:hover {
  background-color: #7949f4;
}
.contacts__tabs {
  border-radius: 32px;
  overflow: hidden;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__tab {
  font-weight: 600;
  line-height: 42px;
  border-radius: 32px;
  padding: 0 20px;
  overflow: hidden;
  background-color: #F4F4F4;
  transition: 0.2s ease;
  cursor: pointer;
}
.contacts__tab:hover {
  background-color: #2f2f32;
  color: #ffffff;
}
.contacts__tab--active {
  background-color: #222222;
  color: #ffffff;
  cursor: default;
}
.contacts__address {
  display: none;
  gap: 10px;
  align-items: center;
  font-style: normal;
}
.contacts__address--active {
  display: flex;
}
.contacts__address svg {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contacts__address svg {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .contacts__address {
    align-items: start;
  }
}
.contacts__map {
  height: 100%;
}
.contacts__map-wrapper {
  height: 540px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contacts__map-wrapper {
    height: 360px;
  }
}

.cookie {
  position: fixed;
  bottom: 40px;
  left: 40px;
  width: 396px;
  padding: 24px;
  color: #ffffff;
  border-radius: 24px;
  background-color: #2f2f32;
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  z-index: 1002;
  display: none;
}
@media (max-width: 767px) {
  .cookie {
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cookie a {
  color: #7949f4;
  position: relative;
  transition: 0.2s ease;
  border-bottom: 1px dashed transparent;
}
.cookie a:hover {
  border-color: #7949f4;
}
.cookie__head {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.cookie__text {
  line-height: 150%;
  margin-bottom: 24px;
}
.cookie__buttons {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.cookie__buttons .button--transparent-white:hover {
  background-color: transparent;
  color: #7949f4;
  border-color: #7949f4;
}
.cookie__buttons .button {
  width: 100%;
}
@media (max-width: 767px) {
  .cookie__buttons .button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cookie__settings {
  display: none;
}
.cookie__settings.active {
  display: block;
}
.cookie__settings .cookie__text {
  margin-bottom: 16px;
}
.cookie__tooltip {
  position: absolute;
  top: 24px;
  right: 24px;
}
.cookie__tooltip-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cookie__tooltip-icon path {
  transition: 0.2s ease;
}
.cookie__tooltip-content {
  position: absolute;
  bottom: 100%;
  left: calc(50% - 12px);
  transform: translateX(-50%) translateY(-10px);
  width: 363px;
  padding: 8px 16px;
  background: #ffffff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.08);
  color: #000000;
  border-radius: 8px;
  line-height: 150%;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1003;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cookie__tooltip-content {
    width: 328px;
    left: auto;
    right: 0;
    transform: translateY(-10px);
  }
}
.cookie__tooltip-content:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 11;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ffffff;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .cookie__tooltip-content:before {
    left: auto;
    right: 7px;
  }
}
.cookie__tooltip-content:after {
  content: "";
  position: absolute;
  bottom: -16px;
  height: 16px;
  left: 0;
  width: 100%;
}
.cookie__tooltip:hover .cookie__tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 767px) {
  .cookie__tooltip:hover .cookie__tooltip-content {
    transform: translateY(0);
  }
}
.cookie__tooltip:hover .cookie__tooltip-icon path {
  stroke: #7949f4;
}
.cookie__settings-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.cookie__settings-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .cookie__settings-option {
    position: relative;
  }
}
.cookie__settings-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.cookie__settings-option input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.cookie__settings-label {
  flex: 1;
}
.cookie__tooltip-toggle {
  position: relative;
}
@media (max-width: 767px) {
  .cookie__tooltip-toggle {
    position: initial;
  }
}
.cookie__tooltip-toggle .cookie__tooltip-icon {
  position: relative;
}
.cookie__tooltip-toggle .cookie__tooltip-content {
  left: 50%;
}
@media (max-width: 767px) {
  .cookie__tooltip-toggle .cookie__tooltip-content {
    left: 0;
  }
  .cookie__tooltip-toggle .cookie__tooltip-content:before {
    display: none;
  }
}
.cookie__tooltip-toggle:hover .cookie__tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 767px) {
  .cookie__tooltip-toggle:hover .cookie__tooltip-content {
    transform: translateY(0);
  }
}
.cookie__tooltip-toggle:hover .cookie__tooltip-icon path {
  stroke: #7949f4;
}
.cookie .form__checkbox span:before {
  border: 1px solid #8E8E8E;
  background-color: transparent;
}
.cookie .form__checkbox--grey {
  color: #8E8E8E;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(27, 27, 27, 0.6);
  backdrop-filter: blur(12px);
  transition: 0.3s ease;
  color: #ffffff;
  padding: 24px 0;
  z-index: 2;
  height: 92px;
  overflow: auto;
}
@media (max-width: 767px) {
  .header {
    padding: 16px 0;
    position: fixed;
    z-index: 100;
    height: 74px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__nav {
  transition: 0.3s ease;
}
.header__links {
  display: flex;
  gap: 32px;
  margin-right: 32px;
}
@media (max-width: 1023px) {
  .header__links {
    display: none;
  }
}
.header__links-item {
  position: relative;
}
.header__links-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;
}
.header__links-link:hover {
  color: #A27DFF;
}
.header__burger {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.header__burger-icon {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.2s ease;
}
.header__burger-icon:first-child {
  top: 6px;
}
.header__burger-icon:last-child {
  bottom: 6px;
}
.header__burger:hover .header__burger-icon {
  background-color: #A27DFF;
}
.header__button {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .header__logo-main {
    height: 30px;
  }
  .header__logo-text {
    height: 24px;
  }
}
.header__menu {
  width: 100%;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header__menu .container {
  padding-top: 36px;
  padding-bottom: 72px;
}
.header__menu-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .header__menu-row {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-row {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .header__menu-row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__menu-row:first-child {
    flex-direction: column;
  }
}
.header__menu-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-row:last-child {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .header__menu-row:last-child {
    flex-direction: column;
    gap: 40px;
  }
}
.header__menu-column {
  width: 216px;
  flex-shrink: 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .header__menu-column {
    width: 100%;
  }
}
.header__menu-column--solutions {
  flex: 0 0 calc(80% - 60px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-column--solutions {
    flex: 0 0 calc(70% - 32px);
  }
}
.header__menu-column--industries {
  padding-right: 28px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .header__menu-column--industries {
    padding-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-column--industries .header__menu-grid {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .header__menu-column--industries {
    padding-right: 0;
  }
}
.header__menu-column--links {
  flex: 0 0 calc(60% - 120px);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-column--directions.header__menu-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu-column--directions {
    order: 1;
  }
}
@media (max-width: 767px) {
  .header__menu-column--products {
    order: 2;
  }
}
.header__menu-column--active {
  padding-left: 36px;
}
.header__menu-column--active .header__menu-icon--right {
  opacity: 0;
}
.header__menu-column--active .header__menu-icon--left {
  opacity: 1;
}
.header__menu-column--active .header__menu-grid {
  display: flex;
}
.header__menu-icon {
  display: none;
  flex-shrink: 0;
  transition: 0.3s ease;
  opacity: 0;
  position: relative;
}
@media (max-width: 767px) {
  .header__menu-icon {
    display: block;
  }
}
.header__menu-icon--left {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__menu-icon--right {
  opacity: 1;
}
.header__menu-title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .header__menu-title {
    font-size: 24px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s ease;
  }
}
.header__menu-subtitle {
  color: #8E8E8E;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 16px;
  max-width: 216px;
}
@media (max-width: 767px) {
  .header__menu-subtitle {
    max-width: 100%;
  }
}
.header__menu-subtitle--margin {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .header__menu-subtitle--margin {
    margin-top: 32px;
  }
}
.header__menu-big {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  row-gap: 24px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .header__menu-big {
    grid-auto-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 767px) {
  .header__menu-big {
    grid-auto-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.header__menu-big-link {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.2s ease;
  opacity: 0.3;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .header__menu-big-link {
    font-size: 24px;
    opacity: 1;
  }
}
.header__menu-big-link:hover {
  opacity: 1;
}
.header__menu-grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__menu-grid {
    flex-direction: column;
    gap: 32px;
    display: none;
  }
}
.header__item {
  width: 216px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__item {
    width: 100%;
  }
}
.header__item-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 208px;
}
@media (max-width: 767px) {
  .header__item-links {
    max-width: 100%;
  }
}
.header__item-link {
  transition: 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.header__item-link:hover {
  color: #7949f4;
}
.header__products-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .header__products-links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.header__products-link {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.2s ease;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0);
  line-height: 36px;
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
}
.header__products-link svg {
  transition: 0.2s ease;
}
.header__products-link:hover {
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.16);
}
.header__products-link:hover svg {
  transform: rotate(45deg);
}
.header__directions-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__directions-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .header__directions-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.header__directions-link {
  display: flex;
  align-items: center;
  gap: 2px;
  transition: 0.2s ease;
  border-radius: 14px;
  background: #2f2f32;
  line-height: 28px;
  padding: 0 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}
.header__directions-link svg {
  transition: 0.2s ease;
  flex-shrink: 0;
}
.header__directions-link svg path {
  transition: 0.2s ease;
}
.header__directions-link:hover {
  color: #7949f4;
}
.header__directions-link:hover svg {
  transform: rotate(45deg);
}
.header__directions-link:hover svg path {
  fill: #7949f4;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .header__directions-link--full.hide {
    display: none;
  }
}
.header__directions-link--short {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .header__directions-link--short {
    display: block;
  }
}
.header [data-animate] {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease;
  transition-delay: 0s;
}
.header--active {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  backdrop-filter: blur(16px);
  padding-bottom: 0;
  z-index: 1001;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .header--active {
    position: fixed;
  }
}
.header--active .header__burger-icon:first-child {
  transform: rotate(45deg);
  top: 11px;
}
.header--active .header__burger-icon:last-child {
  transform: rotate(-45deg);
  bottom: 11px;
}
.header--active .header__nav,
.header--active .header__button {
  opacity: 0;
}
.header--active .header__menu {
  height: calc(100% - 56px);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .header--active .header__menu {
    padding-bottom: 40px;
  }
}
.header--active [data-animate] {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .header--active.has-delays .header__menu-title {
    transition-delay: 0.2s;
  }
}
.header--active.has-delays [data-animate="1"] {
  transition-delay: 0.2s;
}
.header--active.has-delays [data-animate="2"] {
  transition-delay: 0.25s;
}
.header--active.has-delays [data-animate="3"] {
  transition-delay: 0.3s;
}
.header--active.has-delays [data-animate="4"] {
  transition-delay: 0.35s;
}
.header--active.has-delays [data-animate="5"] {
  transition-delay: 0.4s;
}
.header--active.has-delays [data-animate="6"] {
  transition-delay: 0.45s;
}
@media (max-width: 767px) {
  .header--active.has-delays [data-animate="6"] {
    transition-delay: 0.2s;
  }
}
.header--active.has-delays [data-animate="7"] {
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .header--active.has-delays [data-animate="7"] {
    transition-delay: 0.4s;
  }
}
.header--active.has-delays [data-animate="8"] {
  transition-delay: 0.55s;
}
@media (max-width: 767px) {
  .header--active.has-delays [data-animate="8"] {
    transition-delay: 0.3s;
  }
}
@media (max-width: 767px) {
  .header--active .header__menu-title {
    opacity: 1;
    transform: translateY(0);
  }
}
.header--active .header__container {
  padding-bottom: 12px;
}
.header__search-icon {
  width: 20px;
  height: 20px;
  margin: 0 24px;
  cursor: pointer;
  position: relative;
}
.header__search-icon svg {
  transition: 0.2s ease;
}
.header__search-icon svg path {
  transition: 0.2s ease;
}
.header__search-icon:hover svg path {
  stroke: #A27DFF;
}
.header__search-icon:before, .header__search-icon:after {
  content: "";
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.2s ease;
  opacity: 0;
}
.header__search-icon:before {
  top: 8px;
}
.header__search-icon:after {
  bottom: 8px;
}
.header__search-icon:hover:before, .header__search-icon:hover:after {
  background-color: #A27DFF;
}
.header__search-wrapper {
  width: 100%;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  max-height: calc(100vh - 104px);
}
@media (max-width: 767px) {
  .header__search-wrapper {
    max-height: calc(100vh - 86px);
  }
}
.header__search-container {
  max-width: 936px;
  margin: 0 auto;
}
.header__search-query {
  position: relative;
  margin-bottom: 32px;
  margin-top: 44px;
}
.header__search-glass {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}
.header__search-input {
  width: 100%;
  border-radius: 32px;
  color: #ffffff;
  padding: 12px 90px 12px 52px;
  background-color: #2f2f32;
}
.header__search-input::-moz-placeholder {
  color: #8E8E8E;
}
.header__search-input::placeholder {
  color: #8E8E8E;
}
.header__search-reset {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 58px;
  opacity: 0;
  transition: 0.2s ease;
  cursor: pointer;
}
.header__search-reset svg path {
  transition: 0.2s ease;
}
.header__search-reset:hover svg path {
  fill: #7949f4;
}
.header__search-process {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s ease;
  opacity: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7949f4;
  border-radius: 50%;
  cursor: pointer;
}
.header__search-process svg {
  transition: 0.2s ease;
}
.header__search-process:hover {
  background-color: #4514c2;
}
.header__search-process:hover svg {
  transform: translateX(2px);
}
.header__search-title {
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.header__search-popular {
  width: 100%;
}
.header__search-popular_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header__search-popular_item {
  border-radius: 14px;
  background-color: #222222;
  transition: 0.2s ease;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  color: #8E8E8E;
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
}
.header__search-popular_item:hover {
  color: #ffffff;
}
.header__search-row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header__search-row {
    flex-direction: column;
    gap: 32px;
  }
}
.header__search-personal {
  width: 100%;
}
.header__search-personal_items {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .header__search-personal_items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.header__search-personal_item {
  line-height: 150%;
  transition: 0.2s ease;
  color: #ffffff;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.header__search-personal_item:hover {
  color: #7949f4;
}
.header__search-pages {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.header__search-pages-wrapper {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__search-pages .header__search-page_image {
    width: 138px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .header__search-pages {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.header__search-page {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .header__search-page {
    flex-direction: column;
  }
}
.header__search-page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__search-page_datetime {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #000000;
}
.header__search-page_datetime img {
  height: 16px;
  width: 16px;
}
.header__search-page_image {
  width: 216px;
  height: 132px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header__search-page_image {
    height: 200px;
    width: 100%;
  }
}
.header__search-page_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__search-page_tag {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  background: #B49CF4;
  color: #000000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header__search-page_name {
  line-height: 150%;
  display: block;
  transition: 0.2s ease;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
@media (max-width: 1023px) {
  .header__search-page_name {
    -webkit-line-clamp: none;
    text-overflow: unset;
    line-clamp: none;
  }
}
.header__search-page_name span,
.header__search-page_name b {
  font-weight: 400;
  color: #7949f4;
}
.header__search-page_text {
  margin-top: 8px;
  display: block;
  line-height: 150%;
}
.header__search-page_text span,
.header__search-page_text b {
  font-weight: 400;
  color: #7949f4;
}
.header__search-page:hover .header__search-page_name {
  color: #7949f4;
}
.header__search-suggests {
  display: none;
  margin-bottom: 32px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 50%;
}
@media (max-width: 767px) {
  .header__search-suggests {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 100%;
  }
}
.header__search-suggests span {
  color: #7949f4;
}
.header__search-suggests--active {
  display: grid;
}
.header__search-suggest {
  transition: 0.2s ease;
  cursor: pointer;
  line-height: 150%;
  width: -moz-fit-content;
  width: fit-content;
}
.header__search-suggest:hover {
  color: #7949f4;
}
.header__search-count {
  font-weight: 600;
  line-height: 150%;
  color: #8E8E8E;
  margin-bottom: 32px;
}
.header__search-tags {
  display: flex;
  background-color: #000000;
  border-radius: 32px;
  margin-bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1023px) {
  .header__search-tags {
    overflow: auto;
    max-width: 100%;
  }
}
.header__search-tag {
  cursor: pointer;
  line-height: 42px;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 24px;
  background-color: transparent;
  transition: 0.2s ease;
  white-space: nowrap;
}
.header__search-tag:hover, .header__search-tag--active {
  background-color: #222222;
}
.header__search-tag--active {
  cursor: default;
  background-color: #2f2f32;
}
.header__search-info {
  display: flex;
  gap: 24px;
}
.header__search-form {
  width: 336px;
  flex-shrink: 0;
  color: #000000;
}
.header__search-form .content__helpful-search {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__search-form .content__helpful-search {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .header__search-form {
    width: 216px;
  }
}
@media (max-width: 1023px) {
  .header__search-form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__search-form .content__helpful {
    padding-left: 244px;
  }
  .header__search-form .content__helpful:before {
    top: -100px;
    left: -100px;
  }
  .header__search-form .content__helpful:after {
    bottom: -150px;
    right: -150px;
  }
  .header__search-form .content__helpful .button {
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__search-form .content__helpful-top {
    display: none;
  }
  .header__search-form .content__helpful-bottom {
    display: none;
  }
}
.header__search-tiles {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.header__search-tiles .header__search-page {
  position: relative;
}
.header__search-tiles .header__search-page:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.header__search-tiles .header__search-page:last-child:after {
  display: none;
}
@media (max-width: 1023px) {
  .header__search-tiles .header__search-page:nth-child(3):after {
    display: none;
  }
}
.header__search-empty {
  display: none;
}
.header__search-empty_list {
  display: flex;
  gap: 24px;
}
.header__search-empty_item {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  transition: 0.2s ease;
}
.header__search-empty_item:hover {
  color: #7949f4;
}
.header__search-more {
  display: none;
  transition: 0.2s ease;
  cursor: pointer;
  margin-top: 32px;
}
.header__search-more:hover {
  color: #7949f4;
}
.header__search-result {
  display: none;
}
.header__search-preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  display: none;
}
.header__search-preloader--active {
  display: block;
}
.header__search-preloader .general__loader {
  display: block;
}
.header--search {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 40px 0 rgba(78, 63, 116, 0.12);
  backdrop-filter: blur(16px);
  z-index: 1001;
  height: auto;
  transition: none;
}
.header--search .header__container {
  padding-bottom: 12px;
}
.header--search .header__search-icon svg {
  opacity: 0;
}
.header--search .header__search-icon:before,
.header--search .header__search-icon:after {
  opacity: 1;
}
.header--search .header__search-icon:before {
  transform: rotate(45deg);
  top: 9px;
}
.header--search .header__search-icon:after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header--search .header__search-wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: none;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .header--search .header__search-wrapper {
    padding-bottom: 48px;
  }
}

.header__search-form--moved .content__helpful {
  display: block;
}

.footer {
  padding: 40px 0;
  background-color: #131313;
  color: #ffffff;
}
.footer__section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #8E8E8E;
}
@media (max-width: 767px) {
  .footer__section {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer__row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .footer__row--change .footer__column {
    flex: 0 0 calc(16.666666% - 18px);
  }
  .footer__row--change .footer__column--address {
    flex: 0 0 calc(50% - 18px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__row--change .footer__column {
    flex: 0 0 calc(16.666666% - 18px);
  }
  .footer__row--change .footer__column--address {
    flex: 0 0 calc(50% - 18px);
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__row--main {
    flex-wrap: wrap;
  }
  .footer__row--main .footer__column {
    flex: 0 0 calc(50% - 12px);
  }
}
.footer__column {
  flex: 0 0 calc(25% - 18px);
}
@media (max-width: 767px) {
  .footer__column--address {
    margin: 32px 0;
  }
}
.footer__head {
  color: #8E8E8E;
  margin-bottom: 16px;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .footer__head {
    padding: 24px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #8E8E8E;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__head svg {
  display: none;
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .footer__head svg {
    display: block;
  }
}
.footer__head--active svg {
  transform: rotate(180deg);
}
.footer__head--active {
  border-bottom: transparent;
}
.footer__block {
  margin-bottom: 56px;
}
.footer__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__block {
    margin-bottom: 0;
  }
}
.footer__links {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer__links {
    display: none;
  }
}
.footer__link {
  color: #ffffff;
  transition: 0.2s ease;
}
.footer__link:hover {
  color: #7949f4;
}
.footer__link--external {
  position: relative;
  display: inline;
}
.footer__link--external svg {
  display: inline;
  margin-left: 8px;
  transition: 0.2s ease;
}
.footer__link--external svg path {
  transition: 0.2s ease;
}
.footer__link--external:hover svg {
  transform: rotate(45deg);
}
.footer__link--external:hover svg path {
  fill: #7949f4;
}
@media (max-width: 767px) {
  .footer__link {
    display: block;
    margin-top: 16px;
  }
  .footer__link:first-child {
    margin-top: 0;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .footer__contacts {
    gap: 12px;
  }
}
.footer__contact {
  position: relative;
  padding-left: 24px;
}
.footer__icon {
  position: absolute;
  top: 4px;
  left: 0;
}
.footer__email, .footer__phone {
  transition: 0.2s ease;
}
.footer__email:hover, .footer__phone:hover {
  color: #7949f4;
}
.footer__about {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 1476px) {
  .footer__about {
    flex-direction: column;
    position: relative;
  }
}
.footer__about a {
  transition: 0.2s ease;
  text-decoration: underline;
}
.footer__about a:hover {
  color: #7949f4;
  text-decoration: none;
}
.footer__info {
  flex: 0 0 calc(30% - 18px);
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__info {
    order: 2;
  }
}
.footer__legal {
  flex: 0 0 calc(45% - 18px);
}
@media (max-width: 1476px) {
  .footer__legal {
    padding-left: 70px;
    margin-top: -20px;
  }
  .footer__legal br {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__legal {
    order: 3;
    padding-left: 0;
    margin-top: 0;
  }
  .footer__legal br {
    display: block;
  }
}
.footer__socials {
  flex: 0 0 calc(25% - 18px);
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .footer__socials {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__socials {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .footer__socials {
    order: 1;
    padding-bottom: 32px;
    border-bottom: 1px solid #8E8E8E;
  }
}
.footer__social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social:hover {
  background-color: #7949f4;
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .footer__costs {
    position: absolute;
    top: 22px;
    left: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__costs {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1476px) {
  .footer__cookie {
    display: inline-block;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__cookie {
    position: absolute;
    right: 0;
    top: 22px;
  }
}