*,*:before,*:after{box-sizing:border-box}:root{--accent-color: #2d40ae;--accent-hover-color: #4253b6;--accent-light-color: #5766be;--accent-dark-color: #24338b;--black-color: #000;--white-color: #fff;--purple-color: #c9d7fb;--purple-color-dark: #3c4059;--error-red-color: #dc3737;--fill-dark-color: #393939;--fill-grey-color: #f6f6f6;--stroke-grey-color: #393939;--stroke-light-grey-color: #dcdcdc;--text-grey-color: #404040;--text-middle-grey-color: #1e1e1e;--text-light-grey-color: #dcdcdc;--line: #e6e8ee;--alt: #f5f7fb;--navy-color: #0d1126;--blue-bright-color: #2a4bff;--grey-900-color: #1a1a1a;--grey-850-color: #2a2a2a;--grey-600-color: #575757;--grey-550-color: #5f5e5a;--grey-500-color: #888;--container: 1240px;--container-small: 1140px;--header-height: 64px;--padding: 15px;--radius: 14px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 18px;--shadow: 0 12px 34px rgba(16, 24, 40, .1);--z-index-shadow: 2;--z-index-main: 3;--z-index-sticky-cta: 99;--z-index-header: 100;--z-index-menu: 100;--z-index-blur: 999;--z-index-modal: 1000;--z-index-dropdown: 20;--z-index-panel: 1010;--z-index-panel-toggle: 1011;--z-index-progress: 1020;--z-index-lightbox: 1030;--scroll-width: 4px}@media (min-width: 1270px){:root{--header-height: 70px}}@media (min-width: 1750px){:root{--container: 1720px;--container-small: 1440px}}::-moz-selection{background-color:var(--accent-color);color:var(--white-color)}::selection{background-color:var(--accent-color);color:var(--white-color)}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scrollbar-gutter:stable}body{margin:0;display:flex;justify-content:flex-start;flex-direction:column;width:100%;min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:var(--black-color);background:var(--white-color);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.is-fixed{overflow:hidden;padding-right:var(--scroll-width)}.scrollbar::-webkit-scrollbar{width:var(--scroll-width)}.scrollbar::-webkit-scrollbar-track{background:var(--fill-grey-color);border-radius:var(--radius)}.scrollbar::-webkit-scrollbar-thumb{background:var(--accent-light-color);border-radius:var(--radius);background-clip:content-box}.main{flex:1 0 auto}.footer{flex:0 0 auto}.footer-socials{padding-top:15px}@media (min-width: 1270px){.footer-socials{padding-top:0}}.container{max-width:calc(var(--container) + var(--padding) * 2);width:100%;margin:0 auto;padding:0 var(--padding)}.container_small{max-width:calc(var(--container-small) + var(--padding) * 2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.inner-page{margin-top:var(--header-height);padding-top:8px}img{max-width:100%;height:auto}ul:not(.list){list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}h1,.h1{font-size:28px;font-weight:400;line-height:1.2}@media (min-width: 1270px){h1,.h1{font-size:50px}}@media (min-width: 1750px){h1,.h1{font-size:60px}}h2,.h2{font-size:22px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h2,.h2{font-size:40px;font-weight:500;line-height:1.2}}@media (min-width: 1750px){h2,.h2{font-size:48px}}h3,.h3{font-size:18px;font-weight:500;line-height:1.4}@media (min-width: 1270px){h3,.h3{font-size:24px}}@media (min-width: 1750px){h3,.h3{font-size:32px}}h4,.h4{font-size:14px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h4,.h4{font-size:24px;font-weight:500}}h5,h6,.h5,.h6{font-size:12px;font-weight:400;line-height:1.4}@media (min-width: 1270px){h5,h6,.h5,.h6{font-size:14px}}@media (min-width: 1750px){h5,h6,.h5,.h6{font-size:16px}}.section-subtitle{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;font-weight:400;color:var(--accent-color)}.section-subtitle.white{color:var(--white-color)}.section-subtitle:before{content:"";margin-left:8px;display:block;width:8px;height:8px;flex:0 0 auto;background:currentColor;border-radius:1px;animation:mfs-badge-blink 1.4s ease-in-out infinite}@media (min-width: 1750px){.section-subtitle{font-size:16px}}.p1{font-size:16px}@media (min-width: 1750px){.p1{font-size:18px}}a{color:inherit;text-decoration:none}em.mark{position:relative;font-style:normal;color:var(--white-color);background-size:0 100%;background-repeat:no-repeat;background-image:linear-gradient(0,var(--accent-color),var(--accent-color));animation:fillColor 1s forwards}button{background:none;border:none;padding:0;cursor:pointer}.blur-up{filter:blur(5px);transition:filter .4s;overflow:hidden}.blur-up.lazyloaded{filter:blur(0)}.blur-overlay{position:fixed;inset:0;backdrop-filter:blur(5px);background:#0000001a;z-index:var(--z-index-blur);pointer-events:none}.blur-overlay_menu{z-index:calc(var(--z-index-menu) - 1);pointer-events:all}.js-reveal{opacity:0;transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal[data-anim=up]{transform:translateY(40px)}.js-reveal[data-anim=down]{transform:translateY(-80px)}.js-reveal[data-anim=left]{transform:translate(-40px)}.js-reveal[data-anim=right]{transform:translate(40px)}.js-reveal.is-in{opacity:1;transform:none}.js-reveal-group>.js-reveal-item{opacity:0;transform:translate(-60px);transition:transform .6s cubic-bezier(.33,1,.68,1),opacity .6s cubic-bezier(.33,1,.68,1)}.js-reveal-group>.js-reveal-item.is-in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.js-reveal,.js-reveal-group>.js-reveal-item{transition:none;opacity:1;transform:none}}.reveal-css{opacity:0;animation:mfs-reveal-fade .6s ease .05s forwards;will-change:opacity}@keyframes mfs-reveal-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.reveal-css{animation:none;opacity:1}}.text-highlight em{font-style:normal;color:currentColor;background-image:linear-gradient(var(--accent-color),var(--accent-color));background-repeat:no-repeat;background-position:left;background-color:transparent;background-size:0% 100%;transition:background-size .9s ease,color .9s ease}.text-highlight.is-animated em{background-size:100% 100%;color:var(--white-color)}.svg-icon{display:inline-flex;justify-content:center;align-items:center;position:relative}.dot{display:inline-flex;width:9px;height:9px;border-radius:50%;background-color:var(--accent-color)}.link{text-decoration:none;transition:all .25s}@media (hover: hover){.link:hover{color:var(--accent-color)}}.pill{display:inline-flex;align-items:center;padding:12px;border-radius:50rem;border:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.pill{padding:12px 16px}}.pill.is-active{background-color:var(--accent-color);color:var(--white-color);pointer-events:none}.pill__count{display:inline-flex}.tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0a142859;color:var(--white-color);font-size:12px;font-weight:700;backdrop-filter:blur(6px)}.tag--filled{background:var(--accent-color);border-color:#ffffff26}.text-muted{color:var(--text-grey-color)}.color-primary{color:var(--accent-color)}.author{display:inline-flex;align-items:center;gap:12px}.author__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#d7dbff,#f2f4ff);border:1px solid var(--line);overflow:hidden}.author__info{display:flex;flex-direction:column}.author__name{font-size:16px;font-weight:500}@media (min-width: 1750px){.author__name{font-size:18px}}.author__text{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.author__text{font-size:16px}}.scroll-snap{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}@keyframes fillColor{0%{background-size:0 100%}to{background-size:100% 100%}}.client-context__info a,.business-challenge__info a,.strategic-cgi__info a,.marketing-sales__info a,.production-process-item__desc a,.key-visuals-item__desc a,.faq-item__answer-inner a,html.single-success-stories .wp-block-paragraph a{color:var(--accent-color);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.client-context__info a:hover,.business-challenge__info a:hover,.strategic-cgi__info a:hover,.marketing-sales__info a:hover,.production-process-item__desc a:hover,.key-visuals-item__desc a:hover,.faq-item__answer-inner a:hover,html.single-success-stories .wp-block-paragraph a:hover{text-decoration:none;opacity:.8}html.single-success-stories main>.wp-block-paragraph{max-width:1750px;margin-inline:auto;padding:24px 15px 48px}.btn-main{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;background-color:var(--accent-color);border-radius:2px;transition:background-color .3s ease,color .3s ease}.btn-main:disabled{cursor:default}.btn-main:not(:disabled):hover,.btn-main:not(:disabled):active{background-color:var(--accent-light-color)}.btn-main:disabled{background-color:var(--fill-dark-color)}.btn-main.fill{width:100%}.btn-secondary{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--white-color);border-radius:2px;background-color:transparent;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary:disabled{cursor:default}.btn-secondary:not(:disabled):hover,.btn-secondary:not(:disabled):active{background-color:var(--white-color);color:var(--black-color)}.btn-secondary:not(:disabled):active{border-color:var(--black-color)}.btn-secondary:disabled{border-color:var(--stroke-grey-color);color:var(--stroke-grey-color)}.btn-secondary.fill{width:100%}.btn-secondary-black{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:42px;font-size:14px;font-weight:500;border:1px solid var(--black-color);border-radius:2px;background-color:transparent;color:var(--black-color);transition:background-color .3s ease,border-color .3s ease,color .3s ease}.btn-secondary-black:disabled{cursor:default}.btn-secondary-black:not(:disabled):hover,.btn-secondary-black:not(:disabled):active{background-color:var(--black-color);color:var(--white-color)}.btn-secondary-black:disabled{border-color:var(--stroke-light-grey-color);color:var(--text-light-grey-color)}.btn-secondary-black.fill{width:100%}.btn-cta{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:-moz-fit-content;width:fit-content;min-width:182px;padding-inline:20px;line-height:44px;font-size:14px;font-weight:500;color:var(--accent-color);background-color:var(--white-color);border-radius:1px;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}.btn-cta:disabled{cursor:default}.btn-cta.black-color{color:var(--black-color)}.btn-cta.fill{width:100%}.btn-cta:not(:disabled):hover{box-shadow:2px 2px 10px #bac0e3}.btn-cta:disabled{background-color:var(--fill-dark-color);color:var(--text-light-grey-color)}.header{height:var(--header-height);position:fixed;top:0;left:0;right:0;z-index:var(--z-index-header);transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.header.is-black,.header.is-scrolled{background-color:#0d11266b;backdrop-filter:blur(32px) saturate(185%);border-bottom-color:#ffffff1f;box-shadow:inset 0 1px #ffffff1a}.header.is-tablet-menu{position:fixed;background-color:transparent;width:100%;pointer-events:none}.header.is-tablet-menu.is-black{background-color:transparent}.header.is-tablet-menu .logo{display:none}.header.is-tablet-menu .header__menu-btn{margin-left:auto;display:none;pointer-events:all}.header.is-tablet-menu .menu{display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px;height:100dvh;width:420px;padding:40px;overflow-y:auto;overflow-x:hidden;position:absolute;inset:0 0 0 auto;background-color:var(--fill-grey-color);pointer-events:all}.header.is-tablet-menu .menu__list{flex-direction:column;align-items:stretch;gap:0;height:auto}.header.is-tablet-menu .menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color);height:auto;display:block}.header.is-tablet-menu .menu__list>li>a,.header.is-tablet-menu .menu__list>li>span{color:var(--black-color);font-size:14px;gap:4px}.header.is-tablet-menu .menu__list>li:first-child{padding-top:0}.header.is-tablet-menu .menu-item-has-children>a:after,.header.is-tablet-menu .menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}.header.is-tablet-menu .menu-item-has-children>span:before{display:none}.header.is-tablet-menu .menu-item-has-children.is-active .menu__submenu{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu{position:static;top:auto;left:auto;right:auto;max-height:none;max-width:none;margin:0;overflow:visible;opacity:1;visibility:visible}.header.is-tablet-menu .menu-item-has-children .menu__submenu>ul{flex-direction:column;flex-wrap:nowrap;gap:20px;padding:20px 0 0;background-color:transparent;border-radius:0;opacity:1;transform:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.header.is-tablet-menu .menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul{gap:20px}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:block}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:none}.header.is-tablet-menu .menu-item-has-children .menu__submenu.company{position:static;left:auto;transform:none;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px;width:100%}.header.is-tablet-menu .menu__submenu>ul>li>ul.services{grid-template-columns:none}.header.is-tablet-menu .menu__submenu>ul>li>ul>li{padding:0;border-left:none}.header.is-tablet-menu .btn-main.menu__cta{display:block;width:100%;margin:0 auto}.header.is-tablet-menu .menu__big-links:not(.company){display:flex}.header.is-tablet-menu .menu__big-link{padding:0;border-top:none}.header.is-tablet-menu .menu__big-link:not(:first-child){border-top:none}.header.is-tablet-menu .menu__desktop-container,.header.is-tablet-menu .menu__desktop-links,.header.is-tablet-menu .menu__desktop-link,.header.is-tablet-menu .menu-desktop-links__download{display:none}.header.is-tablet-menu .menu .menu-catalog,.header.is-tablet-menu .menu__post-items,.header.is-tablet-menu .menu .menu__post-item{display:flex}.header.is-tablet-menu .menu-item-has-children .menu__submenu.resources .menu__icons{display:flex;width:100%;flex:none}.header.is-tablet-menu .menu__post-items{grid-template-columns:1fr;gap:12px}.header.is-tablet-menu .menu .menu__post-item{position:static;z-index:auto;height:auto;padding:0;flex-direction:row;align-items:center;border-radius:0}.header.is-tablet-menu .menu .menu__post-item:after{display:none}.header.is-tablet-menu .menu .menu__post-item.resources p{display:block}.header.is-tablet-menu .menu .menu__post-item img,.header.is-tablet-menu .menu .menu__post-item video{position:static;width:100px;height:58px;border-radius:2px}.header.is-tablet-menu .menu .menu__post-item p{color:inherit;pointer-events:auto}.header.is-tablet-menu .menu .menu__post-item .menu__video{display:none}.header.is-tablet-menu .menu .menu-catalog{margin-top:30px;width:100%;flex:none;align-self:auto;justify-self:auto}.header.is-opened{background-color:#0d1126d9;backdrop-filter:blur(20px) saturate(150%)}.header.is-opened .header__menu-btn .burger{display:none}.header.is-opened .header__menu-btn .close,.header.is-opened .menu{display:flex}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .logo,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .burger{filter:invert(1);transition:filter .3s ease}@media (min-width: 1270px){.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span{color:var(--black-color)}.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>a:after,.header_white:not(.is-opened):not(.is-scrolled):not(.is-black) .menu__list>li>span:after{background-image:url(../img/icons/arrow-down-menu-black.svg)}}.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{--size: 44px;width:var(--size);height:var(--size)}.header__logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__menu-btn{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:center}.header__menu-btn:disabled{cursor:default}.header__menu-btn svg{width:24px;height:24px}.header__menu-btn .burger{display:flex}.header__menu-btn .close{display:none}@media (min-width: 1270px){.header__menu-btn{display:none;width:44px;height:44px;border-radius:2px;background-color:var(--black-color);transition:background-color .3s ease}.header__menu-btn:hover{background-color:#191919}.header__menu-btn:active{background-color:#333}}@media (min-width: 1750px){.header__menu-btn{display:none}}.menu{display:none;flex-direction:column;gap:20px;height:calc(100dvh - var(--header-height));padding:30px 15px;overflow-y:auto;overflow-x:hidden;position:absolute;top:var(--header-height);left:0;right:0;background-color:var(--white-color)}@media (min-width: 1270px){.menu{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:25px;height:100%;padding:0;overflow:initial;position:static;background-color:transparent}}@media (min-width: 1750px){.menu{gap:45px}}.menu__list{display:flex;flex-direction:column}.menu__list>li{padding:20px 0;border-bottom:1px solid var(--stroke-light-grey-color)}.menu__list>li>a,.menu__list>li>span{color:var(--black-color);font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:4px}.menu__list>li:first-child{padding-top:0}@media (min-width: 1270px){.menu__list{flex-direction:row;align-items:center;gap:0;height:100%}.menu__list>li{padding:0 15px;border-bottom:none;height:100%;display:flex;align-items:center}.menu__list>li>a,.menu__list>li>span{color:var(--white-color);font-size:14px;line-height:20px;text-shadow:0 1px 2px rgba(0,0,0,.28);gap:0}}.menu-item-has-children{position:relative}.menu-item-has-children.is-active .menu__submenu{display:block;pointer-events:all}.menu-item-has-children.is-active .menu__submenu>ul{opacity:1;transform:none}.menu-item-has-children.is-active>a:after,.menu-item-has-children.is-active>span:after{transform:rotate(180deg)}.menu-item-has-children>a,.menu-item-has-children>span{cursor:pointer}.menu-item-has-children>a:after,.menu-item-has-children>span:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-down-menu-black.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .3s ease;transform-origin:center}@media (min-width: 1270px){.menu-item-has-children>a:after,.menu-item-has-children>span:after{background-image:url(../img/icons/arrow-down-menu.svg)}.menu-item-has-children>span{position:relative}.menu-item-has-children>span:before{content:"";display:block;height:1px;width:36px;left:0;position:absolute;bottom:0;background:var(--white-color);transition:transform .3s;transform:scale3d(0,1,1);transform-origin:100% 50%}.menu-item-has-children.is-active .menu__submenu{opacity:1;visibility:visible}.menu-item-has-children.is-active>span:before{transform-origin:0% 50%;transition-timing-function:ease;transform:scaleZ(1)}}.menu-item-has-children .menu__submenu{display:none}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:column;gap:20px;padding-top:20px}.menu-item-has-children .menu__submenu>ul>li{width:100%}@media (min-width: 1270px){.menu-item-has-children .menu__submenu{position:fixed;top:var(--header-height);left:0;right:0;max-height:calc(100dvh - var(--header-height) - 20px);max-width:var(--container);margin:0 auto;display:block;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .6s ease}.menu-item-has-children .menu__submenu>ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;padding:30px 40px;background-color:var(--white-color);border-radius:0 0 1px 1px;opacity:0;transition:opacity .6s ease}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex}.menu-item-has-children .menu__submenu.our_works>ul{gap:20px}.menu-item-has-children .menu__submenu.our_works>ul>li:first-child,.menu-item-has-children .menu__submenu.our_works>ul>li:nth-child(2){display:none}.menu-item-has-children .menu__submenu.resources>ul{gap:20px}.menu-item-has-children .menu__submenu.resources>ul>li{width:auto}.menu-item-has-children .menu__submenu.resources>ul>li:first-child{display:none}.menu-item-has-children .menu__submenu.resources>ul>li:last-child{flex:1 1 auto}.menu-item-has-children .menu__submenu.company{position:absolute;left:50%;right:auto;transform:translate(-50%);width:214px}.menu-item-has-children .menu__submenu.company>ul{padding:13px 30px}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu>ul{padding:40px 60px}.menu-item-has-children .menu__submenu.with-cta>ul>li{display:flex;gap:50px}.menu-item-has-children .menu__submenu.our_works>ul{gap:30px}.menu-item-has-children .menu__submenu.resources>ul{gap:30px}.menu-item-has-children .menu__submenu.company>ul{padding:23px 30px}}.menu__submenu>ul>li>ul{margin-top:30px;display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.menu__submenu>ul>li>ul{margin-top:0;flex:1 1 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:100%;position:relative}.menu__submenu>ul>li>ul.services{grid-template-columns:repeat(5,1fr)}.menu__submenu>ul>li>ul>li{padding:0 20px;display:flex;flex-direction:column}.menu__submenu>ul>li>ul>li:first-child{padding-left:0}.menu__submenu>ul>li>ul>li:not(:first-child):not(.menu__desktop-container){border-left:1px solid var(--stroke-light-grey-color)}}.menu__submenu>ul>li>ul strong{display:block;font-weight:500;font-size:14px;color:var(--accent-color)}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong a{transition:color .3s ease}.menu__submenu>ul>li>ul strong a:hover,.menu__submenu>ul>li>ul strong a:active{color:var(--accent-dark-color)}}.menu__submenu>ul>li>ul strong+ul{margin-top:15px}@media (min-width: 1270px){.menu__submenu>ul>li>ul strong+ul{margin-top:20px}}.menu__submenu>ul>li>ul ul{display:flex;flex-direction:column;gap:15px;height:100%}.menu__submenu>ul>li>ul ul a,.menu__submenu>ul>li>ul ul span{color:var(--text-grey-color);font-size:14px}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul a{display:block;transition:color .3s ease}.menu__submenu>ul>li>ul ul a:hover,.menu__submenu>ul>li>ul ul a:active{color:var(--black-color)}}.btn-main.menu__cta{margin:0 auto;width:100%}@media (min-width: 1270px){.btn-main.menu__cta{display:block;width:auto;min-width:126px}}.menu__big-links{display:flex;flex-direction:column;gap:20px;width:100%}.menu__big-links.company{padding:16px;background-color:var(--fill-grey-color);border-radius:2px}@media (min-width: 1270px){.menu__big-links{gap:0}.menu__big-links:not(.company){display:none}.menu__big-links.company{padding:0;background-color:transparent;border-radius:0}}.menu__big-link{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:var(--text-middle-grey-color)}.menu__big-link:after{content:"";flex:0 0 auto;width:16px;height:16px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}@media (min-width: 1270px){.menu__big-link{padding:14px 0;gap:15px;font-size:14px;background:transparent;transition:color .3s ease}.menu__big-link:not(:first-child){border-top:1px solid var(--stroke-light-grey-color)}.menu__big-link:hover{color:var(--accent-color)}.menu__big-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__big-link{padding:14px 0;font-size:16px}}span.menu__big-link{color:silver}span.menu__big-link:after{background-image:url(../img/icons/arrow-right-menu-grey.svg)}@media (min-width: 1270px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:500px;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:30px;padding-right:20px;border-right:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1750px){.menu-item-has-children .menu__submenu.resources .menu__icons{width:699px;padding-right:30px}}.menu__icons-links{display:flex;flex-direction:column;gap:12px;width:100%}.menu__icons-links>*{padding-bottom:12px;border-bottom:1px solid var(--stroke-light-grey-color)}@media (min-width: 1270px){.menu__icons-links{gap:15px}.menu__icons-links>*{padding-bottom:15px}}.menu__icons-link{display:grid;grid-template-columns:24px auto;gap:4px 16px}@media (min-width: 1270px){.menu__icons-link{gap:4px 0;grid-template-columns:auto 24px}}.menu__icons-link svg{margin-top:5px;grid-row:1/3}.menu__icons-link svg path{fill:var(--accent-color)}@media (min-width: 1270px){.menu__icons-link svg{margin-top:0;grid-row:1/3;grid-column:2;align-self:center}.menu__icons-link svg path{transition:fill .3s ease}}.menu__icons-link strong{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu__icons-link strong{color:var(--accent-color)}}@media (min-width: 1750px){.menu__icons-link strong{font-size:16px}}.menu__icons-link span{grid-column:2;color:var(--text-grey-color);font-size:12px}@media (min-width: 1270px){.menu__icons-link span{grid-column:1;font-size:12px}}@media (min-width: 1750px){.menu__icons-link span{font-size:14px}}@media (min-width: 1270px){a.menu__icons-link strong{transition:color .3s ease}a.menu__icons-link:hover strong,a.menu__icons-link:active strong{color:var(--accent-dark-color)}a.menu__icons-link:hover svg path,a.menu__icons-link:active svg path{fill:var(--accent-dark-color)}}.menu .menu-catalog{margin-top:30px;border-radius:4px;overflow:hidden}@media (min-width: 1270px){.menu .menu-catalog{margin-top:0;width:200px;flex:0 0 auto;align-self:flex-end;justify-self:flex-end;display:flex;flex-direction:column}}@media (min-width: 1750px){.menu .menu-catalog{width:237px}}.menu .menu-catalog img{display:block;width:100%;height:150px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px}@media (min-width: 1270px){.menu .menu-catalog img{height:130px;flex:0 0 auto}}.menu .menu-catalog__info{padding:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;background:var(--fill-grey-color)}@media (min-width: 1750px){.menu .menu-catalog__info{flex:0 0 auto}}.menu .menu-catalog__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;font-size:16px;color:var(--accent-color);border-bottom:1px solid currentColor}.menu .menu-catalog__download:disabled{cursor:default}@media (min-width: 1270px){.menu .menu-catalog__download{font-size:14px}}@media (min-width: 1750px){.menu .menu-catalog__download{font-size:16px}}.menu .menu-catalog__title{text-transform:uppercase;font-size:18px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog__title{font-size:16px}}@media (min-width: 1750px){.menu .menu-catalog__title{font-size:18px}}.menu .menu-catalog p:not(.menu-catalog__title){color:var(--text-grey-color);font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:12px}}@media (min-width: 1750px){.menu .menu-catalog p:not(.menu-catalog__title){font-size:14px}}.menu__post-items{display:grid;gap:12px}@media (min-width: 1270px){.menu__post-items{grid-template-columns:repeat(3,1fr);gap:20px}.menu__post-items.resources{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1750px){.menu__post-items{gap:30px}}.menu .menu__post-item{display:flex;align-items:center;gap:12px;overflow:hidden}@media (min-width: 1270px){.menu .menu__post-item{position:relative;z-index:2;height:200px;padding:15px;flex-direction:column;align-items:flex-start;justify-content:space-between;border-radius:4px}.menu .menu__post-item:not(.resources):after{content:"";position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;display:block;background:#0003;pointer-events:none}.menu .menu__post-item:not(.resources) p{pointer-events:none}.menu .menu__post-item.resources{height:180px}.menu .menu__post-item.resources p{display:none}.menu .menu__post-item.resources:hover img{transform:scale(1.05)}}@media (min-width: 1750px){.menu .menu__post-item{height:224px;padding:20px}.menu .menu__post-item.resources{height:224px}}.menu .menu__post-item img,.menu .menu__post-item video{flex:0 0 auto;width:100px;height:58px;-o-object-fit:cover;object-fit:cover;border-radius:2px}@media (min-width: 1270px){.menu .menu__post-item img,.menu .menu__post-item video{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;transition:transform .3s ease;border-radius:4px}}.menu .menu__post-item .menu__video{display:none}@media (min-width: 1270px){.menu .menu__post-item .menu__video{display:block}}.menu .menu__post-item p{font-size:14px;font-weight:500}@media (min-width: 1270px){.menu .menu__post-item p{font-size:16px;color:var(--white-color)}}@media (min-width: 1750px){.menu .menu__post-item p{font-size:18px}}.menu__desktop-container{display:none}@media (min-width: 1270px){.menu__desktop-container{display:flex;margin-top:auto}}.menu__desktop-links{display:none}@media (min-width: 1270px){.menu__desktop-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 1750px){.menu__desktop-links{gap:30px}}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:none}@media (min-width: 1270px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link,.menu__desktop-link{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--text-middle-grey-color);transition:color .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:after,.menu__desktop-link:after{content:"";flex:0 0 auto;width:24px;height:24px;background-image:url(../img/icons/arrow-right-menu.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:background-image .3s ease}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover,.menu__desktop-link:hover{color:var(--accent-color)}.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link:hover:after,.menu__desktop-link:hover:after{background-image:url(../img/icons/arrow-right-accent.svg)}}@media (min-width: 1750px){.menu__submenu>ul>li>ul ul .menu__desktop-container .menu__desktop-link img,.menu__desktop-link img{height:283px}}.menu-desktop-links__download{display:none}@media (min-width: 1270px){.menu-desktop-links__download{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:14px;font-weight:500;white-space:nowrap;color:var(--accent-color);transition:color .3s ease}.menu-desktop-links__download:disabled{cursor:default}.menu-desktop-links__download img{width:100%;height:206px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.menu-desktop-links__download span{border-bottom:1px solid currentColor;transition:border-color .3s ease}.menu-desktop-links__download:hover{color:var(--accent-dark-color)}.menu-desktop-links__download:hover span{border-color:transparent}}@media (min-width: 1750px){.menu-desktop-links__download img{height:283px}}.menu__submenu-footer{display:none}@media (min-width: 1270px){.menu__submenu-footer{display:block;flex:0 0 100%;width:100%;margin-top:24px;padding-top:20px;border-top:1px solid var(--stroke-light-grey-color)}}@media (min-width: 1270px){.menu__submenu-alllink{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;white-space:nowrap;color:var(--accent-color);transition:color .3s ease,gap .3s ease}.menu__submenu-alllink:after{content:"";flex:0 0 auto;width:20px;height:20px;background-image:url(../img/icons/arrow-right-accent.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.menu__submenu-alllink:hover{color:var(--accent-dark-color);gap:16px}}.socials{display:flex;justify-content:center;align-items:center;gap:8px}.socials a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;transition:background-color .3s ease}.socials a svg path{transition:fill .3s ease}@media (hover: hover){.socials a:hover{background-color:var(--accent-color)}.socials a:hover svg path{fill:var(--white-color)}}@media (min-width: 1270px){.socials a:active{background-color:var(--accent-dark-color)}.socials a:active svg path{fill:var(--white-color)}}.mfs-marquee{overflow:hidden}.mfs-marquee__track{display:flex;align-items:center;width:-moz-max-content;width:max-content;margin:0;padding:0;list-style:none;animation:mfs-marquee-x var(--mfs-marquee-dur, 45s) linear infinite;will-change:transform}.mfs-marquee__item{flex:0 0 auto}.mfs-marquee--reverse .mfs-marquee__track{animation-direction:reverse}.mfs-marquee:hover .mfs-marquee__track{animation-play-state:paused}@keyframes mfs-marquee-x{to{transform:translate(-50%)}}@keyframes mfs-marquee-y{to{transform:translateY(-50%)}}@media (prefers-reduced-motion: reduce){.mfs-marquee__track{animation:none}}.mfs-snap{position:relative}.mfs-snap__track{display:flex;gap:var(--mfs-snap-gap, 20px);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mfs-snap__track::-webkit-scrollbar{display:none}.mfs-snap__item{flex:0 0 auto;width:100%;scroll-snap-align:start}.mfs-snap__arrow[disabled]{opacity:.4;pointer-events:none}@media (prefers-reduced-motion: reduce){.mfs-snap__track{scroll-behavior:auto}}.hero-front{padding:calc(var(--header-height) + 30px) 0 20px;height:100dvh;min-height:900px;background:var(--black-color);color:var(--white-color);position:relative;overflow:hidden}.hero-front .container{height:100%;display:flex;flex-direction:column;gap:30px}@media (min-width: 1270px){.hero-front{padding:0;min-height:600px}.hero-front .container{flex-direction:row;align-items:center;gap:40px}}@media (min-width: 1750px){.hero-front .container{gap:29px}}.hero-front .hero-block__breadcrumbs{margin:0 0 16px}@media (min-width: 1270px){.hero-front .hero-block__breadcrumbs{position:absolute;top:calc(var(--header-height) + 16px);left:50%;transform:translate(-50%);width:100%;max-width:calc(var(--container-small) + var(--padding) * 2);padding:0 var(--padding);margin:0;z-index:3}}.hero__main.hero-front__main{margin:0;display:flex;flex-direction:column}.hero-front__titles{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.hero-front__subtitle{font-size:14px}@media (min-width: 1270px){.hero-front__subtitle{font-size:12px;display:flex;justify-content:center;align-items:center;padding:6px 12px;gap:8px;background:#151515;border:1px solid var(--text-grey-color);border-radius:1px}.hero-front__subtitle:before{content:"";display:block;width:7px;height:7px;background:var(--accent-color);border-radius:1px;animation:mfs-badge-blink 1.4s ease-in-out infinite}}.hero-front__desc{font-size:14px;color:var(--stroke-light-grey-color)}.hero-front__desc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.hero-front__desc li{position:relative;padding-left:16px}.hero-front__desc li:before{content:"";position:absolute;left:0;top:.62em;transform:translateY(-50%);width:7px;height:7px;background:var(--accent-color);border-radius:1px}@media (min-width: 1750px){.hero-front__desc{max-width:549px;font-size:18px}}.hero-front__sliders{display:flex;flex-direction:column;gap:10px;margin-left:calc(-1 * var(--padding));width:calc(100% + var(--padding) * 2)}@media (min-width: 1270px){.hero-front__sliders{margin:0 -55px 0 0;align-self:stretch;flex:0 0 auto;width:595px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:minmax(0,1fr);gap:20px;position:relative}.hero-front__sliders:before,.hero-front__sliders:after{content:"";position:absolute;left:0;right:0;z-index:2;display:block;height:90px;pointer-events:none}.hero-front__sliders:before{top:0;background:linear-gradient(180deg,var(--black-color) 16.35%,rgba(0,0,0,0) 100%)}.hero-front__sliders:after{bottom:0;background:linear-gradient(0deg,var(--black-color) 16.35%,rgba(0,0,0,0) 100%)}}@media (min-width: 1750px){.hero-front__sliders{margin-right:-140px;width:848px;gap:30px}}.hero-front__slider{min-height:0;overflow:hidden;container-type:inline-size}@media (min-width: 1270px){.hero-front__slider{height:100%;container-type:size}}.hero-front__marquee{--mfs-marquee-dur: 70s}.hero-front__marquee .mfs-marquee__track{animation-name:mfs-hero-pp-x;animation-timing-function:ease-in-out;animation-direction:alternate}.hero-front__marquee.mfs-marquee--reverse .mfs-marquee__track{animation-direction:alternate-reverse}.hero-front__marquee .mfs-marquee__item{height:177px;margin-right:10px}.hero-front__marquee .hero-front__slider-item,.hero-front__marquee .hero-front__slider-item img{width:auto;height:100%}@media (min-width: 1270px){.hero-front__marquee{height:100%}.hero-front__marquee .mfs-marquee__track{flex-direction:column;align-items:stretch;width:100%;height:-moz-max-content;height:max-content;animation-name:mfs-hero-pp-y}.hero-front__marquee .mfs-marquee__item{width:100%;height:auto;margin-right:0;margin-bottom:30px}.hero-front__marquee .hero-front__slider-item,.hero-front__marquee .hero-front__slider-item img{width:100%;height:auto}}.hero-front__slider-item{position:relative;display:flex;align-items:center;height:100%}.hero-front__slider-item img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:1px}@media (min-width: 1270px){.hero-front__slider-item img{border-radius:1px}}@media (min-width: 1750px){.hero-front__slider-item img{border-radius:1px}}.hero-front__slider-item img:nth-of-type(2),.hero-front__slider-item .hero-front__slider-hover{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .3s ease}@media (min-width: 1270px){.hero-front__slider-item img:nth-of-type(2),.hero-front__slider-item .hero-front__slider-hover{top:0;transform:none}}.hero-front__slider-item:hover img:nth-of-type(2),.hero-front__slider-item:hover .hero-front__slider-hover{opacity:1}@keyframes mfs-badge-blink{0%,80%,to{background-color:var(--accent-color)}88%{background-color:transparent}}.hero-front .text-highlight em,.hero-front .text-highlight.is-animated em{background-image:none;background-size:0 0;color:inherit}html.single-solutions .hero-front__slider.js-reveal{opacity:1!important}.hero-front__reveal{opacity:0;animation:hero-front-reveal .6s ease .05s forwards;will-change:opacity}@keyframes hero-front-reveal{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.hero-front__reveal{animation:none;opacity:1}}@keyframes mfs-hero-pp-x{to{transform:translate(calc(-100% + 100cqw))}}@keyframes mfs-hero-pp-y{to{transform:translateY(calc(-100% + 100cqh))}}.hero{padding:200px 0 19px;min-height:667px;background:var(--black-color);color:var(--white-color);position:relative}.hero:before{content:"";position:absolute;left:0;right:0;top:0;z-index:var(--z-index-shadow);height:103px;width:100%;background:linear-gradient(180deg,#00000080 -1.32%,#0000)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:var(--z-index-shadow);height:525px;width:100%;background:linear-gradient(0,var(--black-color) 39.51%,rgba(0,0,0,0) 100%)}@media (min-width: 1270px){.hero{padding:var(--header-height) 0;min-height:800px;display:flex;align-items:center}.hero:before{height:107px}.hero:after{right:auto;top:0;bottom:0;height:100%;width:1176px;background:linear-gradient(90deg,#000000a3 20.11%,#00000065 64.93%,#0000);-webkit-mask-image:linear-gradient(90deg,rgb(0,0,0) 20.11%,rgba(0,0,0,.6) 64.93%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,#000 20.11%,#0009 64.93%,#0000);backdrop-filter:blur(2px)}}@media (min-width: 1750px){.hero{min-height:900px}}.hero__media{position:absolute;left:0;top:0;right:0;z-index:0;height:100%}.hero__media picture{width:100%;height:100%;display:block}.hero__media img,.hero__media video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 1270px){.hero__media img,.hero__media video{-o-object-position:right;object-position:right}}.hero__media video{position:absolute;left:0;top:0;right:0;z-index:2}.hero__main{max-width:874px;position:relative;z-index:var(--z-index-main);display:flex;flex-direction:column;gap:20px}@media (min-width: 1270px){.hero__main{gap:30px}}.hero__main-info{display:flex;flex-direction:column;gap:20px}.hero__small-desc{font-size:14px;max-width:698px}@media (min-width: 1270px){.hero__small-desc{font-size:20px;font-weight:500}}@media (min-width: 1750px){.hero__small-desc{font-size:24px}}.hero__desc{font-size:14px}@media (min-width: 1270px){.hero__desc{font-size:16px;max-width:500px}}@media (min-width: 1750px){.hero__desc{max-width:549px}}.hero__list{display:flex;flex-direction:column;gap:10px;max-width:698px}.hero__list li{display:flex;gap:10px;align-items:center;font-size:16px}@media (min-width: 1750px){.hero__list li{font-size:18px}}.hero__reviews{display:flex;align-items:center}.hero__reviews>:first-child:after{content:"";width:0;height:15px;margin:0 10px;border-left:1px solid #b9b9b9;border-radius:200px}@media (min-width: 1750px){.hero__reviews>:first-child:after{margin:0 15px}}.review-item{display:flex;align-items:center;color:var(--white-color);font-size:14px}.review-item svg:first-child{margin-right:8px}@media (min-width: 1750px){.review-item{font-size:16px}.review-item svg:first-child{height:20px;width:auto}}.hero__btns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px}@media (min-width: 1270px){.hero__btns{grid-template-columns:repeat(2,182px)}}.hero__cta{position:relative;z-index:var(--z-index-sticky-cta);margin-top:30px;padding:10px;border:1px solid var(--stroke-light-grey-color);border-radius:1px;background:#0006;backdrop-filter:blur(2px);display:grid;grid-template-columns:repeat(2,1fr);gap:5px;width:100%}.hero__cta img,.hero__cta video{height:69px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:1px}.hero__cta .btn-main{padding:8px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}@media (min-width: 1270px){.hero__cta{width:225px;grid-template-columns:1fr;position:fixed;right:calc(50% - var(--container-small) / 2);bottom:80px}.hero__cta img,.hero__cta video{width:100%;height:86px}.hero__cta .btn-main{line-height:24px}}@media (min-width: 1750px){.hero__cta{bottom:100px}}.reviews-section{margin:100px 0;border-radius:1px;background-color:var(--fill-grey-color);padding:20px}@media (min-width: 1270px){.reviews-section{margin:180px 0;padding:30px;display:grid;grid-template-columns:1fr 205px;gap:20px}}@media (min-width: 1750px){.reviews-section{grid-template-columns:1fr 316px}}.reviews-section__nav{margin-top:40px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 1270px){.reviews-section__nav{display:none}}.reviews-section__nav .mfs-snap__dots{display:flex;gap:4px}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;width:8px;height:8px;flex:0 0 auto;border-radius:50px;background-color:var(--purple-color);transition:background-color .3s ease}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot:disabled{cursor:default}.reviews-section__nav .mfs-snap__dots .mfs-snap__dot[aria-current]{background-color:var(--accent-color)}.reviews-section__nav .mfs-snap__arrow--next{display:inline-block;margin:0;padding:0;border:none;font-family:inherit;white-space:nowrap;text-decoration:none;text-align:center;background:transparent;color:var(--white-color);cursor:pointer;color:var(--accent-color);font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.reviews-section__nav .mfs-snap__arrow--next:disabled{cursor:default}.reviews-section__main-slider{width:100%;max-width:100%;min-width:0}.reviews-section__thumb-slider{display:none}@media (min-width: 1270px){.reviews-section__thumb-slider{display:block}}.reviews-item{display:flex;flex-direction:column;width:100%}.reviews-item.expanded .reviews-item__review-text{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:initial}@media (min-width: 1270px){.reviews-item{flex-direction:row;gap:40px}}@media (min-width: 1750px){.reviews-item{gap:60px}}.reviews-item__date{position:absolute;right:0;top:0;font-size:12px;color:var(--text-grey-color)}@media (min-width: 1270px){.reviews-item__date{position:static;margin-bottom:auto;font-size:14px}}@media (min-width: 1750px){.reviews-item__date{font-size:16px}}.reviews-item__review{margin-bottom:15px;font-size:18px;font-weight:500;color:var(--text-grey-color)}.reviews-item__review svg{display:block;width:42px;height:42px;margin-bottom:2px}.reviews-item__review svg path{fill:var(--stroke-light-grey-color)}.reviews-item__review a{display:inline;color:var(--accent-color);font-size:14px;font-weight:400;padding-bottom:4px;border-bottom:1px solid currentColor}@media (min-width: 1270px){.reviews-item__review{font-size:20px}}@media (min-width: 1750px){.reviews-item__review{font-size:24px}}.reviews-item__review-text{text-indent:55px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.reviews-item__review-text p{display:inline}.reviews-item__review-text b,.reviews-item__review-text strong{font-weight:500;color:var(--black-color)}.reviews-item__more-btn{display:block;margin-top:8px;margin-left:auto;font-weight:400;font-size:14px;line-height:17px;text-align:left;letter-spacing:-.02em;text-decoration:none;color:var(--accent-color);border-bottom:1px solid currentColor;cursor:pointer;transition:border-color .3s ease,color .3s ease}.reviews-item__more-btn.hidden{display:none}@media (min-width: 1270px){.reviews-item__more-btn{font-size:16px}.reviews-item__more-btn:hover{border-color:transparent}}@media (min-width: 1270px){.reviews-item__main{display:flex;flex-direction:column}}.reviews-item__rating-wrapper{margin-bottom:40px;border-top:1px solid var(--stroke-light-grey-color);padding-top:15px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1270px){.reviews-item__rating-wrapper{flex:1 0 auto;margin-bottom:0;flex-direction:column;align-items:flex-start}}.reviews-item__rating{display:flex;align-items:center;gap:8px}.reviews-item__place{width:80px;height:20px}.reviews-item__place svg{width:100%;height:100%}@media (min-width: 1270px){.reviews-item__place{width:102px;height:25px}}@media (min-width: 1750px){.reviews-item__place{width:101px;height:33px}}.reviews-item__info{display:flex;align-items:center;gap:16px}.reviews-item__info img{flex:0 0 auto;width:85px;height:85px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1270px){.reviews-item__info{width:284px;height:400px;flex:0 0 auto;position:relative;border-radius:1px;overflow:hidden}.reviews-item__info img{width:100%;height:100%;position:absolute;left:0;top:0;border-radius:1px}.reviews-item__info:after{content:"";display:block;height:200px;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#000000b3 13%,#0000)}}@media (min-width: 1750px){.reviews-item__info{width:384px;height:500px}}.reviews-item__info-main{display:flex;flex-direction:column;gap:8px}@media (min-width: 1270px){.reviews-item__info-main{height:100%;width:100%;padding:20px;gap:10px;z-index:2;color:var(--white-color)}}@media (min-width: 1750px){.reviews-item__info-main{gap:4px}}.reviews-item__name{font-size:18px;font-weight:500}@media (min-width: 1270px){.reviews-item__name{font-size:28px}}@media (min-width: 1750px){.reviews-item__name{font-size:32px}}.reviews-item__position{font-size:14px}@media (min-width: 1750px){.reviews-item__position{font-size:18px}}.reviews-item__location{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-grey-color)}.reviews-item__location svg{width:22.8px;height:24px}.reviews-item__location svg path{stroke:var(--stroke-grey-color)}@media (min-width: 1270px){.reviews-item__location{font-size:14px;color:var(--text-light-grey-color)}.reviews-item__location svg path{stroke:var(--stroke-light-grey-color)}}@media (min-width: 1750px){.reviews-item__location{padding-top:12px;font-size:16px}}.reviews-item-thumb{cursor:pointer;display:flex;flex-direction:column;gap:8px}@media (min-width: 1750px){.reviews-item-thumb{gap:15px}}.reviews-item-thumb img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:1px}@media (min-width: 1750px){.reviews-item-thumb img{height:230px}}.reviews-item-thumb__info{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.reviews-item-thumb__date{font-size:14px;color:var(--text-grey-color)}@media (min-width: 1750px){.reviews-item-thumb__date{font-size:16px}}.reviews-item-thumb__title{margin-bottom:4px;font-size:20px;font-weight:500}@media (min-width: 1750px){.reviews-item-thumb__title{font-size:24px}}.reviews-item-thumb__position{margin-bottom:15px;font-size:16px;font-weight:500}@media (min-width: 1750px){.reviews-item-thumb__position{font-size:18px}}.reviews-item-thumb__review{font-size:14px;color:var(--text-grey-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 1750px){.reviews-item-thumb__review{font-size:16px}}.reviews-item-thumb__arrow{display:flex;align-items:center;gap:4px;color:var(--accent-color);font-size:14px}.trusted{margin:100px 0}@media (min-width: 1270px){.trusted{margin:180px 0 150px}}@media (min-width: 1750px){.trusted{margin-bottom:120px}}.container.trusted__container{margin-bottom:20px;display:flex;align-items:center;gap:30px}.container.trusted__container h2{max-width:178px;flex:0 0 auto}@media (min-width: 1270px){.container.trusted__container{gap:30px;margin-bottom:30px}.container.trusted__container h2{max-width:463px}}@media (min-width: 1750px){.container.trusted__container{margin-bottom:35px;gap:25px}.container.trusted__container h2{max-width:710px}}.trusted__slider{min-width:0}.trusted__slider.one{position:relative}.trusted__slider.one:before{content:"";position:absolute;width:45px;height:100%;left:0;top:0;z-index:var(--z-index-shadow);background:linear-gradient(90deg,var(--white-color) 0%,rgba(255,255,255,0) 100%)}@media (min-width: 1270px){.trusted__slider.one:before{width:70px}}@media (min-width: 1750px){.trusted__slider.one:before{width:97px}}@media (min-width: 1270px){.trusted__slider.one{position:absolute;right:0;max-width:773px}}@media (min-width: 1750px){.trusted__slider.one{max-width:945px}}.trusted__slider.one{--mfs-marquee-dur: 40s}.trusted__slider.two{--mfs-marquee-dur: 85s}.trusted__slider-item{transition:filter .3s ease;margin-right:15px}.trusted__slider-item img{width:120px;height:66px;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 1270px){.trusted__slider-item:hover{filter:invert(1)}.trusted__slider-item img{width:182px;height:100px}}@media (min-width: 1750px){.trusted__slider-item img{width:220px;height:121px}}
