@charset "utf-8";.Section{display:grid;grid-template-columns:repeat(var(--column-count),var(--column-size));grid-column-gap:var(--column-gap);justify-content:center}.Section__in{grid-column-start:span var(--column-count)}.Section__head{font-weight:700;font-size:32px;line-height:38px;color:#000;text-align:left}.Section__head+*{margin-top:40px}.Section__head+.Section__text{margin-top:20px}.Section__text{font-weight:400;font-size:18px;line-height:22px;color:#000;text-align:left}.Section__text+*{margin-top:40px}.Section__description{font-weight:400;font-size:12px;line-height:20px;color:#000;text-align:left;margin-top:32px}@media (max-width:768px){.Section{padding-right:var(--column-indent);padding-left:var(--column-indent)}}.Section--island{padding-top:24px;padding-bottom:24px;box-sizing:border-box;background:linear-gradient(274deg,#f8f9fa -.07%,#f0f4f9 100%);position:relative;z-index:10}.Section--island .Section__in{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.Section--island .Section__in>*{position:relative;z-index:10}.Section__island-sides{display:grid;grid-template-columns:repeat(2,calc((100% - 40px * 1)/ 2));grid-template-rows:min-content;grid-gap:40px;align-items:center;width:100%}.Section__island-side{display:block;width:100%;height:fit-content;box-sizing:border-box}.Section--island .Video{border-radius:var(--border-radius-image)}.Section__story{display:block;padding:96px 50px;box-sizing:border-box;width:100%;height:fit-content;border-radius:var(--border-radius-image);background-color:#fff;background-image:url(/media/images/home_pliers.webp);background-size:150px 134px;background-repeat:no-repeat;background-position:top right -30px}.Section__story-title{color:#000;font-size:32px;font-weight:700;line-height:38px}.Section__story-text{color:#000;font-size:16px;font-weight:400;line-height:20px;margin-top:40px}.Section__story .Button{margin-top:40px;width:100%}.Section__story-cells{display:grid;grid-template-columns:100%;grid-template-rows:min-content;grid-gap:20px;margin-top:24px}.Section__story-cell{display:flex;flex-direction:row;align-items:center}.Section__story-cell__icon{--size:34px;width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%),#ffde00;margin-right:20px;pointer-events:none;user-select:none;flex-shrink:0}.Section__story-cell__icon svg{width:23px;height:23px;color:#000}.Section__story-cell__content{color:#000;font-size:18px;font-weight:600;line-height:22px}@media (max-width:1400px){.Section__island-sides{grid-template-columns:repeat(2,calc((100% - 20px * 1)/ 2));grid-gap:20px}.Section--island .Section__action--articles{background:url(/media/images/action_articles-big.webp),#000;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto;justify-content:flex-start;padding:16px 20px;margin-top:20px}.Section__story{padding:50px 24px;background-image:url(/media/images/home_pliers.webp);background-size:136px 102px;background-position:top right -20px}.Section__story-title{font-size:24px;line-height:28px;max-width:300px}.Section__story-cell__icon{--size:26px;margin-right:16px}.Section__story-cell__icon svg{width:18px;height:18px}.Section__story-cell__content{font-size:16px;line-height:20px}}@media (max-width:1024px){.Section--island{padding-top:0;padding-bottom:0;background:#fff;display:block}.Section__island-sides{grid-template-columns:100%;grid-gap:0}.Section__island-side{display:block;width:100%;height:fit-content}.Section__island-side:nth-child(1){padding:80px;order:2;background:linear-gradient(274deg,#f8f9fa -.07%,#f0f4f9 100%)}.Section__island-side:nth-child(2){order:1}.Section--island .Video{border-radius:var(--border-radius-image)}.Section--island .Section__action--articles{background:url(/media/images/action_articles-middle.webp),#000;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto;justify-content:flex-start;padding:24px 20px}.Section__story{padding:50px 140px 20px 140px;border-radius:0;background-image:url(/media/images/home_pliers.webp);background-size:188px 142px;background-position:top right}.Section__story-title{font-size:32px;line-height:38px;max-width:400px}.Section__story-cell__icon{--size:34px;margin-right:20px}.Section__story-cell__icon svg{width:23px;height:23px}.Section__story-cell__content{font-size:18px;line-height:22px}}@media (max-width:768px){.Section--island{padding-right:0;padding-left:0}.Section__island-side:nth-child(1){padding:30px var(--column-indent)}.Section--island .Section__action--articles{background:url(/media/images/action_articles-small.webp),#000;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--island .Section__action-title{font-size:20px;line-height:24px}.Section__story{padding:40px var(--column-indent) 20px var(--column-indent);background-image:none}.Section__story-title{max-width:unset}.Section__story-cells{margin-top:40px}.Section__story-cell__content{font-size:16px;line-height:20px}.Section__story-text{display:none}}.Section--works{padding-bottom:100px}.Section__works{display:grid;grid-template-columns:repeat(4,calc((100% - 12px * 3)/ 4));grid-template-rows:min-content;grid-gap:12px}.Section__work{--timeout:.9s;display:block;border-radius:var(--border-radius-image);background:linear-gradient(208deg,#ffeb69 0,#ffe112 98.66%);padding:20px 48px 20px 20px;counter-increment:counter;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--works .isInViewport .Section__work{opacity:1;transform:translateX(0)}.Section__work a{text-decoration:none!important}.Section__work-head{position:relative;display:flex;align-items:center;padding-top:calc(32px + 12px)}.Section__work-head::before{content:'0'counter(counter) '. ';color:#000;font-weight:800;font-size:26px;line-height:32px;display:block;position:absolute;z-index:2;top:0;left:0}.Section__work-icon{width:100px;height:100px;box-sizing:border-box;padding:20px;background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border-radius:50%;position:relative;z-index:1;flex-shrink:0}.Section__work-icon::after{content:'';display:block;width:44px;height:44px;background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);border-radius:50%;position:absolute;z-index:1;top:50%;left:8px;transform:translateY(-50%)}.Section__work-icon svg{width:100%;height:100%;color:#000;position:relative;z-index:2}.Section__work-arrow{display:flex;align-items:center;width:100%;height:22px;margin-left:32px}.Section__work:last-child .Section__work-arrow{display:none}.Section__work-arrow>:nth-child(1){background-image:url('data:image/svg+xml, <svg width="2" height="22" viewBox="0 0 2 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.9969C0 11.8236 0.671573 12.4937 1.5 12.4937L2 12.5V9.5H1.5C0.671573 9.5 0 10.1702 0 10.9969Z" fill="%23000000"/></svg>');background-repeat:no-repeat;background-position:center;width:2px;height:inherit;flex-shrink:0}.Section__work-arrow>:nth-child(2){background-image:url('data:image/svg+xml, <svg width="1" height="22" viewBox="0 0 1 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.5V12.5H1V9.5H0Z" fill="%23000000"/></svg>');background-repeat:repeat-x;background-position:center;width:100%;height:inherit}.Section__work-arrow>:nth-child(3){background-image:url('data:image/svg+xml, <svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5607 9.93375L3.01472 0.437513C2.42893 -0.145838 1.47919 -0.145838 0.893394 0.437513C0.30761 1.02086 0.30761 1.96666 0.893394 2.55001L7.87868 9.49624H0V12.5038H7.87868L0.893394 19.45C0.30761 20.0333 0.30761 20.9791 0.893394 21.5625C1.47919 22.1458 2.42893 22.1458 3.01472 21.5625L12.5607 12.0662C13.1464 11.4829 13.1464 10.5171 12.5607 9.93375Z" fill="%23000000"/></svg>');background-repeat:no-repeat;background-position:center;width:13px;height:inherit;flex-shrink:0}.Section__work-text{color:#000;font-size:18px;font-weight:700;line-height:22px;margin-top:12px}@media (max-width:1400px){.Section__work{padding:12px 44px 12px 12px}.Section__work-head{padding-top:calc(26px + 12px)}.Section__work-head::before{font-size:20px;line-height:26px}.Section__work-icon{width:84px;height:84px;padding:12px}.Section__work-icon::after{width:36px;height:36px;left:6px}.Section__work-arrow{margin-left:22px}.Section__work-text{font-size:16px;line-height:20px}}@media (max-width:1024px){.Section--works{padding-bottom:80px}.Section__works{grid-template-columns:repeat(4,calc((100% - 10px * 3)/ 4));grid-gap:10px}.Section__work{padding:10px 32px 10px 10px}.Section__work-head{padding-top:calc(22px + 8px)}.Section__work-head::before{font-size:16px;line-height:22px}.Section__work-icon{width:66px;height:66px;padding:10px}.Section__work-icon::after{width:28px;height:28px;left:4px}.Section__work-arrow{margin-left:16px}.Section__work-text{font-size:14px;line-height:18px;margin-top:8px}}@media (max-width:768px){.Section__works{grid-template-columns:100%;grid-gap:16px}.Section__work{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:20px}.Section__work-head{padding-top:0}.Section__work-head::before{top:calc(0px - 20px + 6px);left:calc(0px - 20px + 10px)}.Section__work-icon{width:80px;height:80px;padding:12px}.Section__work-icon::after{width:36px;height:36px;left:6px}.Section__work-arrow{display:none}.Section__work-text{font-size:18px;line-height:22px;margin-top:0;margin-left:16px}}.Section--samples{padding-bottom:100px}.Section__samples{display:grid;grid-template-columns:repeat(13,calc((100% - 16px * 12)/ 13));grid-template-rows:min-content;grid-gap:16px}.Section__sample{--timeout:.9s;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;padding:28px 20px 58px 20px;border-radius:12px;background-color:#f0f4f9;grid-column:span 3;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--samples .isInViewport .Section__sample{opacity:1;transform:translateX(0)}.Section__sample:last-child{grid-column:span 4}.Section__sample-header{margin-bottom:auto;width:100%}.Section__sample-header__title{color:#000;font-size:26px;font-weight:700;line-height:32px}.Section__sample-header__text{color:#000;font-size:12px;font-weight:400;line-height:14px;margin-top:24px}.Section__sample-header__text ol,.Section__sample-header__text ul{display:block;margin:0;padding-inline-start:14px;list-style-type:none}.Section__sample-header__text li{position:relative;white-space:pre-line}.Section__sample-header__text li+li{margin-top:12px}.Section__sample-header__text ol>li{counter-increment:section}.Section__sample-header__text ol>li::before{content:counter(section) '.';display:flex;align-items:center;justify-content:flex-start;text-align:center;position:absolute;font-variant-numeric:unset;width:14px;height:14px;left:-14px;top:0}.Section__sample-header__text ul>li::before{content:'•';display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;width:14px;height:14px;left:-14px;top:0}.Section__sample-footer{margin-top:16px;margin-bottom:0;width:100%}.Section__sample-footer__title{color:#888e96;font-size:12px;font-weight:700;line-height:14px}.Section__sample-footer__text{color:#000;font-size:18px;font-weight:700;line-height:22px;margin-top:8px}@media (max-width:1400px){.Section__samples{grid-template-columns:repeat(13,calc((100% - 8px * 12)/ 13));grid-gap:8px}.Section__sample{padding:22px 16px 34px 16px}.Section__sample-header__title{font-size:22px;line-height:26px}.Section__sample-header__text{margin-top:20px}.Section__sample-footer__title{font-size:10px;line-height:12px}.Section__sample-footer__text{font-size:16px;line-height:20px;margin-top:4px}}@media (max-width:1024px){.Section--samples{padding-bottom:80px}.Section__samples{grid-template-columns:repeat(3,calc((100% - 12px * 2)/ 3));grid-gap:12px}.Section__sample{padding:24px 12px;grid-column:span 1}.Section__sample:last-child{grid-column:span 3}.Section__sample:last-child .Section__sample-header__text ol,.Section__sample:last-child .Section__sample-header__text ul{column-count:2;list-style-type:none;padding-inline-start:0}.Section__sample:last-child .Section__sample-header__text li{padding-left:14px;padding-right:14px}.Section__sample:last-child .Section__sample-header__text ul>li::before{left:0}.Section__sample-header__title{font-size:16px;line-height:20px}.Section__sample-header__text{margin-top:16px}}@media (max-width:768px){.Section__samples{grid-template-columns:100%;grid-gap:24px}.Section__sample{padding:28px 16px;grid-column:span 1}.Section__sample:last-child{grid-column:span 1}.Section__sample:last-child .Section__sample-header__text ol,.Section__sample:last-child .Section__sample-header__text ul{column-count:1;padding-inline-start:18px}.Section__sample:last-child .Section__sample-header__text li{padding-left:0;padding-right:0}.Section__sample:last-child .Section__sample-header__text ul>li::before{left:-18px}.Section__sample-header__title{font-size:22px;line-height:28px}.Section__sample-header__text{font-size:16px;line-height:18px;margin-top:22px}.Section__sample-header__text ol,.Section__sample-header__text ul{padding-inline-start:18px}.Section__sample-header__text ol>li::before{width:18px;height:18px;left:-18px}.Section__sample-header__text ul>li::before{width:18px;height:18px;left:-18px}.Section__sample-footer{margin-top:24px}.Section__sample-footer__title{font-size:16px;line-height:20px}.Section__sample-footer__text{font-size:22px;line-height:24px;margin-top:8px}}.Section--types{padding-top:100px;padding-bottom:100px;margin-bottom:100px;min-height:500px;box-sizing:border-box;background-color:#f0f4f9;position:relative;overflow:hidden}.Section--types .Section__in{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative}.Section--types .Section__buttons,.Section--types .Section__head,.Section--types .Section__text{z-index:2}.Section__types-image{--timeout:.9s;position:absolute;display:block;top:50%;right:-35%;width:796px;height:auto;object-fit:cover;object-position:center;pointer-events:none;user-select:none;z-index:1;transform:translate(40px,-50%);opacity:0;transition:opacity .8s,transform .8s;transition-delay:calc(var(--timeout) * 4 / 6)}.Section--types .isInViewport~.Section__types-image--loaded{opacity:1;transform:translate(0,-50%)}.Section--types .Section__buttons{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:calc(40px - 10px);margin-left:-10px;max-width:780px}.Section--types .Button{--timeout:.9s;margin-top:10px;margin-left:10px;--button_padding:22px;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--types .isInViewport .Button{opacity:1;transform:translateX(0)}@media (max-width:1400px){.Section--types{padding-top:80px;padding-bottom:80px;min-height:600px}.Section--types .Section__head{max-width:620px}.Section--types .Section__buttons{max-width:620px}.Section__types-image{transform:translateX(25%)}}@media (max-width:1024px){.Section--types{padding-top:70px;margin-bottom:80px;min-height:unset}.Section--types .Section__head{max-width:unset}.Section--types .Section__buttons{max-width:unset}.Section__types-image{display:none}}@media (max-width:768px){.Section--types{padding-top:60px}.Section--types .Section__buttons{max-width:calc(100% + 10px)}}.Section--matches{padding-bottom:100px}.Section--matches .Section__text{max-width:80%}.Section__matches{display:grid;grid-template-columns:repeat(2,calc((100% - 12px * 1)/ 2));grid-template-rows:min-content;grid-gap:12px}.Section__match{--timeout:.9s;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;border-radius:var(--border-radius-image);background:linear-gradient(260deg,#f0f4f9 0,#e7edf6 100%);padding:16px 32px;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--matches .isInViewport .Section__match{opacity:1;transform:translateX(0)}.Section__match-icon{--size:60px;width:var(--size);height:var(--size);user-select:none;flex-shrink:0;margin-right:32px}.Section__match-icon svg{width:inherit;height:inherit}.Section__match-text{color:#000;font-size:22px;font-weight:700;line-height:26px;width:100%}@media (max-width:1400px){.Section--matches .Section__text{max-width:unset}.Section__matches{grid-template-columns:repeat(2,calc((100% - 10px * 1)/ 2));grid-gap:10px}.Section__match{padding:12px 24px}.Section__match-icon{--size:48px;margin-right:24px}.Section__match-text{font-size:18px;line-height:22px}}@media (max-width:1024px){.Section--matches{padding-bottom:80px}.Section__matches{grid-template-columns:repeat(2,calc((100% - 8px * 1)/ 2));grid-gap:8px}.Section__match{padding:24px 18px}.Section__match-icon{--size:38px;margin-right:20px}.Section__match-text{font-size:16px;line-height:20px}}@media (max-width:768px){.Section__matches{grid-template-columns:100%;grid-gap:16px}.Section__match{padding:20px 8px}.Section__match-icon{display:none}.Section__match-text{font-size:18px;line-height:22px}}.Section--distribution{padding-bottom:100px}.Section__distribution-cells{display:grid;grid-template-columns:repeat(3,calc((100% - 12px * 2)/ 3));grid-template-rows:min-content;grid-gap:12px}.Section__distribution-cell{--timeout:.9s;display:flex;flex-direction:row;align-items:flex-start;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--distribution .isInViewport .Section__distribution-cell{opacity:1;transform:translateX(0)}.Section__distribution-cell__icon{--size:34px;width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%),#ffde00;margin-right:16px;pointer-events:none;user-select:none;flex-shrink:0}.Section__distribution-cell__icon svg{width:23px;height:23px;color:#000}.Section__distribution-cell__title{color:#000;font-size:24px;font-weight:800;line-height:26px}.Section__distribution-cell__text{color:#000;font-size:20px;font-weight:400;line-height:24px;margin-top:8px}.Section--distribution .Button{--timeout:.9s;--button_padding:26px;min-width:420px;margin-top:32px;margin-right:auto;margin-left:auto;opacity:0;transform:translateX(20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s}.Section--distribution .isInViewport .Button{opacity:1;transform:translateX(0)}@media (max-width:1400px){.Section__distribution-cell__icon{--size:22px;margin-right:12px}.Section__distribution-cell__icon svg{width:14px;height:14px}.Section__distribution-cell__title{font-size:20px;line-height:22px}.Section__distribution-cell__text{font-size:16px;line-height:20px;margin-top:6px}.Section--distribution .Button{min-width:340px}}@media (max-width:1024px){.Section--distribution{padding-bottom:80px}.Section__distribution-cell__icon{margin-right:10px}.Section__distribution-cell__title{font-size:18px;line-height:20px}.Section__distribution-cell__text{margin-top:4px}.Section--distribution .Button{min-width:260px}}@media (max-width:768px){.Section__distribution-cells{grid-template-columns:100%;grid-gap:24px}.Section--distribution .Button{margin-left:0}}.Section--services{padding-bottom:100px}@media (max-width:1024px){.Section--services{padding-bottom:80px}}.Section--attention{padding-bottom:100px}.Section__attention{display:grid;grid-template-columns:440px auto;grid-template-rows:min-content min-content 1fr;grid-column-gap:80px;align-items:start}.Section__attention .Section__head{grid-area:1/1/2/2}.Section__attention .Section__text{grid-area:2/1/3/2}.Section__attention .Section__buttons{position:relative;z-index:2;display:flex;align-items:center;grid-area:3/1/4/2}.Section__attention .Button{--timeout:.9s;--button_padding:24px;cursor:default;opacity:0;transform:translateX(-20px);transition:opacity var(--timeout) cubic-bezier(.5,0,0,1) .1s,transform var(--timeout) cubic-bezier(.5,0,0,1) .1s;width:100%}.Section--attention .isInViewport .Section__attention .Button{opacity:1;transform:translateX(0)}.Section__attention .Button:nth-child(1){--button_background:#2B2B2B;--button_background_hover:#2B2B2B;--button_background_active:#2B2B2B}.Section__attention .Button:nth-child(2){--button_background:#E60000;--button_background_hover:#E60000;--button_background_active:#E60000}.Section__attention .Button:nth-child(3){--button_background:#F0F4F9;--button_background_hover:#F0F4F9;--button_background_active:#F0F4F9}.Section__attention .Button__content{display:flex}.Section__attention .Section__buttons>*+*{margin-left:12px}.Section__attention-photo{position:relative;z-index:1;height:340px;width:100%;background-color:#f0f4f9;border-radius:var(--border-radius-image);overflow:hidden;grid-area:1/2/4/3}.Section__attention-image{display:block;height:inherit;width:inherit;object-fit:cover;object-position:center;user-select:none;opacity:0;transition:opacity .2s}.Section__attention-image--loaded{opacity:1}@media (max-width:1024px){.Section--attention{padding-bottom:80px}.Section__attention{grid-template-columns:100%;grid-template-rows:min-content min-content 1fr;align-items:center}.Section__attention .Section__head{grid-area:1/1/2/2}.Section__attention .Section__text{grid-area:2/1/3/2}.Section__attention .Section__buttons{flex-direction:column;align-items:flex-start;grid-area:3/1/4/2;margin-left:42px;margin-right:42px}.Section__attention .Section__buttons>*+*{margin-left:0;margin-top:16px}.Section__attention .Button{min-width:140px;width:unset}.Section__attention-photo{grid-area:3/1/4/2;margin-top:40px}}@media (max-width:768px){.Section__attention{grid-template-columns:100%;grid-template-rows:min-content min-content 1fr;align-items:center}.Section__attention .Section__buttons{margin-left:24px;margin-right:24px}.Section__attention-photo{height:250px}}.Section__action{display:flex;align-items:center;justify-content:space-between;padding:34px 40px;border-radius:var(--border-radius-image);overflow:hidden;box-sizing:border-box;position:relative}.Section__action-title{font-weight:700;font-size:32px;line-height:40px;color:#000}.Section__action .Button{--button_padding:28px;margin-left:var(--column-indent);min-width:fit-content}.Section__action .Button__before{display:flex}.Section__action-disclaimer{color:#000;font-size:10px;font-weight:400;line-height:10px;opacity:.5;position:absolute;left:40px;bottom:calc(34px / 2)}@media (max-width:1400px){.Section__action-title{max-width:50%}}@media (max-width:1024px){.Section__action{padding:34px}.Section__action-title{font-size:28px;line-height:34px}.Section__action-disclaimer{left:34px}}@media (max-width:768px){.Section__action{flex-direction:column;align-items:flex-start;padding:calc(var(--column-indent) * 1.5)}.Section__action-title{font-size:24px;line-height:28px;max-width:unset}.Section__action .Button{margin-left:0;margin-top:calc(var(--column-indent) * 1.5);min-width:100%}.Section__action-disclaimer{font-size:9px;line-height:9px;left:calc(var(--column-indent) * 1.5);bottom:calc(var(--column-indent) * 1.5)}}.Section--action_telegram{padding-bottom:100px}.Section--action_telegram .Section__action{background-color:#ffde00;background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%)}@media (max-width:1024px){.Section--action_telegram{padding-bottom:80px}}.Section--action_karso{padding-bottom:100px}.Section--action_karso .Section__action{background-color:#ffde00;background:url(/media/images/logo-action.svg),linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-repeat:no-repeat;background-position:left center,center;background-size:auto 100%,auto}@media (max-width:1024px){.Section--action_karso{padding-bottom:80px}}@media (max-width:768px){.Section--action_karso .Section__action{background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-position:center;background-size:auto}}.Section--action_whatis{padding-top:100px;padding-bottom:100px}.Section--action_whatis .Section__action{background:url(/media/images/action_whatis2.webp),#ffde00;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_whatis .Section__action-title span:nth-child(1){display:block;font-weight:700;font-size:24px;line-height:32px}.Section--action_whatis .Section__action-title span:nth-child(2){display:block;font-weight:500;font-size:18px;line-height:24px;margin-top:16px}.Section--action_whatis .Section__action .Button{--button_padding:56px}@media (max-width:1400px){.Section--action_whatis .Section__action{background:url(/media/images/action_whatis2-big.webp),#ffde00;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_whatis .Section__action .Button{--button_padding:32px}}@media (max-width:1024px){.Section--action_whatis{padding-top:80px;padding-bottom:80px}.Section--action_whatis .Section__action{background:url(/media/images/action_whatis2-middle.webp),#ffde00;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_whatis .Section__action-title span:nth-child(1){font-size:22px;line-height:30px}.Section--action_whatis .Section__action-title span:nth-child(2){font-size:16px;line-height:20px}}@media (max-width:768px){.Section--action_whatis .Section__action{background:url(/media/images/action_whatis2-small.webp),#ffde00;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}}.Section--action_bloggers{padding-bottom:100px}.Section--action_bloggers .Section__action{background:url(/media/covers/banner_bloggers_about_us.webp),#000;background-repeat:no-repeat;background-position:right -1px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_bloggers .Section__action-title{color:#fff}.Section--action_bloggers .Section__action .Button{margin-left:60px;--button_padding:56px}@media (max-width:1400px){.Section--action_bloggers .Section__action{background:url(/media/covers/banner_bloggers_about_us-big.webp),#000;background-repeat:no-repeat;background-position:right -1px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_bloggers .Section__action .Button{margin-left:40px;--button_padding:32px}}@media (max-width:1024px){.Section--action_bloggers{padding-bottom:80px}.Section--action_bloggers .Section__action{background:url(/media/covers/banner_bloggers_about_us-middle.webp),#000;background-repeat:no-repeat;background-position:right -1px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_bloggers .Section__action .Button{margin-left:20px}}@media (max-width:768px){.Section--action_bloggers .Section__action{background:url(/media/covers/banner_bloggers_about_us-small.webp),#000;background-repeat:no-repeat;background-position:right -1px center,center;background-size:auto 100%,auto}.Section--action_bloggers .Section__action .Button{margin-left:0;margin-top:40px;min-width:fit-content}}.Section--action_licard{padding-bottom:100px}.Section--action_licard .Section__action{background:url(/media/images/action_licard.webp),#000;background-repeat:no-repeat;background-position:right -2px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_licard .Section__action-title{color:#fff}.Section--action_licard .Section__action-disclaimer{color:#fff}.Section--action_licard .Section__action .Button{margin-left:80px}@media (max-width:1400px){.Section--action_licard .Section__action{background:url(/media/images/action_licard-big.webp),#000;background-repeat:no-repeat;background-position:right -2px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_licard .Section__action .Button{margin-left:60px;--button_padding:32px}}@media (max-width:1024px){.Section--action_licard{padding-bottom:80px}.Section--action_licard .Section__action{background:url(/media/images/action_licard-middle.webp),#000;background-repeat:no-repeat;background-position:right -2px center,center;background-size:auto 100%,auto;justify-content:flex-start}.Section--action_licard .Section__action .Button{margin-left:40px}}@media (max-width:768px){.Section--action_licard .Section__action{background:url(/media/images/action_licard-small.webp),#000;background-repeat:no-repeat;background-position:right -2px center,center;background-size:auto 100%,auto}.Section--action_licard .Section__action .Button{margin-left:0;margin-bottom:calc(var(--column-indent) * 1.5);margin-top:40px;min-width:fit-content}}.Section--map{padding-bottom:100px}.Section--map .Section__in{display:grid;grid-template-columns:100%;grid-template-rows:min-content;align-items:center}.Section__map{position:relative;z-index:3;max-width:430px;grid-area:1/1/2/2}.Section__map-title{position:relative;z-index:2;grid-area:1/1/2/2;color:#000;font-family:'Fact Extended';font-size:22px;font-weight:800;line-height:26px;text-align:right;transform:translateY(-150%)}.Section--map #map{position:relative;z-index:1;grid-area:1/1/2/2;width:1220px;height:668px;transform:translateX(480px)}.Section--map .Button{--button_padding:26px}@media (max-width:1400px){.Section__map{max-width:390px}.Section__map-title{font-size:20px;line-height:24px;transform:translateY(-225%)}.Section--map #map{transform:translateX(420px)}}@media (max-width:1024px){.Section--map{padding-bottom:80px}.Section__map{max-width:unset}.Section__map-title{display:none}.Section--map #map{display:none}}@media (max-width:768px){.Section__map .Button{width:100%}}.Section--clients{padding-bottom:100px}.Section--clients .Section__head{display:flex;justify-content:space-between;align-items:center}.Section--clients .Section__head .Button{min-width:min-content;margin-left:36px;--button_padding:26px}.Section__clients{opacity:1;filter:grayscale(0);pointer-events:all;transition:opacity .2s,filter .2s;border-radius:var(--border-radius-image)}.Section--clients .swiper:not(.swiper-initialized){display:grid;grid-template-columns:100%;grid-template-rows:min-content;grid-gap:20px;align-items:start;opacity:.25;filter:grayscale(50%);pointer-events:none}.Section__client{display:grid;grid-template-columns:560px auto;grid-template-rows:min-content;grid-column-gap:40px;align-items:start}.Section--clients .swiper:not(.swiper-initialized) .Section__client+.Section__client{margin-left:calc(var(--column-indent)/ 2)}.Section__client-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;z-index:2;width:100%;height:100%;box-sizing:border-box;color:#000;font-size:22px;font-weight:700;line-height:26px;user-select:none;grid-area:1/2/2/3}.Section__client-placeholder::before{content:'';display:block;width:60px;height:60px;background-image:url(/media/images/video_placeholder_play.svg);background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0;margin-bottom:14px}.Section__client .Video{border-radius:var(--border-radius-image);padding-top:0;box-sizing:border-box;padding-bottom:calc(100% / 16 * 9);width:100%;position:relative;z-index:1;grid-area:1/1/2/2}.Section__client--fake .Video{pointer-events:none}.Section__client--fake .Video__placeholder::after{display:none}.Section__client-content{width:100%;position:relative;z-index:1;grid-area:1/2/2/3}.Section__client--fake .Section__client-content{filter:blur(1.5px);opacity:.3}.Section__client-title{color:#000;font-size:22px;font-weight:700;line-height:26px}.Section__client-tags{--gap:30px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:calc(100% + var(--gap));margin:calc(18px - var(--gap)/ 2) calc(var(--gap)/ -2) calc(var(--gap)/ -2) calc(var(--gap)/ -2)}.Section__client-tag{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;white-space:nowrap;width:fit-content;margin:calc(var(--gap)/ 2)}.Section__client-tag svg{display:block;width:16px;height:16px;color:#7a7a7a;margin-right:8px;flex-shrink:0}.Section__client-tag__in{color:#7a7a7a;font-size:16px;font-weight:600;line-height:20px}.Section__client-text{color:#000;font-size:16px;font-weight:600;line-height:24px;margin-top:18px}.DynamicText__control{display:none}.DynamicText__action{display:none;position:relative;margin-top:12px;border-radius:calc(var(--border-radius-button)/ 2)}.DynamicText__action-button{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;width:100%}.DynamicText__control~.DynamicText__action .DynamicText__action-button--expand{display:flex}.DynamicText__control~.DynamicText__action .DynamicText__action-button--collapse{display:none}.DynamicText__control:checked~.DynamicText__action .DynamicText__action-button--expand{display:none}.DynamicText__control:checked~.DynamicText__action .DynamicText__action-button--collapse{display:flex}.DynamicText__action-button::after,.DynamicText__action-button::before{content:'';display:block;width:100%;height:1px;background-color:#ebebeb;flex-shrink:1}.DynamicText__action-button__in{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;color:#000;font-size:16px;font-weight:400;line-height:26px;width:fit-content;max-width:100%;flex-shrink:0;margin-left:12px;margin-right:12px}.DynamicText__action-button__in .Icon{font-size:14px;margin-left:8px}.DynamicText__action-button--expand .DynamicText__action-button__in .Icon{transform:rotate(0)}.DynamicText__action-button--collapse .DynamicText__action-button__in .Icon{transform:rotate(180deg)}.Section--clients .Swiper-paginations{display:grid;margin-top:36px}.Section--clients .Section__in>a.Button{display:none;margin-top:40px}@media (max-width:1400px){.Section__client{grid-template-columns:470px auto;grid-column-gap:24px}.Section__client-tags{--gap:24px;margin:calc(14px - var(--gap)/ 2) calc(var(--gap)/ -2) calc(var(--gap)/ -2) calc(var(--gap)/ -2)}.Section__client-tag__in{font-size:14px;line-height:18px}.Section__client-text{margin-top:14px}.Section--clients .Swiper-paginations{margin-top:32px}}@media (max-width:1024px){.Section--clients{padding-bottom:80px}.Section--clients .Section__head .Button{display:none}.Section__clients{overflow:visible}.Section__client{grid-template-columns:100%;grid-row-gap:24px}.Section__client-placeholder{font-size:20px;line-height:24px;grid-area:2/1/3/2}.Section__client .Video{grid-area:1/1/2/2}.Section__client-content{grid-area:2/1/3/2}.Section--clients .Section__in>a.Button{display:flex;margin-top:32px}}@media (max-width:768px){.Section__client-placeholder{font-size:18px;line-height:22px}.Section__client-placeholder::before{width:56px;height:56px}.DynamicText__control~.DynamicText__content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.DynamicText__control:checked~.DynamicText__content{display:block;-webkit-box-orient:unset;-webkit-line-clamp:unset;overflow:unset}.DynamicText__action{display:block}.Section--clients .Swiper-paginations{padding:0;justify-content:space-between}}.Section--photos{padding-bottom:100px}.Section--photos .Section__in{overflow:visible}.Section--photos .Section__head br{display:block}.Section__photos-container{--size:320;display:flex;flex-direction:row;flex-wrap:nowrap;width:fit-content;animation:viewing-line calc(var(--size) * .1s / .5) linear infinite}.Section__photos:not(.isInViewport) .Section__photos-container{animation-play-state:paused!important;-webkit-animation-play-state:paused!important}@keyframes viewing-line{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.Section__photos-container:hover{animation-play-state:paused!important;-webkit-animation-play-state:paused!important}.Section__photo{width:calc(var(--size) * 1px);height:calc(var(--size) * 1px);background-color:#f0f4f9;border-radius:calc(var(--border-radius-image)/ 2);overflow:hidden;flex-shrink:0;position:relative}.Section__photo+.Section__photo{margin-left:calc(var(--column-indent)/ 2)}.Section__photo-image{display:block;position:relative;z-index:2;height:100%;width:100%;object-fit:cover;object-position:center;user-select:none;opacity:0;transition:opacity .2s}.Section__photo-image--loaded{opacity:1}.Section__photo-image--preloader{--blur-size:0px;opacity:1;position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;margin-top:calc(var(--blur-size) * -2);margin-left:calc(var(--blur-size) * -2);width:calc(100% + calc(var(--blur-size) * 4));height:calc(100% + calc(var(--blur-size) * 4));object-fit:cover;object-position:center;filter:blur(var(--blur-size));-webkit-filter:blur(var(--blur-size))}@media (max-width:1400px){.Section__photo{--size:290}}@media (max-width:1024px){.Section--photos{padding-bottom:80px}}@media (max-width:768px){.Section--photos .Section__head br{display:none}}.Section--banner{padding-top:100px;padding-bottom:100px;margin-bottom:calc(100px - var(--footer-indent));min-height:550px;box-sizing:border-box;background-color:#f0f4f9;position:relative;overflow:hidden}.Section--banner .Section__in{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:60%}.Section--banner .Section__buttons,.Section--banner .Section__head,.Section--banner .Section__text{z-index:2}.Section--banner .Section__in::after{content:'';display:block;position:absolute;border-radius:50%;background:linear-gradient(41deg,#ffde00 23.45%,#ffed77 76.55%);z-index:0;--size:656px;width:var(--size);height:var(--size);top:auto;bottom:-200px;right:calc(15% - (var(--size) - 464px)/ 2)}.Section__banner-image{position:absolute;display:block;top:auto;bottom:0;right:15%;height:auto;max-height:100%;width:auto;object-fit:cover;object-position:center;pointer-events:none;user-select:none;z-index:1;opacity:0;transition:opacity .2s}.Section__banner-image--loaded{opacity:1}.Section--banner .Section__buttons{display:flex;align-items:center}.Section--banner .Section__buttons>*+*{margin-left:48px}.Section--banner .Section__buttons>.Link{font-weight:700;line-height:34px;font-size:22px;text-decoration:unset;white-space:nowrap}@media (max-width:1660px){.Section--banner .Section__in::after{right:calc(10% - (var(--size) - 464px)/ 2)}.Section__banner-image{right:10%}}@media (max-width:1400px){.Section--banner .Section__in{width:50%}.Section--banner .Section__in::after{--size:500px;bottom:-80px}}@media (max-width:1024px){.Section--banner{min-height:500px;margin-bottom:calc(80px - var(--footer-indent))}.Section--banner .Section__in{width:55%}.Section__banner-image{right:0}.Section--banner .Section__in::after{--size:576px;bottom:-118px;right:calc(0% - (var(--size) - 428px)/ 2)}}@media (max-width:768px){.Section--banner{padding-top:80px;padding-bottom:80px;margin-bottom:calc(60px - var(--footer-indent))}.Section--banner .Section__in{width:100%}.Section__banner-image{display:none}.Section--banner .Section__buttons{width:100%;flex-direction:column;align-items:flex-start}.Section--banner .Section__buttons>*{margin-left:0}.Section--banner .Section__buttons>.Link{text-align:center;margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:0}.Section--banner .Section__buttons .Button{width:100%}.Section--banner .Section__in::after{display:none}}.Section__action--articles{background:url(/media/images/action_articles.webp),#000;background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto;justify-content:flex-start;padding:24px 30px;margin-top:20px}.Section__action--articles .Section__action-title{color:#fff;font-size:24px;line-height:28px;max-width:250px}.Section__action--articles .Section__action-title div:last-child{padding:6px 10px;border-radius:24px;background:linear-gradient(90deg,#ffde00 0,#ffff82 100%);color:#000;font-size:12px;font-weight:800;line-height:14px;text-transform:uppercase;width:fit-content;margin-top:12px}@media (max-width:1400px){.Section__action--articles{background:url(/media/images/action_articles-big.webp),#000;padding:18px 24px}.Section__action--articles .Section__action-title{font-size:20px;line-height:24px;max-width:200px}.Section__action--articles .Section__action-title div:last-child{padding:4px 8px;font-size:10px;line-height:12px;margin-top:10px}}@media (max-width:1024px){.Section__action--articles{background:url(/media/images/action_articles-middle.webp),#000;padding:24px 30px}.Section__action--articles .Section__action-title{font-size:24px;line-height:28px;max-width:250px}.Section__action--articles .Section__action-title div:last-child{padding:6px 10px;font-size:12px;line-height:14px;margin-top:12px}}@media (max-width:768px){.Section__action--articles{background:url(/media/images/action_articles-small.webp),#000;padding:20px}.Section__action--articles .Section__action-title{font-size:14px;line-height:16px;max-width:150px}.Section__action--articles .Section__action-title div:last-child{padding:4px 6px;font-size:8px;line-height:10px;margin-top:8px}}