@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:40px;padding-bottom:100px}.Section--island .Section__in{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;padding:40px;border-radius:var(--border-radius-image);background-color:#030304;min-height:400px;box-sizing:border-box;position:relative;overflow:hidden}.Section--island .Section__head{color:#fff;font-size:42px;line-height:50px;margin-bottom:auto;position:relative;z-index:2;max-width:550px}.Section--island .Button{width:fit-content;--button_padding:36px;margin-top:26px;margin-bottom:0;position:relative;z-index:2}.Section__island-image{position:absolute;display:block;top:0;bottom:0;right:0;left:0;height:100%;width:100%;z-index:1}.Section__island-image img{width:100%;height:100%;object-fit:cover;object-position:right top;display:block;opacity:0;transition:opacity .2s}img.Section__island-image--loaded{opacity:1}@media (max-width:1400px){.Section--island .Section__in{padding:24px}}@media (max-width:1024px){.Section--island{padding-top:20px;padding-bottom:80px}.Section--island .Section__in{min-height:310px}.Section--island .Section__head{font-size:32px;line-height:38px;max-width:450px}}@media (max-width:768px){.Section--island .Section__in{padding:20px;min-height:330px}.Section--island .Section__in::after{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 65%,rgba(0,0,0,1) 100%);z-index:2}.Section--island .Section__head{font-size:24px;line-height:30px;margin-bottom:0;margin-top:auto;z-index:3}.Section--island .Button{width:100%;margin-top:12px;z-index:3}.Section__island-image img{object-position:center top}}.Section--works{padding-bottom:100px}.Section__works{display:grid;grid-template-columns:repeat(4,calc((100% - 20px * 3)/ 4));grid-template-rows:min-content;grid-gap:20px}.Section__work{display:block;border-radius:var(--border-radius-image);background:linear-gradient(208deg,#f7fbff 0,#e7edf6 100%);padding:30px;counter-increment:counter}.Section__work a{text-decoration:none!important}.Section__work-head{position:relative;display:flex;align-items:center}.Section__work-head::before{content:'0'counter(counter) '. ';color:#000;font-weight:800;font-size:32px;line-height:24px;display:block;position:absolute;z-index:2;top:0;left:0}.Section__work-icon{width:120px;height:120px;box-sizing:border-box;padding:20px;background:linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);border-radius:50%;position:relative;z-index:1;flex-shrink:0}.Section__work-icon svg{width:100%;height:100%;color:#000}.Section__work-arrow{display:flex;align-items:center;width:100%;height:22px;margin-left:20px}.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="%23DDE1E6"/></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="%23DDE1E6"/></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="%23DDE1E6"/></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:20px}@media (max-width:1400px){.Section__work{padding:24px}.Section__work-head::before{font-size:28px;line-height:20px}.Section__work-icon{width:100px;height:100px;padding:16px}.Section__work-text{margin-top:16px}}@media (max-width:1024px){.Section--works{padding-bottom:80px}.Section__works{grid-template-columns:repeat(2,calc((100% - 20px * 1)/ 2))}.Section__work{display:flex;align-items:center;padding:24px}.Section__work-head{position:relative;display:flex;align-items:center}.Section__work-head::before{font-size:22px;line-height:14px}.Section__work-icon{width:74px;height:74px;padding:12px}.Section__work-arrow{display:none}.Section__work-text{margin-top:0;margin-left:20px}}@media (max-width:768px){.Section__works{grid-template-columns:100%}.Section__work-head::before{font-size:20px;line-height:12px}}.Section--distribution{padding-bottom:100px}.Section__distribution{display:grid;grid-template-columns:repeat(2,calc((100% - 40px * 1)/ 2));grid-template-rows:min-content;grid-column-gap:40px;align-items:center}.Section--distribution .Section__head{grid-area:1/2/2/3;position:relative;z-index:2}.Section__distribution-cells{display:grid;grid-template-columns:100%;grid-template-rows:min-content;grid-gap:26px;grid-area:2/2/3/3;position:relative;z-index:2}.Section__distribution-cell{--timeout:.9s;display:flex;flex-direction:row;align-items:flex-start}.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:20px;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:22px;font-weight:800;line-height:24px}.Section__distribution-cell__text{color:#000;font-size:18px;font-weight:400;line-height:22px;margin-top:4px}.Section--distribution .Section__distribution>.Button{grid-area:3/2/4/3;margin-top:44px;position:relative;z-index:2}.Section--distribution .Button{--button_padding:26px}.Section__distribution-video{display:flex;justify-content:flex-end;align-items:center;z-index:1;height:auto;width:100%;overflow:hidden;grid-area:1/1/4/2;position:relative;z-index:1}.Section__distribution-video .Video{border-radius:var(--border-radius-image)}@media (max-width:1400px){.Section__distribution{grid-template-columns:repeat(2,calc((100% - 20px * 1)/ 2));grid-column-gap:20px}}@media (max-width:1024px){.Section--distribution{padding-bottom:80px}.Section__distribution{grid-template-columns:repeat(2,calc((100% - 26px * 1)/ 2));grid-column-gap:26px;grid-row-gap:26px}.Section--distribution .Section__head{grid-area:2/1/3/3;margin-top:calc(40px - 26px)}.Section__distribution-cells{grid-template-columns:repeat(2,calc((100% - 26px * 1)/ 2));grid-template-rows:min-content 55px;grid-column-gap:26px;grid-row-gap:26px;grid-area:3/1/5/3;margin-top:calc(40px - 26px)}.Section__distribution-cell__title{font-size:18px;line-height:20px}.Section__distribution-cell__text{font-size:16px;line-height:20px}.Section--distribution .Section__distribution>.Button{grid-area:4/2/5/3;margin-top:0}.Section__distribution-video{grid-area:1/1/2/3}}@media (max-width:768px){.Section__distribution{grid-template-columns:100%;grid-row-gap:40px}.Section--distribution .Section__head{grid-area:unset;margin-top:0;order:2}.Section__distribution-cells{grid-template-columns:100%;grid-template-rows:min-content;grid-column-gap:26px;grid-row-gap:26px;grid-area:unset;margin-top:0;order:3}.Section--distribution .Section__distribution>.Button{grid-area:unset;order:4;width:100%}.Section__distribution-video{grid-area:unset;order:1}}.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}.Section--types .Section__buttons,.Section--types .Section__head,.Section--types .Section__text{z-index:2}.Section__types-image{position:absolute;display:block;top:auto;bottom:0;right:0;height:auto;width:auto;object-fit:cover;object-position:center;pointer-events:none;user-select:none;z-index:1;opacity:0;transition:opacity .2s}.Section__types-image--loaded{opacity:1}.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{margin-top:10px;margin-left:10px;--button_padding:22px}@media (max-width:1660px){.Section__types-image{transform:translateX(20%)}}@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(4,calc((100% - 20px * 3)/ 4));grid-template-rows:min-content;grid-gap:20px}.Section__match{display:flex;flex-direction:column;align-items:center;border-radius:var(--border-radius-image);background:linear-gradient(260deg,#f0f4f9 0,#e7edf6 100%);padding:20px}.Section__match-icon{--size:60px;width:var(--size);height:var(--size);user-select:none}.Section__match-icon svg{width:inherit;height:inherit}.Section__match-text{color:#000;font-size:18px;font-weight:700;line-height:22px;margin-top:16px;width:100%;text-align:center}@media (max-width:1400px){.Section__matches{grid-template-columns:repeat(2,calc((100% - 20px * 1)/ 2))}.Section--matches .Section__text{max-width:unset}}@media (max-width:1024px){.Section--matches{padding-bottom:80px}}@media (max-width:768px){.Section__matches{grid-template-columns:100%}.Section__match{padding:20px 24px}.Section__match-icon{display:none}.Section__match-text{text-align:left;margin-top:0}}.Section--manuals{padding-bottom:100px}.Section__manuals{display:grid;grid-template-columns:repeat(3,calc((100% - 20px * 2)/ 3));grid-template-rows:min-content;grid-gap:20px}.Section__manual{display:block;border-radius:var(--border-radius-image);background-color:#f0f4f9;background-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="135" height="125" viewBox="0 0 135 125" fill="none"><path d="M42.5 125C93.5863 125 135 83.5863 135 32.5C135 21.0632 132.924 10.1111 129.129 0H0V114.68C12.7256 121.275 27.1777 125 42.5 125Z" fill="%23DEE6F2"/></svg>');background-position:left top;background-repeat:no-repeat;background-size:135px 125px;padding:24px 30px 30px 30px;counter-increment:counter;text-align:left}.Section__manual-title{color:#000;font-size:24px;font-weight:700;line-height:30px}.Section__manual-title::before{content:'0'counter(counter) '. ';font-weight:800;font-size:28px}.Section__manual-text{color:#000;font-size:18px;font-weight:400;line-height:22px;margin-top:14px}.Section__manual .Section__buttons{display:flex;align-items:center;margin-top:34px}.Section__manual .Section__buttons>*+*{margin-top:12px}@media (max-width:1400px){.Section__manual{padding:22px 24px 24px 24px;background-size:130px 120px}.Section__manual-title{font-size:22px;line-height:28px}.Section__manual-title::before{font-size:26px}}@media (max-width:1024px){.Section--manuals{padding-bottom:80px}.Section__manual{background-size:110px 100px}.Section__manuals{grid-template-columns:repeat(2,calc((100% - 20px * 1)/ 2))}.Section__manual:nth-child(3n+3){grid-column:span 2}}@media (max-width:768px){.Section__manuals{grid-template-columns:100%}.Section__manual{grid-column:unset!important}}.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{--button_padding:24px;cursor:default;width:100%}.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_karso{padding-bottom:100px}.Section--action_karso .Section__action{background:url(/media/images/action_karso.webp),linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_karso .Section__action-title span:nth-child(1){display:block;font-weight:700;font-size:24px;line-height:32px}.Section--action_karso .Section__action-title span:nth-child(2){display:block;font-weight:500;font-size:18px;line-height:24px;margin-top:16px}.Section--action_karso .Section__action .Button{--button_padding:56px}@media (max-width:1400px){.Section--action_karso .Section__action{background:url(/media/images/action_karso-big.webp),linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_karso .Section__action .Button{--button_padding:32px}}@media (max-width:1024px){.Section--action_karso{padding-bottom:80px}.Section--action_karso .Section__action{background:url(/media/images/action_karso-middle.webp),linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}.Section--action_karso .Section__action-title span:nth-child(1){font-size:22px;line-height:30px}.Section--action_karso .Section__action-title span:nth-child(2){font-size:16px;line-height:20px}}@media (max-width:768px){.Section--action_karso .Section__action{background:url(/media/images/action_karso-small.webp),linear-gradient(86deg,#ffde00 5.92%,#ffed77 100%);background-repeat:no-repeat;background-position:right center,center;background-size:auto 100%,auto}}.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}}