:root{--red: #FF3838;--blue100: #166CFB;--blue200: #134BC5;--blue300: #08398A;--blue400: #041733;--blue500: #6da8ff;--gray100: #F7F7F9;--gray200: #E6E7EA;--gray400: #B8BABF;--gray500: #595A5B;--gray600: #333437;--gray700: #252628;--gray800: #202123;--white: #fff;--yellow200: #F4BE44;--yellow300: #F19236;--shadow-main: 0px 10px 40px rgba(10, 12, 16, 0.07);--br-main: 16px}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul,li{list-style:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}a{text-decoration:none;cursor:pointer}button{border:none;background:none;margin:0;padding:0;cursor:pointer}@font-face{font-family:"mont";font-display:swap;src:url("/h/assets/fonts/mont-400.woff") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"mont";font-display:swap;src:url("/h/assets/fonts/mont-500.woff") format("woff");font-weight:500;font-style:normal}@font-face{font-family:"mont";font-display:swap;src:url("/h/assets/fonts/mont-600.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:"mont";font-display:swap;src:url("/h/assets/fonts/mont-700.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"root";font-display:swap;src:url("/h/assets/fonts/root-400.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"root";font-display:swap;src:url("/h/assets/fonts/root-500.woff2") format("woff2");font-weight:500;font-style:normal}.is-form-field{position:relative;display:block;margin:0 0 20px 0}.is-form-field label{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;z-index:10}.is-form-field .ff-label{pointer-events:none;position:absolute;display:block;z-index:10;top:26px;left:28px;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:20px;font-weight:400;-webkit-transition:font-size 200ms,color 200ms,-webkit-transform 200ms;transition:font-size 200ms,color 200ms,-webkit-transform 200ms;-o-transition:transform 200ms,font-size 200ms,color 200ms;transition:transform 200ms,font-size 200ms,color 200ms;transition:transform 200ms,font-size 200ms,color 200ms,-webkit-transform 200ms;will-change:transform}.is-form-field .ff-input{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:35px 26px 13px 26px;border:2px solid var(--gray100);border-radius:8px;background:var(--gray100);-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms}.is-form-field .ff-input__arrow{width:32px;height:32px;position:absolute;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20px}.is-form-field .ff-input__arrow--up{display:none}.is-form-field .ff-error{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:none;overflow:hidden;text-align:left;color:var(--red);font-size:12px;line-height:14px;height:0;opacity:0;visibility:hidden;-webkit-transition:opacity .2s,visibility .2s,height .2s;-o-transition:opacity .2s,visibility .2s,height .2s;transition:opacity .2s,visibility .2s,height .2s}.is-form-field .ff-error:before{position:relative;display:block;content:"";height:5px}.is-form-field.state-design .ff-title{font-size:38px;line-height:50px;font-weight:600}.is-form-field.state-design .ff-input{border:none;border-radius:0;border-bottom:1px solid #000;background-color:transparent;padding-left:0}.is-form-field.state-design .ff-label{top:36px;left:0}.is-form-field.state-design.field-text.state-focus .ff-label{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.is-form-field.state-design.field-text.state-has-value .ff-label{-webkit-transform:translateY(-18px);-ms-transform:translateY(-18px);transform:translateY(-18px)}.is-form-field.state-design.field-text input{background-color:transparent}.is-form-field.state-design.field-textarea.state-focus .ff-label{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}.is-form-field.state-design.field-textarea.state-has-value .ff-label{-webkit-transform:translateY(-18px);-ms-transform:translateY(-18px);transform:translateY(-18px)}.is-form-field.state-design.field-textarea textarea{background-color:transparent}.is-form-field.state-design+.is-form-field{margin-top:60px}.form-state-attempt .is-form-field.state-error .ff-error{height:22px;opacity:1;visibility:visible}.form-state-attempt .is-form-field.state-error .ff-label{color:var(--red)}.form-state-attempt .is-form-field.state-error .ff-file-add-label{color:var(--red)}.form-state-attempt .is-form-field.state-error .ff-file-remove-label{color:var(--red)}.form-state-attempt .is-form-field.state-error.field-text .ff-input{border-color:var(--red) !important}.form-state-attempt .is-form-field.state-error.field-text input{color:var(--red)}.form-state-attempt .is-form-field.state-error.field-textarea .ff-input{border-color:var(--red) !important}.form-state-attempt .is-form-field.state-error.field-textarea textarea{color:var(--red)}.form-state-attempt .is-form-field.state-error.field-select select{border-color:var(--red) !important}.form-state-attempt .is-form-field.state-error.field-group i{border-color:var(--red)}.form-state-attempt .is-form-field.state-error.field-group .checkbox-label{color:var(--red)}.form-state-attempt .is-form-field.state-error.field-group .is-link{color:var(--red)}.form-state-attempt .is-form-field.state-error.field-group:before{opacity:1;visibility:visible}.form-state-attempt .is-form-field.field-checkbox-error .checkbox-icon{border-color:var(--red)}.form-state-attempt .is-form-field.field-checkbox-error .is-link-a{color:var(--red)}.form-state-attempt .is-form-field.field-checkbox-error label{color:var(--red)}.is-form-field.field-text{cursor:text}.is-form-field.field-text label{cursor:text}.is-form-field.field-text input{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;width:100%;margin:0;padding:0;outline:none;font-family:"root","Arial",sans-serif;color:var(--gray800);font-size:18px;line-height:20px;font-weight:500;border:none;border-radius:0;background:var(--gray100);-webkit-appearance:none;-moz-appearance:none}.is-form-field.field-text input:focus::-webkit-input-placeholder{color:#eee;font-size:16px;line-height:22px;-webkit-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus::-moz-placeholder{color:#eee;font-size:16px;line-height:22px;-moz-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus:-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus::-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus::placeholder{color:#eee;font-size:16px;line-height:22px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus:-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-text input:focus::-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-text.state-has-value .ff-label{font-size:16px;line-height:16px;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.is-form-field.field-text.state-focus .ff-label{font-size:16px;line-height:16px;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.is-form-field.field-text.state-focus .ff-input{border-color:var(--blue100)}.is-form-field.field-textarea{cursor:text}.is-form-field.field-textarea label{cursor:text}.is-form-field.field-textarea textarea{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;width:100%;height:24px;resize:none;margin:0;padding:0;outline:none;font-family:"root","Arial",sans-serif;color:var(--gray800);font-size:20px;line-height:24px;font-weight:500;border:none;border-radius:0;background:var(--gray100);-webkit-appearance:none;-moz-appearance:none}.is-form-field.field-textarea textarea:focus::-webkit-input-placeholder{color:#eee;font-size:16px;line-height:22px;-webkit-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus::-moz-placeholder{color:#eee;font-size:16px;line-height:22px;-moz-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus:-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus::-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus::placeholder{color:#eee;font-size:16px;line-height:22px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus:-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea textarea:focus::-ms-input-placeholder{color:#eee;font-size:16px;line-height:22px;-ms-transition:color 200ms;transition:color 200ms}.is-form-field.field-textarea.state-has-value .ff-label{font-size:16px;line-height:16px;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.is-form-field.field-textarea.state-focus .ff-label{font-size:16px;line-height:16px;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.is-form-field.field-textarea.state-focus .ff-input{border-color:var(--blue100)}.is-form-field.field-radio label{position:relative;display:inline-block;padding-left:35px}.is-form-field.field-radio .radio-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;font-family:"root","Arial",sans-serif;color:var(--gray800);font-size:18px;line-height:30px;font-weight:400;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-form-field.field-radio input{display:block;position:absolute;width:1px;height:1px;opacity:0;top:0;left:0}.is-form-field.field-radio i{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;top:3px;left:0;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #134bc5;-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms;will-change:transform}.is-form-field.field-radio i:before{pointer-events:none;content:"";display:block;position:absolute;top:3px;left:3px;width:10px;height:10px;background:#134bc5;border-radius:50%;opacity:0;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms}.is-form-field.field-radio input:checked+i:before{opacity:1}.is-form-field.field-radio+.is-form-field.field-radio{margin-top:-8px}.is-form-field.field-checkbox label{position:relative;display:inline-block;padding-left:40px}.is-form-field.field-checkbox label:hover i{border-color:var(--blue200)}.is-form-field.field-checkbox .checkbox-label{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-form-field.field-checkbox input{display:block;position:absolute;width:1px;height:1px;opacity:0;top:0;left:0}.is-form-field.field-checkbox i{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;top:2px;left:0;width:24px;height:24px;background:#fff;border:2px solid var(--blue200);-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms}.is-form-field.field-checkbox i:before{pointer-events:none;content:"";display:block;position:absolute;top:3px;left:3px;width:14px;height:14px;background:#134bc5;opacity:0;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms}.is-form-field.field-checkbox input:checked+i:before{opacity:1}.is-form-field.field-checkbox input:disabled+i{background:#f2f5f6;border-color:#ccc}.is-form-field.field-checkbox input:disabled+i+span{color:#ccc}.is-form-field.is-form-field--agreement{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:16px;line-height:24px;font-weight:400;padding:10px 0}.is-form-field.is-form-field--agreement .checkbox-icon{cursor:pointer;top:0;left:3px;border-radius:0}.is-form-field.is-form-field--agreement .checkbox-icon::before{border-radius:0}.is-form-field.field-file{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;z-index:30;margin:0 0 32px 0}.is-form-field.field-file .ff-file-add{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer !important;position:relative}.is-form-field.field-file .ff-file-add:hover .ff-file-add-img{stroke:var(--blue200)}.is-form-field.field-file .ff-file-add:hover .ff-file-add-label{color:var(--blue200)}.is-form-field.field-file .ff-file-info{margin-left:5px;will-change:transform,opacity}.is-form-field.field-file .ff-file-info:hover .ff-file-info-label{opacity:1 !important;visibility:visible;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 400ms,-webkit-transform 400ms;transition:opacity 400ms,-webkit-transform 400ms;-o-transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms,-webkit-transform 400ms}.is-form-field.field-file .ff-file-info-label{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;z-index:30;top:100%;left:-52px;width:488px;margin:10px 0 0 0;padding:32px;color:var(--gray500);font-size:16px;line-height:28px;font-weight:400;background:#fff;border-radius:10px;-webkit-filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;-o-transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms,-webkit-transform 100ms}.is-form-field.field-file .ff-file-info-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";z-index:5;top:-10px;left:64px;width:16px;height:16px;background:#fff;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.is-form-field.field-file .ff-file-add-img{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;width:18px;height:18px;margin:0 8px;stroke:var(--gray500);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;-webkit-transition:stroke 200ms;-o-transition:stroke 200ms;transition:stroke 200ms}.is-form-field.field-file .ff-file-add-label{display:block;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:20px;line-height:20px;font-weight:400;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-form-field.field-file .ff-file-add-input{cursor:pointer;opacity:0;z-index:50;display:block;position:absolute;top:0;left:0;width:100%;height:100%}.is-form-field.field-file .ff-file-add-input::-webkit-file-upload-button{cursor:pointer}.is-form-field.field-file .ff-file-remove{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-form-field.field-file .ff-file-remove-img{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;display:block;width:18px;height:18px;margin:0 8px;stroke:var(--gray500);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;-webkit-transition:stroke 200ms;-o-transition:stroke 200ms;transition:stroke 200ms}.is-form-field.field-file .ff-file-remove-img:hover{stroke:var(--red)}.is-form-field.field-file .ff-file-remove-img--express{stroke:var(--red)}.is-form-field.field-file .ff-file-remove-label{display:block;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:20px;line-height:20px;font-weight:400;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-form-field.field-file.state-has-file .ff-file-add{display:none}.is-form-field.field-file.state-has-file .ff-file-remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.is-multi-form{background:#f7f7f9;border-radius:8px;padding:24px 24px 10px;margin-bottom:28px}.is-multi-form .is-form-field.is-form-field--multi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}.is-multi-form .multi-title{font-size:20px;line-height:32px;font-weight:400;margin-bottom:12px;color:var(--gray500)}.is-multi-form label{font-size:20px;line-height:32px;font-weight:400;position:relative;display:inline-block;padding-left:35px;width:50%;margin-bottom:15px;color:var(--gray800);cursor:pointer}.is-multi-form input{display:block;position:absolute;width:1px;height:1px;opacity:0;top:0;left:0;cursor:pointer}.is-multi-form .checkbox-icon{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;top:6px;left:0;width:20px;height:20px;background:#fff;border:2px solid var(--gray500);-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms;will-change:transform;cursor:pointer}.is-multi-form .checkbox-icon:before{pointer-events:none;content:url("/h/assets/img/check-blue.svg");display:block;position:absolute;top:-8px;left:2px;opacity:0;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms}.is-multi-form .checkbox-icon.state-blue{border:2px solid var(--blue200)}.is-multi-form input:checked+i:before{opacity:1}.is-multi-form.state-a{background-color:transparent}.is-multi-form.state-a .multi-title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;color:var(--gray800);margin-bottom:20px}.is-multi-form.state-a label{font-size:16px;line-height:24px;font-weight:400}.is-multi-form.state-a .checkbox-icon{top:4px}.is-multi-form.state-a .checkbox-icon:before{top:-4px}.is-count-form{padding:24px 24px 10px;margin-bottom:28px}.is-count-form .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:20px}.is-count-form .cf-title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;color:var(--gray800);margin-bottom:20px}.is-count-form .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-count-form .cf-box-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;border:2px solid #f7f7f9;border-radius:6px}.is-count-form .cf-sign{display:block;padding:0 10px}.is-count-form .cf-count{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:24px;font-weight:600;color:var(--gray800);padding:0 10px;border-left:2px solid #f7f7f9;border-right:2px solid #f7f7f9}.is-form-validation{position:relative}.is-form-validation.form-state-progress{pointer-events:none}@media screen and (max-width: 1560px){.is-form-field.state-design .ff-title{font-size:34px;line-height:46px;font-weight:600}}@media screen and (max-width: 1330px){.is-form-field .ff-label{font-size:18px;line-height:30px;top:17px}}@media screen and (max-width: 950px){.is-multi-form{margin-bottom:20px}.is-multi-form .is-form-field.is-form-field--multi{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-multi-form label{font-size:16px;line-height:24px;font-weight:400;position:relative;display:inline-block;width:100%}.is-multi-form .checkbox-icon{top:0}.is-multi-form .checkbox-icon:before{top:-4px;left:1px}.is-count-form .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-count-form .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex}.is-form-field.field-file .ff-file-add-label{color:var(--gray500);font-size:16px;line-height:24px;font-weight:400}.is-form-field.field-file .ff-file-info-label{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;z-index:30;top:100%;left:-215px;width:300px;margin:10px 0 0 0;padding:32px;color:var(--gray500);font-size:16px;line-height:28px;font-weight:400;background:#fff;border-radius:10px;-webkit-filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;-o-transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms,-webkit-transform 100ms}.is-form-field.field-file .ff-file-info-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";z-index:5;top:-10px;left:227px;width:16px;height:16px;background:#fff;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.is-form-field.field-checkbox .checkbox-label{font-size:16px;line-height:24px;font-weight:400}.is-form-field.state-design .ff-title{font-size:30px;line-height:38px;font-weight:600}}@media screen and (max-width: 745px){.is-form-field .ff-label{top:16px;left:22px;font-size:14px;line-height:18px}.is-form-field .ff-input{padding:24px 20px 8px 20px;border-radius:6px}.is-form-field.is-form-field--agreement{font-size:14px;line-height:20px}.is-form-field.state-design .ff-title{font-size:22px;line-height:34px;font-weight:600}.is-form-field.state-design .ff-label{top:26px}.is-form-field.field-text input{font-size:16px;line-height:20px}.is-form-field.field-text.state-has-value .ff-label{font-size:12px;line-height:12px;-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.is-form-field.field-text.state-focus .ff-label{font-size:12px;line-height:12px;-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.is-form-field.field-textarea textarea{height:22px;font-size:18px;line-height:22px}.is-form-field.field-textarea.state-has-value .ff-label{font-size:12px;line-height:12px;-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.is-form-field.field-textarea.state-focus .ff-label{font-size:12px;line-height:12px;-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.is-form-field.field-file .ff-file-add-label{font-size:16px;line-height:16px}.is-form-field.field-file .ff-file-remove-label{font-size:16px;line-height:16px}.is-form-field.field-radio label{padding-left:30px}.is-form-field.field-radio .radio-label{font-size:16px;line-height:24px}.is-form-field.field-radio i{top:1px}.is-form-field.field-checkbox .checkbox-label{font-size:14px;line-height:20px;font-weight:400}}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;-o-transition:200ms transform,200ms top;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;-o-transition:200ms transform,200ms left;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;-o-transition:200ms transform,200ms right;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;animation:swiper-preloader-spin 1s steps(12, end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-position:50%;background-size:100%;background-repeat:no-repeat}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.is-fancy-modal-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;z-index:9000;top:0;left:0;width:100%;height:100%;background:rgba(10,15,25,.7);pointer-events:none;opacity:0;visibility:hidden;-webkit-transition:opacity 400ms,visibility 400ms;-o-transition:opacity 400ms,visibility 400ms;transition:opacity 400ms,visibility 400ms;will-change:opacity,visibility}.is-fancy-modal-overlay .fmo-parent{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;height:auto;max-height:100%}.is-fancy-modal-overlay .fmo-inner{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:30px;opacity:0;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);-webkit-transition:opacity 100ms,-webkit-transform 100ms;transition:opacity 100ms,-webkit-transform 100ms;-o-transition:opacity 100ms,transform 100ms;transition:opacity 100ms,transform 100ms;transition:opacity 100ms,transform 100ms,-webkit-transform 100ms;will-change:opacity,transform}.is-fancy-modal-overlay .fmo-cross{display:block;position:absolute;z-index:599;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:20px;right:20px;width:50px;height:50px;border-radius:50%;-webkit-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;border:none;background:none}.is-fancy-modal-overlay .fmo-cross svg{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;top:15px;left:15px;width:20px;height:20px;fill:#70737d;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-fancy-modal-overlay .fmo-cross:hover{background:#f2f4fa}.is-fancy-modal-overlay .fmo-cross:hover svg{fill:#000}.is-fancy-modal-overlay .fmo-backward{-webkit-box-sizing:border-box;box-sizing:border-box;display:none;position:relative;width:100%;max-width:410px;margin:0 auto 20px auto}.is-fancy-modal-overlay .fmo-backward a{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:10px 0 10px 20px;font-size:18px;line-height:18px;font-weight:600}.is-fancy-modal-overlay .fmo-backward a:before{position:absolute;display:block;content:"";top:50%;left:-1px;width:10px;height:15px;margin:-8px 0 0 0;background:url("/h/assets/img/icon-back.svg?nc=88") no-repeat 0 0;background-size:100% 100%}.is-fancy-modal-overlay .fmo-backward button{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:10px 0 10px 20px;border:none;background-color:transparent;cursor:pointer;font-size:18px;line-height:18px;font-weight:600;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.is-fancy-modal-overlay .fmo-backward button:before{position:absolute;display:block;content:"";top:50%;left:-1px;width:10px;height:15px;margin:-8px 0 0 0;background:url("/h/assets/img/icon-back.svg?nc=88") no-repeat 0 0;background-size:100% 100%}.is-fancy-modal-overlay .fmo-backward button:hover{color:var(--blue200)}.is-fancy-modal-overlay .fmo-backward--partners{margin-left:0}.html-state-show-fancy{overflow:hidden}.html-state-show-fancy .is-fancy-modal-overlay{pointer-events:auto;opacity:1;visibility:visible;-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.html-state-play-fancy .is-fancy-modal-overlay .fmo-inner{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 400ms,-webkit-transform 400ms;transition:opacity 400ms,-webkit-transform 400ms;-o-transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms,-webkit-transform 400ms}@media screen and (max-width: 767px){.is-fancy-modal-overlay{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:fixed;z-index:1000;top:64px;left:0;bottom:0;right:0;height:auto;background:#fff}.is-fancy-modal-overlay .fmo-cross{display:none}.is-fancy-modal-overlay .fmo-backward{display:block}.is-fancy-modal-overlay .fmo-backward a{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px}.is-fancy-modal-overlay .fmo-parent{padding:0;height:100%}.is-fancy-modal-overlay .fmo-inner{height:100%;background:#fff;opacity:1;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms}.is-fancy-modal-overlay .fmo-inner:has(.fb-modal-reviews){height:auto}.html-state-play-fancy .is-fancy-modal-overlay .fmo-inner{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms}}.custom-select{position:relative}.custom-select .options-block{display:none;position:absolute;top:100%;left:0;right:0;padding:10px 0;background:#fff;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.2);border-radius:10px;overflow-x:hidden;overflow-y:auto;z-index:100}.custom-select .options-block--active{display:block}.custom-select .options-block::-webkit-scrollbar{width:7px;background-color:#f8f9fa;padding:5px}.custom-select .options-block::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b8babf}.custom-select .options-list{margin:0;padding:0 10px}.custom-select .options-list-wrapper{max-height:220px}.custom-select .options-list__item{cursor:pointer;padding:24px 28px;border-radius:18px}.custom-select .options-list__item:hover{color:#fff;background:var(--blue200)}.custom-select .options-list__item:before{content:"";width:0;height:0}.custom-select .options-hide{display:none}.is-box-stories{margin-bottom:28px}.is-box-stories .bs-modal-wrapper{display:none}.is-box-stories .bs-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-stories .bs-preview-item{width:120px;height:120px;margin-right:28px;border-radius:50%;border:2px solid var(--blue100);padding:3px;cursor:pointer}.is-box-stories .bs-preview-item img{width:100%;height:100%}.bs-modal .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bs-modal .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:369px;height:649px;border-radius:16px}.bs-modal .swiper-slide .bs-preview-video{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);height:650px;width:366px;border-radius:16px;-webkit-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms;z-index:110}.bs-modal .swiper-slide .bs-preview-video img{width:100%;height:100%;border-radius:16px;-webkit-filter:brightness(40%);filter:brightness(40%)}.bs-modal .swiper-slide video{height:100%;border-radius:16px}.bs-modal .swiper-slide-active{width:478px;height:840px}.bs-modal .swiper-slide-active .bs-preview-video{width:478px;height:840px}.bs-modal .bs-timeline-wrapper{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;height:84px;width:475px;padding:20px;top:0;left:50%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);z-index:110;background-color:#20212399;border-radius:16px 16px 0 0;border:1px solid #20212399;border-bottom:none}.bs-modal .bs-timeline-wrapper .bs-timeline{display:-webkit-box;display:-ms-flexbox;display:flex}.bs-modal .bs-timeline-wrapper .bs-timeline-chunk{width:33%;height:4px;background-color:var(--gray400)}.bs-modal .bs-timeline-wrapper .bs-timeline-chunk+.bs-timeline-chunk{margin-left:3px}.bs-modal .bs-timeline-wrapper .bs-timeline-chunk__inner{width:100%;height:100%;background-color:#fff;-webkit-transition:100ms;-o-transition:100ms;transition:100ms}.bs-modal .bs-timeline-wrapper .bs-timeline .bs-timeline-chunk-active>.bs-timeline-chunk__inner,.bs-modal .bs-timeline-wrapper .bs-timeline .bs-timeline-chunk-active~.bs-timeline-chunk>.bs-timeline-chunk__inner{width:0}.bs-modal .bs-timeline-wrapper .bs-timeline-volume{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.bs-modal .bs-timeline-wrapper .bs-timeline-volume svg{display:block;margin-left:auto;cursor:pointer}.bs-modal .bs-timeline-wrapper .bs-timeline-volume .bs-volume-on{display:none}.bs-modal .bs-timeline-wrapper .bs-timeline-volume .bs-close{display:none;margin-left:10px}.bs-modal .bs-player{position:absolute;top:50%;cursor:pointer;z-index:100}.bs-modal .bs-player-prev{left:30%}.bs-modal .bs-player-next{right:30%}.bs-modal .bs-close-desktop{position:absolute;right:3%;top:0;z-index:110;cursor:pointer}@media(max-width: 1560px){.bs-modal .swiper-slide{width:280px;height:494px}.bs-modal .swiper-slide .bs-preview-video{width:280px;height:494px}.bs-modal .swiper-slide-active{width:364px;height:640px}.bs-modal .swiper-slide-active .bs-preview-video{width:364px;height:640px}.bs-modal .bs-timeline-wrapper{position:absolute;height:84px;width:360px}.bs-modal .bs-player-prev{left:25%}.bs-modal .bs-player-next{right:25%}}@media(max-width: 1330px){.is-box-stories{margin-bottom:28px}.is-box-stories .bs-preview-item{width:112px;height:112px;margin-right:28px}.bs-modal .swiper-slide{width:180px;height:320px}.bs-modal .swiper-slide .bs-preview-video{width:180px;height:320px}.bs-modal .swiper-slide-active{width:352px;height:620px}.bs-modal .swiper-slide-active .bs-preview-video{width:352px;height:620px}.bs-modal .bs-timeline-wrapper{position:absolute;height:84px;width:348px}.bs-modal .bs-player-prev{left:25%}.bs-modal .bs-player-next{right:25%}}@media(max-width: 845px){.is-box-stories{margin-bottom:28px}.is-box-stories .bs-preview-item{width:80px;height:80px;margin-right:20px}.bs-modal .swiper-wrapper{height:calc(100vh - 64px) !important}.bs-modal .swiper-slide{width:auto;height:100%;border-radius:0;background:rgba(10,15,25,.7)}.bs-modal .swiper-slide-active{width:auto;height:100%}.bs-modal .swiper-slide video{border-radius:0}.bs-modal .bs-timeline-wrapper{position:absolute;height:84px;width:100%;border-radius:0}.bs-modal .bs-timeline-wrapper .bs-timeline-volume .bs-close{display:block}.bs-modal .bs-player-prev{left:0}.bs-modal .bs-player-next{right:0}.bs-modal .bs-close-desktop{display:none}}.__grid{-webkit-box-shadow:inset 0 0 0 1px green;box-shadow:inset 0 0 0 1px green}.__grid:before{content:"";display:block;position:absolute;top:0;left:50%;width:1px;height:100%;background:red}.__grid:after{content:"";display:block;position:absolute;top:50%;left:0;width:100%;height:1px;background:blue}*{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none}*::-moz-selection{background:rgba(0,0,0,.1)}*::selection{background:rgba(0,0,0,.1)}html{position:relative;display:block;min-width:960px;min-height:550px;font-family:"mont","Verdana",sans-serif;color:var(--gray800);font-size:16px;line-height:16px;font-weight:500;font-style:normal;background:var(--white)}body{position:relative;display:block;overflow-x:hidden}.state-custom-scroll::-webkit-scrollbar{width:4px;height:4px}.state-custom-scroll::-webkit-scrollbar-button{width:0;height:0}.state-custom-scroll::-webkit-scrollbar-thumb{background:var(--blue200);border:none;border-radius:0}.state-custom-scroll::-webkit-scrollbar-thumb:hover{background:var(--blue100)}.state-custom-scroll::-webkit-scrollbar-thumb:active{background:var(--blue100)}.state-custom-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border:none;border-radius:0}.state-custom-scroll::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.1)}.state-custom-scroll::-webkit-scrollbar-track:active{background:rgba(0,0,0,.1)}.state-custom-scroll::-webkit-scrollbar-corner{background:transparent}.is-main-layout{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;width:100%;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-main-layout .main-layout-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:100%;padding:104px 0 0 0}.is-main-layout .main-layout-content--industrial{padding-top:0}.is-main-layout .main-layout-footer{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:100%}.is-wrapper-a{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%;max-width:1640px;padding:0 30px;margin:0 auto}.is-wrapper-a--industrial{width:100%}.is-wrapper-b{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;max-width:900px}.is-global-header{-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;display:block;z-index:500;top:0;left:0;width:100%;height:104px;background:var(--white)}.is-global-header:before{pointer-events:none;position:absolute;display:block;content:"";bottom:0;left:0;width:100%;height:1px;background:var(--gray200)}.is-global-header .is-wrapper-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%}.is-global-header .gh-logo{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;margin:0 40px 0 0}.is-global-header .gh-logo svg{display:block;width:150px;height:26px}.is-global-header .gh-nav{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.is-global-header .gh-nav-item{display:block}.is-global-header .gh-nav-item:hover .gh-nav-link{color:var(--blue200)}.is-global-header .gh-nav-item:hover .gh-nav-link .arrow-down{display:none}.is-global-header .gh-nav-item:hover .gh-nav-link .arrow-up{display:block}.is-global-header .gh-nav-item:hover a.gh-nav-link{cursor:pointer;color:var(--blue200)}.is-global-header .gh-nav-item:hover .gh-nav-sub{pointer-events:auto;opacity:1 !important;-webkit-transform:none;-ms-transform:none;transform:none}.is-global-header .gh-nav-item+.gh-nav-item{margin:0 0 0 30px}.is-global-header .gh-nav-item--services .gh-nav-sub{display:grid;grid-template-columns:2fr 1fr;row-gap:60px;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;width:125%}.is-global-header .gh-nav-item--services .gh-nav-sub-box{position:relative}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(1){grid-row:1/3;margin-left:-80px;margin-right:20px}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(1) .gh-nav-sub-title{width:100%}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(1) .gh-nav-sub-list{-webkit-column-count:2;-moz-column-count:2;column-count:2}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(2){grid-row:1/2}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(3){grid-row:2/3}.is-global-header .gh-nav-item--technologies .gh-nav-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:147%;margin-left:-188px}.is-global-header .gh-nav-item--technologies a.gh-nav-sub-title:hover{color:var(--blue200)}.is-global-header .gh-nav-item--technologies-en .gh-nav-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-left:0}.is-global-header .gh-nav-item--technologies-en .gh-nav-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-left:0}.is-global-header .gh-nav-item--technologies-en a.gh-nav-sub-title:hover{color:var(--blue200)}.is-global-header .gh-nav-item--solutions .gh-nav-sub-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:175px;margin-left:150px}.is-global-header .gh-nav-item--career .gh-nav-sub-list,.is-global-header .gh-nav-item--about .gh-nav-sub-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-height:100px;padding-right:110px}.is-global-header .gh-nav-item--career .gh-nav-sub-link,.is-global-header .gh-nav-item--about .gh-nav-sub-link{margin-bottom:0}.is-global-header .gh-nav-item--career .gh-nav-sub-link+.gh-nav-sub-link,.is-global-header .gh-nav-item--about .gh-nav-sub-link+.gh-nav-sub-link{margin-left:64px}.is-global-header .gh-nav-link{position:relative;display:block;cursor:default;z-index:20;color:var(--gray800);font-size:20px;line-height:20px;white-space:nowrap;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-global-header .gh-nav-link.state-active{color:var(--blue200)}.is-global-header .gh-nav-link.state-arrow:not(:last-child){margin-right:20px}.is-global-header .gh-nav-link .arrow{display:block;position:absolute;width:23px;height:28px;top:-4px;right:-22px}.is-global-header .gh-nav-link .arrow-down{display:block}.is-global-header .gh-nav-link .arrow-up{display:none}.is-global-header .gh-nav-sub{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;z-index:10;top:100%;left:0;width:100%;margin:44px 0 0 0;padding:40px 0 64px;background:var(--gray100);pointer-events:none;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity 300ms,-webkit-transform 300ms;transition:opacity 300ms,-webkit-transform 300ms;-o-transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms,-webkit-transform 300ms}.is-global-header .gh-nav-sub:after{position:absolute;display:block;content:"";top:-50px;left:0;width:100%;height:50px}.is-global-header .gh-nav-sub:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray100)}.is-global-header ul{margin:0}.is-global-header ul li{padding:0;margin:0}.is-global-header ul li:before{display:none}.is-global-header .gh-nav-sub-title{display:block;font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600;margin-bottom:24px}.is-global-header .gh-nav-sub-link{position:relative;display:block;font-family:"mont","Verdana",sans-serif;color:var(--gray600);font-size:18px;line-height:28px;font-weight:500;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms;margin:0 0 12px 0;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.is-global-header .gh-nav-sub-link:hover a{color:var(--blue200)}.is-global-header .gh-nav-sub-link.state-active a{color:var(--blue200)}.is-global-header .gh-tools{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 0 40px}.is-global-header .gh-tools-lang{display:block;margin:0 26px 0 0;color:var(--blue100);font-size:20px;line-height:20px;-webkit-transition:color 400ms;-o-transition:color 400ms;transition:color 400ms}.is-global-header .gh-tools-lang:hover{color:var(--blue500)}.is-global-header .gh-tools-feedback{display:block;color:var(--white);font-size:22px;line-height:20px;font-weight:600;background-color:var(--blue200);border-radius:8px;padding:16px 32px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-global-header .gh-tools-feedback:hover{background-color:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-global-header--en .gh-nav-item--about .gh-nav-sub-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.is-global-header--en .gh-nav-item--about .gh-nav-sub-link+.gh-nav-sub-link{margin:0}.is-global-header-mob{-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;display:none;z-index:500;top:0;left:0;width:100%;height:64px;background:var(--white)}.is-global-header-mob:before{pointer-events:none;position:absolute;display:block;content:"";bottom:0;left:0;width:100%;height:1px;background:var(--gray200)}.is-global-header-mob .gh-menu{width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-global-header-mob .gh-menu--turkey{width:80px}.is-global-header-mob .gh-menu-burger{display:block;position:relative;width:20px;height:14px;bottom:1px;cursor:pointer}.is-global-header-mob .gh-menu-burger span{background-color:var(--gray800);position:absolute;width:100%;height:2px;left:0;top:6px;border-radius:16px}.is-global-header-mob .gh-menu-burger::before,.is-global-header-mob .gh-menu-burger::after{content:"";background-color:var(--gray800);position:absolute;width:100%;height:2px;left:0;border-radius:16px}.is-global-header-mob .gh-menu-burger::before{top:0}.is-global-header-mob .gh-menu-burger::after{bottom:0}.is-global-header-mob .gh-menu-burger--close{display:block;position:relative;width:20px;height:14px;bottom:1px;cursor:pointer}.is-global-header-mob .gh-menu-burger--close::before,.is-global-header-mob .gh-menu-burger--close::after{content:"";background-color:var(--gray800);position:absolute;width:100%;height:2px;left:0;border-radius:16px}.is-global-header-mob .gh-menu-burger--close::before{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.is-global-header-mob .gh-menu-burger--close::after{top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.is-global-header-mob .gh-menu-burger--hidden{display:none}.is-global-header-mob .gh-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:24px;left:0;width:100%;padding:0 20px}.is-global-header-mob .gh-logo{position:relative;display:block;width:100px;height:16px;margin:-2px 0 0 0}.is-global-header-mob .gh-logo svg{display:block;width:100px;height:16px}.is-global-header-mob .gh-tools-lang{position:relative;display:block;color:var(--blue100);font-size:16px;line-height:16px}.is-global-header-mob .gh-tools-feedback{position:relative;display:block;color:var(--gray800);font-size:16px;line-height:16px;font-weight:600}.is-global-header-mob .gh-tools-feedback--active svg path{stroke:#166cfb}.is-global-header-mob .gh-nav{position:absolute;display:block;overflow:hidden;top:57px;left:0;width:100%;height:32px}.is-global-header-mob .gh-nav-list{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;width:100%;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.is-global-header-mob .gh-nav-link{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:0 0 0 32px;padding:8px 0 30px 0;color:var(--gray800);font-size:16px;line-height:16px;white-space:nowrap}.is-global-header-mob .gh-nav-link:first-child{margin-left:20px}.is-global-header-mob .gh-nav-link:last-child{margin-right:20px}.is-global-header-mob .gh-nav-link.state-active{color:var(--blue200)}.is-global-header-mob.state-ready .gh-nav-list{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 300ms,-webkit-transform 300ms;transition:opacity 300ms,-webkit-transform 300ms;-o-transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms,-webkit-transform 300ms}.is-global-footer{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:100%;font-family:"root","Arial",sans-serif;color:var(--white);background:#041733}.is-global-footer--design{background:#000}.is-global-footer *::-moz-selection{background:rgba(255,255,255,.3)}.is-global-footer *::selection{background:rgba(255,255,255,.3)}.is-global-footer .gf-row{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-global-footer .gf-row-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 60px 0;padding:72px 0 56px 0;border-bottom:1px solid #1c2f49}.is-global-footer .gf-row-b{padding:0 0 40px 0}.is-global-footer .gf-row-c{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 56px 0}.is-global-footer .gf-col{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-global-footer .gf-col-a{width:270px}.is-global-footer .gf-col-b{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:600px}.is-global-footer .gf-col-b--tablet{display:none}.is-global-footer .gf-col-c{width:270px;margin-left:auto}.is-global-footer .gf-col-d{width:270px}.is-global-footer .gf-item{position:relative;display:block;color:var(--white)}.is-global-footer .gf-item a{color:inherit;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-global-footer .gf-item a:hover{color:var(--gray400)}.is-global-footer .gf-item a.state-active{color:var(--gray400)}.is-global-footer .gf-item-link{display:inline-block;margin:0 32px 0 0}.is-global-footer .gf-item-a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.is-global-footer .gf-item-a svg{display:block}.is-global-footer .gf-item-b{width:200px;margin:0 0 8px 0;font-size:20px;line-height:32px;font-weight:500}.is-global-footer .gf-item-b:nth-child(3n+2){margin-left:-30px;margin-right:30px}.is-global-footer .gf-item-c{color:var(--gray200);font-size:16px;line-height:24px;font-weight:400}.is-global-footer .gf-item-d{font-size:20px;line-height:32px;font-weight:500}.is-global-footer .gf-item-e{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;padding:0 40px 0 0;color:var(--gray200);font-size:16px;line-height:24px;font-weight:400}.is-global-footer .gf-item-f{padding:0 0 16px 0}.is-global-footer-mob{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:none;padding:40px 0 60px 0;color:#fff;background:#041733}.is-global-footer-mob .gf-logo{position:relative;display:block;margin:0 0 40px 0}.is-global-footer-mob .gf-logo a{position:relative;display:block}.is-global-footer-mob .gf-logo svg{display:block}.is-global-footer-mob .gf-list-nav{position:relative;display:block;margin:0 0 20px 0}.is-global-footer-mob .gf-list-nav .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.is-global-footer-mob .gf-list-nav a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--white);font-size:18px;line-height:24px}.is-global-footer-mob .gf-list-nav a.state-active{color:var(--gray400)}.is-global-footer-mob .gf-list-contacts{position:relative;display:block;margin:0 0 40px 0;padding:0 0 20px 0;border-bottom:1px solid #1c2f49}.is-global-footer-mob .gf-lc-item{display:block;margin:0 0 20px 0}.is-global-footer-mob .gf-lc-item-name{display:block;font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-global-footer-mob .gf-lc-item-value{font-size:18px;line-height:24px}.is-global-footer-mob .gf-lc-item-value a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--white)}.is-global-footer-mob .gf-social{position:relative;display:block;margin:0 0 30px 0}.is-global-footer-mob .gf-social .is-list-social-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 0 -10px}.is-global-footer-mob .gf-social .is-list-social-a .l-item{margin:0 0 10px 10px}.is-global-footer-mob .gf-social .is-list-social-a .l-item:before{display:none}.is-global-footer-mob .gf-social .is-list-social-a .l-item+.l-item{margin:0 0 10px 10px}.is-global-footer-mob .gf-meta{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-global-footer-mob .gf-links{margin-bottom:8px;font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-global-footer-mob .gf-links a{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400;color:var(--white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:8px}.is-global-footer-mob--design{background:#000}.is-global-footer--turkey{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:100%;font-family:"root","Arial",sans-serif;color:#202123;background:var(--white);border-top:1px solid #e6e7ea}.is-global-footer--turkey .is-wrapper-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;padding:60px 0}.is-global-footer--turkey .gf-nav{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.is-global-footer--turkey .gf-nav-item{position:relative;display:block}.is-global-footer--turkey .gf-nav-item:hover a.gf-nav-link{cursor:pointer;color:var(--blue200)}.is-global-footer--turkey .gf-nav-item:hover .gh-nav-sub{pointer-events:auto;opacity:1 !important;-webkit-transform:none;-ms-transform:none;transform:none}.is-global-footer--turkey .gf-nav-item+.gf-nav-item{margin:0 0 0 30px}.is-global-footer--turkey .gf-nav-link{position:relative;display:block;cursor:default;z-index:20;color:var(--gray800);font-size:20px;line-height:20px;white-space:nowrap;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-global-footer--turkey .gf-nav-link.state-active{color:var(--blue200)}.is-global-footer--turkey .gf-social .is-list-social-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.is-global-footer--turkey .gf-social .is-list-social-a .l-item{position:relative;display:block;width:40px;height:40px;will-change:opacity}.is-global-footer--turkey .gf-social .is-list-social-a .l-item:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--blue100);opacity:0;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.is-global-footer--turkey .gf-social .is-list-social-a .l-item svg{position:relative;display:block;z-index:10;width:40px;height:40px;fill:#202123;fill-rule:evenodd;clip-rule:evenodd}.is-global-footer--turkey .gf-social .is-list-social-a .l-item:hover:before{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.is-global-footer--turkey .gf-social .is-list-social-a .l-item+.l-item{margin-left:10px}.m-section{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:72px 0}.m-section.state-white+.m-section.state-white{padding-top:72px}.m-section.state-white .is-quote-person .qp-a-role{color:var(--gray800)}.m-section.state-black{color:#fff;background:var(--gray800)}.m-section.state-black a{color:#fff;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.m-section.state-black a:hover{color:var(--blue200)}.m-section.state-black svg{fill:#fff}.m-section.state-black svg:hover{color:var(--blue200)}.m-section.state-black:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray800)}.m-section.state-black *::-moz-selection{background:rgba(255,255,255,.3)}.m-section.state-black *::selection{background:rgba(255,255,255,.3)}.m-section.state-black .is-link-show-all svg{fill:#fff}.m-section.state-black .is-link-show-all:hover svg{fill:var(--blue200)}.m-section.state-black ul>li:before{background:#fff}.m-section.state-gray{color:var(--gray800);background-color:var(--gray100)}.m-section.state-gray:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray100)}h1,.h1{position:relative;display:block;font-size:58px;line-height:70px;font-weight:700;margin:0 0 40px 0}h1.state-about,.h1.state-about{margin:0 0 60px 0}h1.state-small,.h1.state-small{font-size:36px;line-height:48px;margin:0 0 40px 0}h1.state-center,.h1.state-center{margin:0 auto;margin-bottom:40px;text-align:center}h1.state-a,.h1.state-a{font-size:50px;line-height:62px;font-weight:700}h1.state-ux,.h1.state-ux{font-size:184px;line-height:236px;font-weight:700;text-align:center;margin-bottom:150px}h2,.h2{position:relative;display:block;font-size:34px;line-height:46px;font-weight:700;margin:0 0 60px 0}h2.state-a,.h2.state-a{font-size:26px;line-height:38px;font-weight:500}h2.state-b,.h2.state-b{font-size:24px;line-height:30px;font-weight:600;margin-bottom:40px}h2.state-s,.h2.state-s{font-size:34px;line-height:46px;font-weight:500}h2.state-bold,.h2.state-bold{font-weight:600;height:60px}h2.state-service-page,.h2.state-service-page{font-size:22px;line-height:34px;font-weight:400;margin:0 auto;margin-bottom:40px;text-align:center;max-width:1100px}h2.state-ux,.h2.state-ux{font-size:38px;line-height:50px;font-weight:600}h3,.h3{position:relative;display:block;font-size:50px;line-height:62px;font-weight:600;margin:0 0 60px 0}h3.state-low,.h3.state-low{margin-bottom:10px}h3.state-design,.h3.state-design{font-size:38px;line-height:50px;font-weight:600}h3.state-design-2,.h3.state-design-2{font-size:38px;line-height:50px;font-weight:600;max-width:650px}h4,.h4{position:relative;display:block;font-size:34px;line-height:46px;font-weight:600;margin:0 0 28px 0}h4.state-xs,.h4.state-xs{font-size:18px;line-height:32px;font-weight:600}h4.state-ux,.h4.state-ux{font-size:38px;line-height:50px;font-weight:600}h5,.h5{position:relative;display:block;font-size:26px;line-height:30px;font-weight:600;margin:0 0 28px 0}.h7{position:relative;display:block;margin:0 0 8px 0;font-size:22px;line-height:32px;font-weight:600}.h7.state-blue{margin:0 0 30px 0;color:var(--blue100)}a{color:var(--gray800);-webkit-transition:color 300ms ease;-o-transition:color 300ms ease;transition:color 300ms ease}a.state-nowrap{white-space:nowrap}a:hover{color:var(--blue200)}p{display:block;clear:both;margin-bottom:60px;font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}p a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}p a:hover{color:var(--blue500)}p+p,p+ul,p+ol{margin-top:-40px}p b{font-weight:500}p.strong{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px}p.bold{font-family:"mont","Verdana",sans-serif;font-size:36px;line-height:48px;font-weight:500}p.hard{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:36px;font-weight:500}p.preview{color:var(--gray400)}p.state-context{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;max-width:840px;margin:60px 0 0}p.state-context+.state-context{margin-top:20px}p.state-note{font-family:"root","Arial",sans-serif;font-size:14px;line-height:16px;font-weight:500;margin-top:90px}ul{display:block;margin:0 0 70px 0}ul>li{position:relative;display:block;margin-bottom:10px;padding-left:36px;font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}ul>li:before{content:"";position:absolute;display:block;top:11px;left:1px;width:20px;height:1px;border-top:1px solid var(--gray800)}ul>li>ol,ul>li>ul{margin:10px 0 20px 0}ul>li>ul>li{padding-left:36px}ul p{margin:0}ul+p{margin-top:-40px}ul b{font-weight:500}ul.ul--dotted li{padding-left:28px}ul.ul--dotted li::before{content:"•";width:0;height:0;top:-1px;left:0;font-size:18px}ol{display:block;margin:0 0 70px 0;counter-reset:list}ol>li{counter-increment:list;position:relative;display:block;margin-bottom:10px;padding-left:36px;font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}ol>li:before{content:counter(list) ".";position:absolute;display:block;top:0;left:0}ol>li>ol,ol>li>ul{margin:10px 0 20px 0}ol>li>ol{counter-reset:sublist}ol>li>ol>li{counter-increment:sublist;padding-left:52px}ol>li>ol>li:before{content:counter(list) "." counter(sublist) "."}ol>li:last-child{margin:0}ol p{margin:0}ol+p{margin-top:-40px}ol b{font-weight:500}button{border:none;cursor:pointer}.is-hr{display:block}.is-hr.hr-100{height:100px}.is-hr.hr-80{height:80px}.is-hr.hr-60{height:60px}.is-hr.hr-40{height:40px}.is-hr.hr-20{height:20px}.is-hr.hr-10{height:20px}.is-hr-uni{display:block;height:40px}.is-hr-line{display:block;height:40px;margin:0 0 50px 0;border-bottom:1px solid #ddd}.is-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-columns .col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%}.is-columns .col+.col{margin-left:40px}.is-columns.gap-10 .col+.col{margin-left:10px}.is-columns.gap-15 .col+.col{margin-left:15px}.is-columns.gap-30 .col+.col{margin-left:30px}.is-columns.gap-60 .col+.col{margin-left:60px}.is-columns.gap-80 .col+.col{margin-left:80px}.is-columns.gap-120 .col+.col{margin-left:120px}.is-columns .col-demo{height:50px;margin:0 0 40px 0;background:#fcb82d}.is-style{position:relative;display:block}.is-style img{display:block;border-radius:16px;max-width:100%;height:auto;margin:0 0 80px 0}.is-style img+.is-image-label{margin-top:-60px}.is-style .order-service{color:var(--white);-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.is-style .order-service:hover{color:var(--white);background:#1692fb}.is-style a{color:var(--blue100);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-style a:hover{color:var(--blue500)}.is-style .is-button-a{color:var(--white);-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.is-style .is-button-a:hover{color:var(--white);background:#1692fb}.is-style.state-wrapper-a{max-width:1300px}.is-style.state-wrapper-b{max-width:1060px}.is-style.state-wrapper-c{max-width:1210px}.is-style.state-wrapper-d{max-width:900px}.is-style.state-low-headers h2,.is-style.state-low-headers .h2{font-size:34px;line-height:46px;font-weight:600;margin:0 0 28px 0}.is-style.state-low-headers h3,.is-style.state-low-headers .h3{font-size:34px;line-height:46px;font-weight:600;margin:0 0 28px 0}.is-style.state-low-headers h4,.is-style.state-low-headers .h4{font-size:20px;line-height:24px;font-weight:600;margin:0 0 28px 0}.is-style.state-low-headers h5,.is-style.state-low-headers .h5{font-size:16px;line-height:24px;font-weight:700;margin:0 0 16px 0}.is-style.state-service h2,.is-style.state-service h3,.is-style.state-service h4,.is-style.state-service p,.is-style.state-service ul,.is-style.state-service ol{max-width:1060px}.is-style.state-service-b h2,.is-style.state-service-b h3,.is-style.state-service-b h4,.is-style.state-service-b p,.is-style.state-service-b ul,.is-style.state-service-b ol{max-width:1100px}.is-style.state-service h2,.is-style.state-service h3.title-full{max-width:100%}.is-style.state-slim p{margin-bottom:30px}.is-style.state-slim p+p{margin-top:-20px}.is-style.state-slim ul,.is-style.state-slim ol{margin-bottom:30px}.is-imported-blog h1,.is-imported-blog h2,.is-imported-blog h3,.is-imported-blog h5,.is-imported-blog h5,.is-imported-blog p,.is-imported-blog ul,.is-imported-blog ol,.is-imported-blog li{text-align:left !important}.sd-button-order{display:block;margin-top:40px}.sd-button-order--center{text-align:center}.sd-button-order--flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.sd-button-order--between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-table{position:relative;display:block;margin:0 0 60px 0}.is-table table{width:100% !important;height:auto !important;font-family:"root","Arial",sans-serif;font-size:22px;line-height:32px;font-weight:400}.is-table table th{vertical-align:bottom;width:100px;padding:12px;font-weight:700;text-align:left;border-width:0 0 1px 0;border-color:#000;background:#efefef}.is-table table td{border-collapse:collapse;cursor:default;padding:12px;border-width:1px 0;border-color:#d9d9d9;border-style:solid}.is-table-a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:60px}.is-table-a .t-item{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid var(--gray400);width:20%;padding:20px 0}.is-table-a .t-item__name{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:36px;font-weight:600;margin-bottom:12px}.is-table-a .t-item__preview{font-family:"root","Arial",sans-serif;font-size:22px;line-height:32px;font-weight:400}.is-table-frontend{position:relative;display:block}.is-table-frontend table{width:100% !important;height:auto !important;font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:400}.is-table-frontend table tbody tr{position:relative;border-width:0 0 1px 0;border-style:solid}.is-table-frontend table tbody tr>td:before{position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:0;height:100%;margin:0 0 0 -5000px;background:var(--gray500);-webkit-transition:all 2500ms ease-in-out -1000ms;-o-transition:all 2500ms ease-in-out -1000ms;transition:all 2500ms ease-in-out -1000ms}.is-table-frontend table tbody tr:hover>td:before{width:10000px}.is-table-frontend table tbody tr:last-child{border:none}.is-table-frontend table th{vertical-align:top;text-align:left}.is-table-frontend table th .tf-title{font-size:34px;line-height:46px;font-weight:600;margin-bottom:24px}.is-table-frontend table td{border-collapse:collapse;cursor:default;width:50%;padding:16px 0;cursor:pointer}.is-table-frontend table .t-cell-title{font-weight:600;padding-right:270px}.is-table-frontend table .t-cell-preview{font-family:"root","Arial",sans-serif;font-size:22px;line-height:34px;font-weight:400}.is-table-frontend table .t-cell-preview ul>li{font-family:"root","Arial",sans-serif;font-size:22px;line-height:34px;font-weight:400}.is-table-config .tc-head{padding:20px 0;border-bottom:1px solid var(--gray500)}.is-table-config .tc-head__cell{font-size:24px;line-height:34px;font-weight:600}.is-table-config .tc-row{display:grid;grid-template-columns:repeat(8, 1fr);gap:30px}.is-table-config .tc-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.is-table-config .tc-first-cell{width:315px}.is-table-config .tc-body{padding-top:28px}.is-table-config .tc-body__item{margin-top:20px}.is-table-config .tc-body__title{font-size:18px;line-height:34px;font-weight:600}.is-table-config .tc-body .tc-first-cell{font-size:18px;line-height:34px;font-weight:400}.is-table-config .tc-body .tc-row{padding:28px 0 5px;border-bottom:1px solid #202023}.is-table-cost-erp .tc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 20px;border-bottom:1px solid var(--gray500)}.is-table-cost-erp .tc-row:not(:first-child){padding:60px 0 20px}.is-table-cost-erp .tc-row__title{font-size:24px;line-height:34px;font-weight:600}.is-table-cost-erp .tc-row__name{width:845px;font-size:22px;line-height:34px;font-weight:600}.is-table-cost-erp .tc-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:30%}.is-table-cost-erp .tc-info__cost{font-size:22px;line-height:34px;font-weight:600}.is-table-cost-erp .tc-info__button{font-size:16px;line-height:24px;font-weight:500;padding:5px 45px;border-radius:8px;border:2px solid var(--blue200);background:none}.is-image-label{display:block;margin:0 0 80px 0;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:16px;line-height:24px;font-weight:400}.is-quote-a{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;font-family:"mont","Verdana",sans-serif;font-size:58px;line-height:80px;font-weight:600}.is-quote-b{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:1100px;margin:0 0 80px 0;padding:50px 0 0 140px;font-size:24px;line-height:36px}.is-quote-b:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:110px;height:110px;background:url("/h/assets/img/buble-excl.svg") no-repeat 0 0;background-size:100% 100%}.is-quote-c{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:1100px;margin:0 0 80px 0;padding:50px 0 0 140px;font-size:24px;line-height:36px}.is-quote-c:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:110px;height:110px;background:url("/h/assets/img/buble-hot.svg") no-repeat 0 0;background-size:100% 100%}.is-quote-d{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:900px;margin:0 0 60px 0;font-size:28px;line-height:40px}.is-quote-e{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:1300px;padding:50px 0 0 140px;font-size:34px;line-height:46px}.is-quote-e:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:110px;height:110px;background:url("/h/assets/img/buble-quote.svg") no-repeat 0 0;background-size:100% 100%}.sd-section.state-black .is-quote-e a{color:var(--blue100)}.sd-section.state-black .is-quote-e a:hover{color:var(--blue500)}.is-quote-f{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:1300px;padding:50px 0 0 140px;font-size:34px;line-height:46px}.is-quote-f:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:110px;height:110px;background:url("/h/assets/img/buble-hot.svg") no-repeat 0 0;background-size:100% 100%}.is-quote-g{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-quote-g .qg-wrapper{max-width:1210px}.is-quote-g .qg-wrapper p{font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:40px;font-weight:600;margin:0}.is-quote-g .qg-wrapper p+p{margin-top:20px}.is-link-a{color:var(--blue100);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-link-a:hover{color:var(--blue500)}.is-link-a.state-nowrap{white-space:nowrap}.is-link-b{color:currentColor}.is-link-c{color:currentColor;border-bottom:1px solid currentColor}.is-link-c:hover{color:var(--blue100);border-bottom:1px solid var(--blue100)}.order-service,.ask-a-question{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;height:64px;padding:0 45px;text-align:center;color:var(--white);font-size:22px;line-height:64px;font-weight:600;background:var(--blue200);border-radius:8px;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.order-service:hover,.ask-a-question:hover{background:#1692fb;color:#fff}.order-service:active,.ask-a-question:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.order-service.state-progress,.ask-a-question.state-progress{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.order-service.state-progress span,.ask-a-question.state-progress span{color:transparent}.order-service.state-white,.ask-a-question.state-white{background-color:var(--white);color:var(--blue200);border:2px solid var(--blue200);-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.order-service.state-white:hover,.ask-a-question.state-white:hover{border:2px solid var(--blue100);color:var(--blue100)}.order-service.state-icon,.ask-a-question.state-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.order-service.state-icon svg,.ask-a-question.state-icon svg{margin-right:10px}.is-button-a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;height:64px;padding:0 45px;text-align:center;color:var(--white);font-size:22px;line-height:64px;font-weight:600;background:var(--blue200);border-radius:8px;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-button-a:hover{background:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-button-a:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-button-a.state-progress{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-button-a.state-progress span{color:transparent}.is-button-a.border-blue{border:2px solid var(--blue200)}.is-button-a.state-white{background:var(--white);border:2px solid var(--blue200);color:var(--blue200);-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.is-button-a.state-white:hover{background:var(--blue100);color:var(--white);border:2px solid var(--blue100)}.is-button-a.state-white:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-button-b{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;height:64px;padding:0 45px;text-align:center;color:var(--white);font-size:22px;line-height:64px;font-weight:600;background:var(--white);color:var(--blue200);border-radius:8px;border:2px var(--blue200) solid;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-button-b:hover{background:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-button-b:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-button-b.state-progress{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-button-b.state-progress span{color:transparent}.is-button-b--vacancy{margin-left:40px}.is-button-submit{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;width:260px;height:64px;text-align:center;color:var(--white);font-size:22px;line-height:64px;font-weight:600;background:var(--blue200);-webkit-transform:translateZ(0);transform:translateZ(0);border-radius:8px;outline:none;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms;border:none;cursor:pointer}.is-button-submit .bs-play{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;overflow:hidden;top:50%;left:50%;width:28px;height:28px;margin:-14px 0 0 -14px;opacity:0}.is-button-submit .bs-play-progress{position:absolute;display:none;top:0;left:0;width:28px;height:28px;background-position:0 0;background-repeat:no-repeat;background-size:28px 28px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA3zAQkCDvv3BAn4BQz2BfVENXKgAAAV9JREFUeNrN1tGy4yAIBuAfFFWTtLz/0+5umcnqtDmB6c35rksxogJ+CW7jIP2Lam4Mp56LLmgkT1jVNxQPM4IbKesnG24IqQkulIueat4lAYn3rd4t9HlGlS3Bj8+whggpanJCRCI1DTHZwkpHjKhhBFF4neZhcQNRh50QgYmW8AmnJDDDEsKpU4Yhf0K7QWVZqTjT/S9bs/sAlzrVLdttjRyxMf3JDpdd/zmmvWG4yFQBfUlwSfoyBcLp+8AvlkqB+oOnzTni5ajTGc9w2ezH3x05DuyOLG9T8R/Wh+3NcnCL/1UbMN3yN29C5fWLS3L2wQPGUnoqMt5etepabHtvtF1N9zRC+dR0GJd6mT/I3+aaGkoXjXXIj/NIkctWTs8P6Yqq4aviWqgs2bYzTB+348q2cwKS7LnqqbB/QJqRBEeydR6JJq397gIcsbAJD9JFyd0/Wuf6iqZjNMbv8AcfTSzwaNaaEAAAAABJRU5ErkJggg==);-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.is-button-submit .bs-play-success{position:absolute;display:block;top:0;left:0;width:28px;height:28px;background-position:0 0;background-repeat:no-repeat;background-size:28px 28px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAE3RSTlMA3yDvYDCAQM+/EKCQb69QX7CPjsxBMgAAAZRJREFUeNrN1kei4jAMBmDZjnvKY3T/s9LhD8glnhVagaIvxZ1+JOySgzLMrOL8Z48qPxv+CJX9ERZZhLFDbMClf/xfTgcUr27y19jcGrrOqpea642RCs48mUuNl1Ku5qKmlmN2InWPhTruW6puA+Lm+yL3cPqIm/Y53GrIUcD3DbnpnsrDjuI9p4edvefcsKOMBw45uqfzmMOb+iGHNjXjjuZb+vSuW1PLic5wqAup79A2G+og2452bZPudZBwHUiOIdsOUMqi8/fU/acB3EvhBFS4upe26Gi75RQmo6NvycLhasQYP5GUJUfrLTvffy5iyLmyQ4v81Qa5qzq/X5wMng4pHb5L7Ue5SUIWnP5YnXxp6XAlR+5zGY2l1dhS7YERX4z/7ciMNsUjeem55V4WRCOzbTvLcjmcj2w6ptCIKXS3OftwigY31oUfTte28qxLTEdxdBGSnaDJGbjGcYWzL5/tFJz4ThyQNn+Nya04EYZ6oztuxJz6p7JCRE/tmOIgQ9isIOTZrm2nOaobUSEvln4jLiTdO0m2eQyoAAAAAElFTkSuQmCC);opacity:0}.is-button-submit .bs-label-initial{position:absolute;display:block;top:0;left:0;width:100%;height:100%;opacity:1}.is-button-submit .bs-label-initial svg{margin-left:10px}.is-button-submit .bs-label-success{position:absolute;display:block;top:0;left:20px;width:100%;height:100%;opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}.is-button-submit:hover{background:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms;color:var(--white)}.is-button-submit:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.form-state-progress .is-button-submit .bs-play{opacity:1}.form-state-progress .is-button-submit .bs-play-progress{display:block}.form-state-progress .is-button-submit .bs-label-initial{opacity:0}.form-state-success .is-button-submit .bs-play{opacity:1;-webkit-transform:translateX(-80px);-ms-transform:translateX(-80px);transform:translateX(-80px);-webkit-transition:-webkit-transform 400ms;transition:-webkit-transform 400ms;-o-transition:transform 400ms;transition:transform 400ms;transition:transform 400ms, -webkit-transform 400ms}.form-state-success .is-button-submit .bs-play-progress{display:none}.form-state-success .is-button-submit .bs-play-success{opacity:1}.form-state-success .is-button-submit .bs-label-success{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity 200ms 200ms,-webkit-transform 200ms 200ms;transition:opacity 200ms 200ms,-webkit-transform 200ms 200ms;-o-transition:opacity 200ms 200ms,transform 200ms 200ms;transition:opacity 200ms 200ms,transform 200ms 200ms;transition:opacity 200ms 200ms,transform 200ms 200ms,-webkit-transform 200ms 200ms}.is-button-ux{position:relative;font-size:22px;line-height:36px;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-bottom:1px solid #000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-button-ux svg path{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-button-ux:hover{border-bottom:1px solid var(--blue200)}.is-button-ux:hover svg path{stroke:var(--blue200)}.is-service-detail .sd-section.state-black .is-button-ux{color:var(--white);border-color:var(--white)}.is-service-detail .sd-section.state-black .is-button-ux svg path{stroke:var(--white)}.is-service-detail .sd-section.state-black .is-button-ux:hover{color:var(--blue200);border-bottom:1px solid var(--blue200)}.is-service-detail .sd-section.state-black .is-button-ux:hover svg path{stroke:var(--blue200)}@-webkit-keyframes spin{50%{opacity:.5}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{50%{opacity:.5}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.is-button-play{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:50;top:50%;left:50%;width:132px;height:132px;margin:-66px 0 0 -66px;background:var(--white);border-radius:50%;-webkit-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms}.is-button-play:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--blue100);opacity:0;-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6);-webkit-transition:opacity 300ms,-webkit-transform 300ms;transition:opacity 300ms,-webkit-transform 300ms;-o-transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms,-webkit-transform 300ms}.is-button-play .bp-icon-play{position:absolute;display:block;top:50%;left:50%;width:36px;height:46px;margin:-23px 0 0 -12px;-webkit-transition:fill 300ms;-o-transition:fill 300ms;transition:fill 300ms}.is-button-play:hover:before{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.is-button-play:hover .bp-icon-play{fill:var(--white);-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-button-play svg{pointer-events:none}.is-arrow-a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:50;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:60px;height:60px;margin:-24px 0 0 0;border-radius:50%;background:var(--white);-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.1);box-shadow:0 4px 12px 0 rgba(0,0,0,.1);-webkit-transition:background 300ms,opacity 300ms;-o-transition:background 300ms,opacity 300ms;transition:background 300ms,opacity 300ms}.is-arrow-a svg{position:absolute;display:block;top:0;left:0;width:100%;height:100%;stroke:var(--gray800);-webkit-transition:stroke 300ms;-o-transition:stroke 300ms;transition:stroke 300ms}.is-arrow-a:hover{background:var(--white)}.is-arrow-a:hover svg{stroke:var(--blue200)}.is-arrow-a.arrow-prev{left:-24px}.is-arrow-a.arrow-next{right:-24px}.is-arrow-a.swiper-button-disabled{pointer-events:none;opacity:0}.is-list-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px;margin-bottom:60px}.is-list-cards .lc-item{-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;background:var(--gray100);-webkit-box-flex:1;-ms-flex:1 1 calc(33.3333333333% - 40px);flex:1 1 calc(33.3333333333% - 40px);border-radius:16px}.is-list-cards .lc-item__number{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:62px;font-weight:600;color:var(--yellow300)}.is-list-cards .lc-item__name{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600;margin-top:16px}.is-list-cards .lc-item__preview{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin-top:16px}.is-list-cards .lc-item--blue{background-color:var(--blue200);color:#fff}.is-list-cards .lc-item--red{background-color:var(--red);color:#fff}.is-list-cards .lc-item--orange{background-color:var(--yellow300);color:#fff}.is-list-cards.state-a{gap:10px;margin-bottom:16px}.is-list-cards.state-a .lc-item{-webkit-box-flex:1;-ms-flex:1 1 calc(33.3333333333% - 10px);flex:1 1 calc(33.3333333333% - 10px)}.is-list-cards.state-a .lc-item__name{font-size:26px;line-height:34px;font-weight:700}.is-list-cards.state-rotate-animation .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:44px;-moz-column-gap:44px;column-gap:44px;row-gap:44px}.is-list-cards.state-rotate-animation .is-grid{width:100%}.is-list-cards.state-rotate-animation .grid-item{position:relative}.is-list-cards.state-rotate-animation .grid-item:hover .lc-item-front{-webkit-transform:perspective(600px) rotateX(-180deg);transform:perspective(600px) rotateX(-180deg)}.is-list-cards.state-rotate-animation .grid-item:hover .lc-item-back{-webkit-transform:perspective(600px) rotateX(0deg);transform:perspective(600px) rotateX(0deg)}.is-list-cards.state-rotate-animation .lc-item-front,.is-list-cards.state-rotate-animation .lc-item-back{position:relative;border-radius:16px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .6s linear;-o-transition:all .6s linear;transition:all .6s linear}.is-list-cards.state-rotate-animation .lc-item-front{-webkit-transform:perspective(600px) rotateX(0deg);transform:perspective(600px) rotateX(0deg)}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:36px;font-weight:600;margin-top:16px}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview.state-a{font-size:34px;line-height:46px;font-weight:600}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__icon{position:absolute;display:block;right:30px;bottom:30px}.is-list-cards.state-rotate-animation .lc-item-back{position:absolute;top:0;left:0;-webkit-transform:perspective(600px) rotateX(180deg);transform:perspective(600px) rotateX(180deg);background-color:#fff}.is-list-cards.state-rotate-animation .lc-item-back .lc-item__preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin-top:0}.is-list-cards.link-with-arrow .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-list-cards.link-with-arrow .lc-item{background-color:#fff;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;cursor:pointer}.is-list-cards.link-with-arrow .lc-item:hover .lc-item__icon path{stroke:var(--blue200)}.is-list-cards.link-with-arrow .lc-item__info{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-list-cards.link-with-arrow .lc-item__name{font-size:20px;line-height:32px;font-weight:600;margin:0}.is-list-cards.link-with-arrow .lc-item__preview{margin:28px 0 0}.is-list-cards.link-with-arrow .lc-item__icon{-ms-flex-item-align:center;align-self:center}.is-list-cards.link-with-arrow .lc-item__icon path{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-list-recommended{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:60px}.is-list-recommended .lr-item{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:36px;font-weight:700;padding:24px 40px;border-radius:200px;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.1);box-shadow:0 4px 12px 0 rgba(0,0,0,.1)}.is-list-video{margin-bottom:60px}.is-list-video .lv-wrapper .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:0px}.is-list-video .lv-wrapper .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-video .iv-video{height:912px}.is-list-video .iv-video .is-video-player{margin:0;height:100%;border-radius:16px}.is-list-video .lv-name{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:700;margin-top:16px}.is-list-video .lv-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin-top:8px}.is-list-video .lv-slider{display:none}.is-list-video.state-industrial .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;row-gap:80px}.is-list-video.state-industrial .lv-video .is-video-player.state-play .vp-title{display:none}.is-list-video.state-industrial .lv-video .is-button-play{background:transparent;width:80px;height:80px;margin:0;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.is-list-video.state-industrial .lv-video .is-button-play:before{content:none}.is-list-video.state-industrial .lv-video .is-button-play:hover .bp-icon-play path{fill:var(--blue100)}.is-list-video.state-industrial .lv-video .is-button-play .bp-icon-play{position:initial;width:100%;height:100%;margin:0}.is-list-video.state-industrial .lv-video .is-button-play .bp-icon-play path{-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.is-list-video.state-industrial .lv-video .vp-title{position:absolute;font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;max-width:480px;top:48px;left:40px;z-index:30}.is-list-social-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.is-list-social-a .l-item{position:relative;display:block;width:40px;height:40px;will-change:opacity}.is-list-social-a .l-item:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--blue100);opacity:0;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.is-list-social-a .l-item svg{position:relative;display:block;z-index:10;width:40px;height:40px;fill:var(--white);fill-rule:evenodd;clip-rule:evenodd}.is-list-social-a .l-item:hover:before{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.is-list-social-a .l-item+.l-item{margin-left:10px}.is-list-services-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 28px -32px}.is-list-services-a .l-item{display:block;margin:0 0 12px 32px;color:var(--white);font-size:20px;line-height:32px;font-weight:400;white-space:nowrap}.is-list-services-a .l-item svg{display:inline;vertical-align:middle;margin:-4px 4px 0 0}.is-list-services-a a.l-item{-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-a a.l-item:hover{color:var(--gray400)}.is-list-services-b{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:80px;background:#fff;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px}.is-list-services-b .l-parent{position:relative;overflow:hidden}.is-list-services-b .l-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 -18px -60px}.is-list-services-b .l-item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 28px 60px;color:var(--gray800);font-size:34px;line-height:46px;white-space:nowrap;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-b .l-item:before{pointer-events:none;position:absolute;display:block;content:"";top:21px;left:-33px;width:8px;height:8px;background:var(--gray800);border-radius:50%}.is-list-services-b .l-item img{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;width:48px;height:auto;margin:0 16px 0 0;font-size:0px}.is-list-services-b .l-item:hover{color:var(--blue200)}.is-list-services-b .write-to-us{position:relative;display:block;margin:40px 0 0 0}.is-list-services-b .write-to-us a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--blue200);font-size:36px;line-height:36px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-b .write-to-us a:hover{color:var(--blue500)}.is-list-services-b .l-show-more{position:relative;display:block;margin:40px 0 0 0}.is-list-services-b .l-show-more a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--blue200);font-size:34px;line-height:36px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-b .l-show-more a:hover{color:var(--blue500)}.is-list-services-b .is-collapsed-box{margin:0}.is-list-services-b .is-collapsed-box .cb-action span{color:var(--blue200);font-size:36px;line-height:48px}.is-list-services-b .is-collapsed-box .cb-action span:hover{color:var(--blue500)}.is-list-services-c{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-list-services-c .l-list{color:var(--gray800);font-size:50px;line-height:80px;font-weight:400}.is-list-services-c .l-list span,.is-list-services-c .l-list a{position:relative;display:inline;vertical-align:middle}.is-list-services-c .l-list span.state-bold,.is-list-services-c .l-list a.state-bold{font-weight:600}.is-list-services-c .l-list span.state-arrow::after,.is-list-services-c .l-list a.state-arrow::after{pointer-events:none;display:inline-block;content:"";width:34px;height:31px;background:url("/h/assets/img/icon-arrow.svg") no-repeat 0 0;background-size:contain;margin-left:25px;margin-right:25px}.is-list-services-c .l-list span.state-arrow.state-bold::after,.is-list-services-c .l-list a.state-arrow.state-bold::after{pointer-events:none;display:inline-block;content:"";width:34px;height:31px;background:url("/h/assets/img/icon-arrow-bold.svg") no-repeat 0 0;background-size:contain;margin-left:25px;margin-right:25px}.is-list-services-c .l-list span.state-dot,.is-list-services-c .l-list a.state-dot{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:70px}.is-list-services-c .l-list span.state-dot::before,.is-list-services-c .l-list a.state-dot::before{pointer-events:none;position:absolute;display:inline-block;content:"";width:12px;height:12px;top:32px;left:-85px;background:var(--gray800);border-radius:50%;margin-left:25px;margin-right:25px}.is-list-services-c .l-list i{position:relative;display:inline-block;vertical-align:middle;width:90px;height:42px}.is-list-services-c .l-list i:before{pointer-events:none;position:absolute;display:block;content:"";top:50%;left:50%;width:12px;height:12px;margin:-6px 0 0 -6px;background:var(--gray800);border-radius:50%}.is-list-services-c .l-list i.state-hidden:before{display:none}.is-list-services-c .l-list i.state-remove{display:none}.is-list-services-c .l-show-more{position:relative;display:block;padding:30px 0 0}.is-list-services-c .l-show-more a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--blue200);font-size:50px;line-height:62px;font-weight:400;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-c .l-show-more a:hover{color:var(--blue500)}.sd-section.state-black .is-list-services-c .l-list{color:var(--gray000)}.sd-section.state-black .is-list-services-c .l-list i:before{background:var(--white)}.sd-section.state-black .is-list-services-c .l-show-more a{color:var(--blue100)}.is-list-services-f{position:relative;display:block}.is-list-services-f .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-f .l-image{width:120px;height:120px}.is-list-services-f .l-image img{display:block;width:100%;height:auto}.is-list-services-f .l-name{margin:28px 0 0 0;font-size:22px;line-height:34px;font-weight:600}.is-list-services-f .l-name a{color:currentColor;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-f .l-name a:hover{color:var(--blue200)}.is-list-services-f .l-name.state-a{font-size:34px;line-height:48px;font-weight:600}.is-list-services-f .l-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin:28px 0 0 0}.sd-section.state-black .is-list-services-f .l-preview a{color:var(--blue100);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.sd-section.state-black .is-list-services-f .l-preview a:hover{color:var(--blue500)}.is-list-services-f .l-preview.state-a{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:30px;font-weight:400}.is-list-services-f .l-preview ul{margin:0}.is-list-services-f .l-preview--desktop{display:block}.is-list-services-f .l-preview--mobile{display:none}.sd-section.state-black .is-list-services-f .l-preview{color:var(--gray400)}.is-list-services-f.state-1 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:60px}.is-list-services-f.state-3.tablet{display:none}.is-list-services-f.state-4 .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-f.state-a .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;padding:40px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px}.is-list-services-f.state-a .l-name{margin:0 0 16px 0;font-size:26px;line-height:34px;font-weight:600}.is-list-services-f.state-a .l-preview p{margin:0}.is-list-services-f.state-b .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-list-services-f.state-b .grid-item:before,.is-list-services-f.state-b .grid-item:after{content:"";display:block;position:absolute;right:0;bottom:0;background:var(--blue100);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.is-list-services-f.state-b .grid-item:before{width:100%;height:2px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.is-list-services-f.state-b .grid-item:after{width:2px;height:100%;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.is-list-services-f.state-b .grid-item-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:40px;position:relative}.is-list-services-f.state-b .grid-item-wrapper:before,.is-list-services-f.state-b .grid-item-wrapper:after{content:"";display:block;position:absolute;left:0;top:0;background:var(--blue100);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease}.is-list-services-f.state-b .grid-item-wrapper:before{width:100%;height:2px;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.is-list-services-f.state-b .grid-item-wrapper:after{width:2px;height:100%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.is-list-services-f.state-b .grid-item:hover:before,.is-list-services-f.state-b .grid-item:hover:after{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.is-list-services-f.state-b .grid-item:hover .grid-item-wrapper:before,.is-list-services-f.state-b .grid-item:hover .grid-item-wrapper:after{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.is-list-services-f.state-b .grid-item:hover .l-round{background-color:var(--blue100);border-color:var(--blue100)}.is-list-services-f.state-b .grid-item:hover .l-round__number{color:var(--white)}.is-list-services-f.state-b .l-name{margin:0 0 16px 0;font-size:26px;line-height:34px;font-weight:600}.is-list-services-f.state-b .l-preview p{margin:0}.is-list-services-f.state-b .l-link{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:500;color:var(--blue100);margin-top:16px;cursor:pointer;-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.is-list-services-f.state-b .l-link svg{margin-left:8px}.is-list-services-f.state-b .l-link svg path{-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.is-list-services-f.state-b .l-link:hover{color:var(--blue500)}.is-list-services-f.state-b .l-link:hover svg path{stroke:var(--blue500)}.is-list-services-f.state-b .l-image{margin:0}.is-list-services-f.state-b .l-wrapper{display:grid;grid-template-columns:104px 1fr;gap:56px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-services-f.state-b .l-wrapper img{width:100%}.is-list-services-f.state-b .l-wrapper .l-preview{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:500;margin:0}.is-list-services-f.state-b .l-wrapper.no-image{grid-template-columns:1fr;gap:0}.is-list-services-f.state-b .l-wrapper.no-image .l-name{font-size:24px;line-height:34px;font-weight:600}.is-list-services-f.state-b .l-wrapper.no-image .l-preview{font-size:20px;line-height:32px;font-weight:500}.is-list-services-f.state-b .l-round{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:88px;height:88px;background-color:var(--white);border:1px solid #000;border-radius:50%;-webkit-transition:background .5s ease;-o-transition:background .5s ease;transition:background .5s ease}.is-list-services-f.state-b .l-round__number{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:500;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.is-list-services-f.state-c .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px;border:2px solid var(--blue100);border-radius:16px}.is-list-services-f.state-c .is-grid .l-name{margin:0 3px 0 0;font-size:26px;line-height:34px;font-weight:600}.is-list-services-f.state-c .is-grid .l-image{margin:0}.is-list-services-f.state-c .is-grid .l-preview p{margin:0}.is-list-services-f.state-d .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;padding:40px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px}.is-list-services-f.state-d .l-name{margin:0 0 20px 0;font-size:20px;line-height:30px;font-weight:600}.is-list-services-f.state-d .l-preview{margin:0 0 20px 0}.is-list-services-f.state-d .l-preview p{font-size:18px;line-height:30px;font-weight:400;margin:0}.is-list-services-f.state-d .l-image{margin:0}.is-list-services-f+p{margin:60px 0 0}.is-list-services-f--qa-consulting .l-name{min-height:75px}.is-list-services-g{position:relative;display:block}.is-list-services-g .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-g .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;padding:36px 56px;color:var(--gray800);border:2px solid var(--white);background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px;-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms}.is-list-services-g .l-item:hover{border-color:var(--blue100)}.is-list-services-g .l-item:hover .l-item-name{color:var(--blue200)}.is-list-services-g .l-item-text{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;width:100%}.is-list-services-g .l-item-image{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;height:100px;margin:0 48px 0 0}.is-list-services-g .l-item-name{font-size:26px;line-height:34px;font-weight:700;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-services-g .l-item-name.state-bold{font-weight:800}.is-list-services-g .l-item-section{font-family:"root","Arial",sans-serif;font-size:20px;line-height:32px;font-weight:400}.is-list-services-g+.is-list-vacancy-a{margin-top:-100px}.is-list-services-g.state-hidden-sfx{-webkit-transition:opacity 600ms,-webkit-transform 600ms;transition:opacity 600ms,-webkit-transform 600ms;-o-transition:opacity 600ms,transform 600ms;transition:opacity 600ms,transform 600ms;transition:opacity 600ms,transform 600ms,-webkit-transform 600ms}.is-list-services-g.state-hidden{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.is-list-services-h{-webkit-box-sizing:border-box;box-sizing:border-box}.is-list-services-h .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:60px}.is-list-services-h.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-list-services-h .is-grid{margin-bottom:60px}.is-list-services-h .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px}.is-list-services-h .grid-item.state-nonshadow{-webkit-box-shadow:none;box-shadow:none}.is-list-services-h .grid-item p{margin:0}.is-list-services-h .l-image{width:100%;position:relative;margin-bottom:28px}.is-list-services-h .l-image img{border-radius:16px 16px 0 0;width:100%}.is-list-services-h .l-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-list-services-h .l-image.no-absolute-img:before{display:none}.is-list-services-h .l-wrapper-info{padding:0 48px 48px}.is-list-services-h .l-name{display:block;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:600;margin-bottom:20px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.is-list-services-h .l-preview{display:block;color:#202123}.is-list-services-h .l-preview ul{margin:0}.is-list-services-h .l-preview ul li{font-size:18px;line-height:30px;font-weight:400}.is-list-services-h .l-preview ul li::before{top:14px}.is-list-services-h .l-preview ul.ul--dotted li:before{top:-2px;font-size:20px}.is-list-services-h .l-link-block:hover .l-name{color:#166cfb}.is-list-services-h .bp-item-list-tag{display:inline-block;font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:500;text-transform:uppercase;color:#595a5b;margin-right:10px;margin-bottom:10px}.is-list-services-h.state-sdet .l-image .full-img{border-radius:16px 16px 0 0}.is-list-services-h.state-sdet .l-image::before{padding-bottom:75%}.is-list-services-h.state-a .l-image .full-img{border-radius:16px 16px 0 0}.is-list-services-h.state-a .l-image::before{padding-bottom:60%}.is-list-services-k{position:relative;display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-list-services-k .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px;background-color:var(--gray100);border-radius:16px}.is-list-services-k .l-item--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-list-services-k .l-content{margin-right:20px;-ms-flex-item-align:start;align-self:flex-start}.is-list-services-k .l-name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;margin-bottom:16px}.is-list-services-k .l-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-services-k .l-preview a{color:var(--blue100)}.is-list-services-k .l-preview.state-a{font-size:22px;line-height:34px;font-weight:400}.is-list-services-l{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;margin-bottom:60px;position:relative}.is-list-services-l .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:27px 24px;background-color:var(--gray100);border-radius:16px;color:var(--gray800);font-size:18px;line-height:30px;font-weight:500;white-space:nowrap}.is-list-services-l a.l-item{color:var(--blue300);background-color:rgba(22,108,251,.2)}.is-list-benefits{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:48px 0;color:var(--white);font-family:"mont","Verdana",sans-serif}.is-list-benefits .l-item{padding:40px;border-radius:16px;background-color:var(--gray600)}.is-list-benefits .l-name{font-size:50px;line-height:62px;font-weight:600;margin-bottom:24px}.is-list-benefits .l-preview{font-size:22px;line-height:34px;font-weight:600}.is-list-benefits .l-preview a{color:var(--blue100)}.is-list-benefits .l-preview a.state-border{color:currentColor;border-bottom:1px solid currentColor}.is-list-benefits .l-preview a.state-border:hover{color:var(--blue100);border-bottom:1px solid var(--blue100)}.is-list-industries{position:relative;display:block}.is-list-industries .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-industries .l-list-title{font-size:28px;line-height:40px;font-weight:600;margin:0 0 28px 0}.is-list-industries .l-list-item{font-size:20px;line-height:32px;font-weight:400}.is-list-industries .l-list-item::before{content:"";position:absolute;display:block;top:14px;left:2px;width:6px;height:6px;border-radius:50%;background:var(--gray800)}.is-list-industries--mobile{position:relative;display:none;margin:0}.is-list-industries--mobile .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-industries--mobile .l-list-item{font-size:16px;line-height:24px;font-weight:400}.is-list-industries--mobile .l-list-item::before{content:"";position:absolute;display:block;top:10px;left:2px;width:4px;height:4px;border-radius:50%;background:var(--gray800)}.is-list-industries--mobile .ac-item:first-of-type{border-top:none}.is-list-industries--mobile .ac-item:last-of-type{border-bottom:none}.is-list-index-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:auto}.is-list-index-logo .l-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.is-list-index-logo .l-item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:360px;height:220px}.is-list-index-logo .l-item img{display:block;max-width:100%;max-height:100%}.is-list-index-logo .l-item+.l-item{margin:0 0 0 48px}.is-list-index-logo.state-data .l-item{width:216px;height:192px}.is-list-news-a{position:relative;display:block}.is-list-news-a .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-a .l-item{position:relative;display:block;color:var(--gray800)}.is-list-news-a .l-item:hover .l-item-name{color:var(--blue200)}.is-list-news-a .l-item:hover .l-item-image>.full-img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.is-list-news-a .l-item:hover .l-item-image>.full-img--career{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.is-list-news-a .l-item-link{position:absolute;display:block;z-index:10;top:0;left:0;width:100%;height:100%}.is-list-news-a .l-item-image{position:relative;display:block;overflow:hidden;margin:0 0 26px 0;background:var(--gray200);border-radius:16px;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-news-a .l-item-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-list-news-a .l-item-image>.full-img{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.is-list-news-a .l-item-image .is-button-play{width:92px;height:92px;margin:-46px 0 0 -46px}.is-list-news-a .l-item-name{margin:0 0 12px 0;font-size:26px;line-height:34px;font-weight:700;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-news-a .l-item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-news-a .l-item-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-news-a .l-item-time span{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:18px;font-weight:400;margin-left:5px}.is-list-news-a .is-list-tags-a{margin-top:18px}.is-list-news-a .l-item-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-list-subtitle{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;margin-bottom:40px}.is-list-text{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:500;margin-bottom:40px;margin-top:0}.is-list-text--last{margin-bottom:80px}.is-list-news-b{position:relative;display:block}.is-list-news-b .l-item-lead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 40px 0}.is-list-news-b .l-item-lead-image{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;overflow:hidden;min-height:460px;border-radius:16px;background:var(--gray200);-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-news-b .l-item-lead-image>.full-img{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.is-list-news-b .l-item-lead-image:hover>.full-img{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.is-list-news-b .l-item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-news-b .l-item-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-news-b .l-item-time span{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:18px;font-weight:400;margin-left:5px}.is-list-news-b .is-list-tags-a{margin-top:18px}.is-list-news-b .l-item-lead-text{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:block;width:460px;margin:0 0 0 40px}.is-list-news-b .l-item-lead-name{display:block;margin:0 0 20px 0;color:var(--gray800);font-size:50px;line-height:62px;font-weight:700;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-news-b .l-item-lead-name:hover{color:var(--blue200)}.is-list-news-b .l-item-lead-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-list-news-b .l-list{position:relative;display:block}.is-list-news-b .l-list .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-b .l-item{position:relative;display:block}.is-list-news-b .l-item-image{position:relative;display:block;overflow:hidden;margin:0 0 20px 0;background:var(--gray200);border-radius:16px;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-news-b .l-item-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-list-news-b .l-item-image>.full-img{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.is-list-news-b .l-item-image:hover>.full-img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.is-list-news-b .l-item-name{display:block;margin:0 0 12px 0;color:var(--gray800);font-size:26px;line-height:34px;font-weight:700;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-news-b .l-item-name:hover{color:var(--blue200)}.is-list-news-b .l-item-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-list-news-c{position:relative;display:block}.is-list-news-c .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-c .l-item{position:relative;display:block}.is-list-news-c .l-item-name{display:block;margin:0 0 12px 0;color:var(--gray800);font-size:20px;line-height:30px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-news-c .l-item-name:hover{color:var(--blue200)}.is-list-news-c .l-item-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-list-news-d{margin-top:60px}.is-list-news-d .ln-header{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600}.is-list-news-d .ln-wrapper{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-news-d .ln-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 0;border-bottom:1px solid var(--gray200)}.is-list-news-d .ln-item:hover .ln-preview{color:var(--blue100)}.is-list-news-d .ln-image{width:160px;height:90px}.is-list-news-d .ln-image img{width:100%;height:100%;border-radius:16px;-o-object-fit:cover;object-fit:cover}.is-list-news-d .ln-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;max-width:312px;margin-left:12px;-webkit-transition:color 300ms;-o-transition:color 300ms;transition:color 300ms}.is-list-news-d .ln-more{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px;font-weight:500;margin:12px 0 0 0;color:var(--blue100)}.is-list-news-d .ln-more svg{margin-left:12px}.is-list-news-d .ln-more:hover{color:var(--)}.is-list-vacancy-a{position:relative;display:block}.is-list-vacancy-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-vacancy-a .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;padding:36px 56px;color:var(--gray800);border:2px solid var(--white);background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px;-webkit-transition:border 200ms;-o-transition:border 200ms;transition:border 200ms}.is-list-vacancy-a .l-item:hover{border-color:var(--blue100)}.is-list-vacancy-a .l-item:hover .l-item-name{color:var(--blue200)}.is-list-vacancy-a .l-item-text{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;width:100%}.is-list-vacancy-a .l-item-image{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;height:120px;margin:0 0 0 48px}.is-list-vacancy-a .l-item-name{margin:0 0 12px 0;font-size:26px;line-height:34px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-vacancy-a .l-item-section{font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:400;text-transform:uppercase}.is-list-vacancy-a+.is-list-vacancy-a{margin-top:40px}.is-list-vacancy-a.state-hidden-sfx{-webkit-transition:opacity 600ms,-webkit-transform 600ms;transition:opacity 600ms,-webkit-transform 600ms;-o-transition:opacity 600ms,transform 600ms;transition:opacity 600ms,transform 600ms;transition:opacity 600ms,transform 600ms,-webkit-transform 600ms}.is-list-vacancy-a.state-hidden{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.is-list-tags-a{position:relative;display:block;overflow:hidden;z-index:50;margin:0 0 6px 0}.is-list-tags-a .list-tags-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 0 -20px}.is-list-tags-a .list-tags-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:block;margin:0 0 8px 20px;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:16px;line-height:20px;font-weight:500;white-space:nowrap;letter-spacing:1px;text-transform:uppercase;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-tags-a .list-tags-item:hover{text-decoration:underline}.is-tags-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-tags-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px;border-radius:8px;background-color:var(--gray100);margin:0 0 40px 0}.is-tags-tabs-item{color:currentColor;font-size:20px;line-height:20px;font-weight:600;padding:10px 35px;border-radius:4px;cursor:pointer}.is-tags-tabs-item:hover{color:var(--blue100)}.is-tags-tabs-active{color:var(--blue100);background-color:var(--white)}.is-tags-tabs--service{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:100px}.is-tags-tabs--service .is-tags-tabs-item{position:relative;padding:0;font-family:"root","Arial",sans-serif;font-weight:400;font-size:18px;white-space:nowrap;cursor:pointer}.is-tags-tabs--service .is-tags-tabs-item:hover{color:var(--blue100)}.is-tags-tabs--service .is-tags-tabs-item+.is-tags-tabs-item{margin-left:40px}.is-tags-tabs--service .is-tags-tabs-active{color:var(--blue100);background-color:var(--white)}.is-list-tags-b{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:100%}.is-list-tags-b .list-layout-tags{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;overflow:hidden;width:100%;height:30px;margin:0 0 -10px 0}.is-list-tags-b .list-tags-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin:0 0 0 -32px}.is-list-tags-b .list-tags-wrapper a{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;margin:0 0 24px 32px;font-family:"root","Arial",sans-serif;color:currentColor;font-size:20px;line-height:32px;font-weight:500;white-space:nowrap;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-tags-b .list-tags-wrapper a:hover{color:var(--blue200)}.is-list-tags-b .list-tags-wrapper a.state-active{color:var(--blue200);pointer-events:none}.is-list-tags-b .list-tags-wrapper--hidden{display:none}.is-list-tags-b .list-layout-more{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:28px;margin-left:40px}.is-list-tags-b .list-layout-more:hover .list-tm-button{color:var(--blue200)}.is-list-tags-b .list-layout-more:hover .list-tm-button svg{fill:var(--blue200)}.is-list-tags-b .list-layout-more:hover .list-tm-dock-parent{pointer-events:auto;opacity:1 !important;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-tags-b .list-layout-more--toggle{display:block;margin-left:32px;width:auto}.is-list-tags-b .list-layout-more--toggle:hover .list-tm-button{color:var(--blue200)}.is-list-tags-b .list-layout-more--toggle:hover .list-tm-button svg{fill:none}.is-list-tags-b .list-layout-more--toggle:hover .list-tm-button svg path{stroke:var(--blue200)}.is-list-tags-b .list-layout-more--toggle .list-tm-button{width:auto;font-family:"root","Arial",sans-serif;font-size:20px;line-height:20px;font-weight:500;color:var(--blue100)}.is-list-tags-b .list-layout-more--toggle .list-tm-button svg{fill:none;width:15px;height:15px;margin-left:10px}.is-list-tags-b .list-layout-more--toggle.state-hidden{display:none}.is-list-tags-b .list-layout-hidden{display:block}.is-list-tags-b .list-layout-hidden .list-tm-button{width:auto;color:var(--blue100)}.is-list-tags-b .list-layout-hidden .list-tm-button svg{fill:none;width:15px;height:28px;margin-left:10px}.is-list-tags-b .list-layout-hidden.state-hidden{display:none}.is-list-tags-b .list-tm-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:110;width:28px;height:32px}.is-list-tags-b .list-tm-button svg{display:block;width:20px;height:6px;fill:var(--gray500);-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-list-tags-b .list-tm-dock-parent{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;z-index:100;top:100%;right:-8px;width:320px;padding:8px 0;background:var(--white);border-radius:8px;-webkit-filter:drop-shadow(0px 8px 48px rgba(67, 90, 123, 0.2));filter:drop-shadow(0px 8px 48px rgba(67, 90, 123, 0.2));pointer-events:none;opacity:0;-webkit-transform:translateY(10px) translateZ(0);transform:translateY(10px) translateZ(0);-webkit-transition:opacity 300ms,-webkit-transform 300ms;transition:opacity 300ms,-webkit-transform 300ms;-o-transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms;transition:opacity 300ms,transform 300ms,-webkit-transform 300ms}.is-list-tags-b .list-tm-dock-parent:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";z-index:5;top:-10px;right:6px;width:16px;height:16px;background:var(--white);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.is-list-tags-b .list-tm-dock-parent:after{position:absolute;display:block;content:"";z-index:5;top:-40px;right:0;width:70px;height:50px;background:transparent}.is-list-tags-b .list-tm-dock-inner{position:relative;display:block;max-height:432px;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.is-list-tags-b .list-tm-dock{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:0 8px}.is-list-tags-b .list-tm-dock a{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;z-index:10;padding:12px 32px 12px 32px;font-family:"root","Arial",sans-serif;color:var(--gray800);font-size:20px;line-height:22px;font-weight:400;border-radius:8px;-webkit-transition:background 200ms,color 200ms;-o-transition:background 200ms,color 200ms;transition:background 200ms,color 200ms}.is-list-tags-b .list-tm-dock a.state-active{color:var(--blue200)}.is-list-tags-b .list-tm-dock a:hover{color:var(--white);background:var(--blue200)}.is-list-tags-b.state-hide-more .list-layout-more{display:none}.is-list-tags-b.state-service .list-tags-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 0 -40px}.is-list-tags-b.state-service .list-tags-wrapper a{margin:0 0 40px 40px;font-weight:500}.is-list-tags-b .state-show{display:block}.is-list-tags-b--projects .list-tags-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.list-tags-wrapper--hidden{display:none}.is-list-tags-c{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.is-list-tags-c .l-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 16px 0;font-family:"root","Arial",sans-serif;color:var(--gray800);font-size:18px;line-height:24px;font-weight:400}.is-list-tags-c .l-link.state-active{color:var(--blue200)}.is-list-tags-c .l-link-name{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;display:block}.is-list-tags-c .l-link-count{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 0 0 16px;color:var(--gray500);font-size:16px;line-height:24px;font-weight:400}.is-list-tags-c.list-tags-wrapper--hidden{display:none}.is-list-projects{position:relative;display:block}.is-list-projects .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:80px}.is-list-projects .h3--main{margin-bottom:20px}.is-list-projects .l-item{position:relative;overflow:hidden;color:var(--gray800)}.is-list-projects .l-item:hover .l-item-image>.full-img,.is-list-projects .l-item:hover .l-item-image>.full-video{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.is-list-projects .l-item:hover .l-item-name{color:var(--blue200)}.is-list-projects .l-item-link{position:absolute;display:block;z-index:20;top:0;left:0;width:100%;height:100%}.is-list-projects .l-item-image{position:relative;display:block;overflow:hidden;width:100%;height:496px;margin:0 0 40px 0;background:#e0e0e0}.is-list-projects .l-item-image>.full-img,.is-list-projects .l-item-image>.full-video{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.is-list-projects .l-item-name{margin:0 0 8px 0;font-size:22px;line-height:34px;font-weight:600;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-projects.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:60px}.is-list-projects-tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;width:1080px}.is-list-projects-tiles .l-item{position:relative;display:block;overflow:hidden;width:270px;background:#e0e0e0}.is-list-projects-tiles .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:100%}.is-list-projects-tiles .l-item:hover .l-item-overlay-black{opacity:.3;-webkit-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms}.is-list-projects-tiles .l-item:hover .l-item-overlay-color{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 0ms,-webkit-transform 400ms ease-in-out;transition:opacity 0ms,-webkit-transform 400ms ease-in-out;-o-transition:opacity 0ms,transform 400ms ease-in-out;transition:opacity 0ms,transform 400ms ease-in-out;transition:opacity 0ms,transform 400ms ease-in-out,-webkit-transform 400ms ease-in-out}.is-list-projects-tiles .l-item:hover .l-item-name{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 200ms 400ms,-webkit-transform 200ms 400ms;transition:opacity 200ms 400ms,-webkit-transform 200ms 400ms;-o-transition:opacity 200ms 400ms,transform 200ms 400ms;transition:opacity 200ms 400ms,transform 200ms 400ms;transition:opacity 200ms 400ms,transform 200ms 400ms,-webkit-transform 200ms 400ms}.is-list-projects-tiles .l-item:hover .is-list-tags-a{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity 200ms 500ms,-webkit-transform 200ms 500ms;transition:opacity 200ms 500ms,-webkit-transform 200ms 500ms;-o-transition:opacity 200ms 500ms,transform 200ms 500ms;transition:opacity 200ms 500ms,transform 200ms 500ms;transition:opacity 200ms 500ms,transform 200ms 500ms,-webkit-transform 200ms 500ms}.is-list-projects-tiles .l-item-overlay-link{position:absolute;display:block;z-index:40;top:0;left:0;width:100%;height:100%}.is-list-projects-tiles .l-item-overlay-black{position:absolute;display:block;z-index:10;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transition:none;-o-transition:none;transition:none;will-change:opacity}.is-list-projects-tiles .l-item-overlay-color{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;overflow:hidden;z-index:20;top:0;left:0;width:100%;height:100%;background:var(--blue200);opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:opacity 400ms,-webkit-transform 0ms 400ms;transition:opacity 400ms,-webkit-transform 0ms 400ms;-o-transition:opacity 400ms,transform 0ms 400ms;transition:opacity 400ms,transform 0ms 400ms;transition:opacity 400ms,transform 0ms 400ms,-webkit-transform 0ms 400ms;will-change:transform,opacity}.is-list-projects-tiles .l-item-name{position:absolute;display:block;z-index:30;top:32px;left:20px;right:20px;font-family:"root","Arial",sans-serif;color:var(--white);font-size:20px;line-height:26px;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.is-list-projects-tiles .is-list-tags-a{position:absolute;display:block;z-index:50;bottom:30px;left:20px;right:20px;height:20px;opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.is-list-projects-tiles .is-list-tags-a .list-tags-wrapper{margin-left:-12px}.is-list-projects-tiles .is-list-tags-a .list-tags-item{margin-left:12px;color:var(--white);font-weight:400}.is-list-projects-tiles--mobile{display:none;position:relative;width:100%;margin:0 0 40px 0}.is-list-projects-tiles--mobile .l-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;width:100%;height:100%}.is-list-projects-tiles--mobile .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:100%}.is-list-projects-tiles--mobile .full-img{width:120px}.is-list-projects-tiles--mobile .l-item-overlay-link{position:absolute;display:block;z-index:40;top:0;left:0;width:100%;height:100%}.is-list-projects-tiles--mobile .l-item-name{display:block;font-family:"root","Arial",sans-serif;color:#202123;font-size:12px;line-height:16px;margin-bottom:16px}.is-list-projects-tiles--mobile .l-item-tags-block{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:140px}.is-list-projects-tiles--mobile .is-list-tags-a{display:block}.is-list-projects-tiles--mobile .is-list-tags-a .list-tags-wrapper{margin-left:-12px}.is-list-projects-tiles--mobile .is-list-tags-a .list-tags-item{margin-left:12px;color:#595a5b;font-size:8px;line-height:10px;font-weight:400}.is-list-projects-tiles--mobile .is-list-tags-a .list-tags-item:hover{color:#202123}.is-list-type-a{position:relative;display:block;margin:0 0 40px 0}.is-list-type-a .l-item{position:relative;display:block;margin:0 0 20px 0}.is-list-type-a .l-key{font-size:52px;line-height:52px;font-weight:600}.is-list-type-a .l-value{margin:16px 0 0 0;font-size:18px;line-height:28px;font-weight:400}.is-list-type-b{position:relative;display:block;margin:0 0 76px 0}.is-list-type-b .l-item{margin:0 0 20px 0}.is-list-type-b .l-key{margin:0 0 6px 0;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-list-type-b .l-value{font-size:26px;line-height:38px}.is-list-industry{position:relative;display:block}.is-list-industry .l-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;margin:0 0 20px 0;background:#f9f9f9;border-radius:8px}.is-list-industry .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-list-industry .l-item .full-img{background-position:100% 100%;background-size:auto 120%}.is-list-industry .l-name{position:absolute;display:block;top:16px;left:20px;width:180px;font-size:22px;line-height:32px;font-weight:600}.is-list-articles{position:relative;display:block}.is-list-articles .l-header{margin:0 0 28px 0;font-size:22px;line-height:32px;font-weight:600}.is-list-articles .l-item{position:relative;display:block;margin:0 0 20px 0;font-size:16px;line-height:26px;font-weight:400}.is-list-articles .l-item a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#21628a;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-articles .l-item a:hover{color:var(--blue200)}.is-list-articles .is-box-source .source-img{margin-bottom:20px}.is-list-articles .is-box-source .source-name{font-size:22px;line-height:32px;font-weight:600;margin-bottom:8px;color:var(--gray800)}.is-list-articles .is-box-source .source-link{font-size:18px;line-height:28px;font-weight:400;color:#21628a}.is-list-articles .is-box-source .source-link:hover{color:var(--blue200)}.is-list-career-a{position:relative;display:block}.is-list-career-a .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:100px}.is-list-career-a .l-image{position:relative;display:block;margin:0 0 20px 0}.is-list-career-a .l-image img{display:block;width:120px;height:120px}.is-list-career-a .l-name{font-size:22px;line-height:34px}.is-list-career-a .l-name a{color:var(--blue200)}.is-list-career-a .l-name a:hover{color:var(--blue500)}.is-list-career-b{position:relative;display:block}.is-list-career-b .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:100px 0;border-top:1px solid #e6e7ea}.is-list-career-b .l-item:first-child{padding-top:0;border:none}.is-list-career-b .l-item:last-child{padding-bottom:0}.is-list-career-b .l-image{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;width:100%}.is-list-career-b .l-image img{display:block;width:588px;height:auto}.is-list-career-b .l-content{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:block;width:700px}.is-list-career-b .l-name{margin:0 0 28px 0;font-size:34px;line-height:46px}.is-list-career-b .l-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-career-b .l-button{margin:28px 0 0 0}.is-list-career-d{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}.is-list-career-d .l-row{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.is-list-career-d .card{-ms-flex-item-align:stretch;align-self:stretch}.is-list-career-d .l-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-list-career-d .l-image img{max-width:100%;height:auto}.is-friends-wrap{position:relative;display:block;max-width:1320px;color:var(--gray800)}.is-friends__subtitle{font-size:28px;line-height:40px;font-weight:500;margin-bottom:40px}.is-friends__preview{font-family:"root","Arial",sans-serif;font-size:22px;line-height:34px;font-weight:400}.is-friends__footnote{margin:40px 0 0}.is-friends__footnote--text{font-size:16px;line-height:28px;font-weight:400}.is-friends-button{margin:40px 0 0}.is-friends-logo{margin-bottom:60px}.is-friends__list{margin-top:60px}.is-friends__list .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:60px}.is-friends__list .l-item.border-white{border:1px solid #fff;border-radius:16px}.is-friends__list .l-item .text{font-family:"root","Arial",sans-serif}.is-friends__list .l-name{font-size:50px;line-height:62px;font-weight:600}.is-friends__list .l-preview{margin:16px 0 0 0;font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:36px;font-weight:500}.is-friends__list .l-image{margin:0 0 30px 0}.is-friends__list--link{cursor:pointer;text-decoration:none;color:var(--blue200)}.is-friends__list--dark{margin-bottom:40px}.is-friends__list--dark .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:60px}.is-friends__list--dark .l-name{font-size:24px;line-height:36px}.is-friends-questions{position:relative;color:var(--gray800)}.is-friends-questions__icon{width:120px;height:120px}.is-friends-questions__icon img{width:100%;height:100%}.is-friends-questions__text{font-size:34px;line-height:46px;margin-left:140px}.is-list-career-c{position:relative;display:block}.is-list-career-c .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:100px}.is-list-career-c .l-image{position:relative;display:block;margin:0 0 20px 0}.is-list-career-c .l-image img{display:block;width:120px;height:120px}.is-list-career-c .l-name{font-size:34px;line-height:46px}.is-list-career-c .l-preview{margin:16px 0 0 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-career-c p,.is-list-career-c li{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-images-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:auto}.is-list-images-a .l-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.is-list-images-a .l-item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;position:relative;overflow:hidden;width:700px;border-radius:16px;background:var(--gray200);-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-images-a .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57%}.is-list-images-a .l-item+.l-item{margin:0 0 0 60px}.is-list-images-a.state-service .l-item{width:660px}.is-list-images-a.state-service .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:75%}.is-list-images-b{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.is-list-images-b img{display:block}.is-list-team{position:relative;display:block}.is-list-team .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:100px 0;border-top:1px solid #e6e7ea}.is-list-team .l-item:first-child{border:none}.is-list-team .l-item:nth-child(even) .l-image{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.is-list-team .l-item:nth-child(even) .l-image img{margin-left:auto}.is-list-team .l-item:nth-child(even) .l-content{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.is-list-team .l-item:last-child{padding-bottom:0}.is-list-team .l-image{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;position:relative;display:block;width:100%}.is-list-team .l-image img{display:block;width:588px;height:auto}.is-list-team .l-content{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;position:relative;display:block;width:700px}.is-list-team .l-name{margin:0 0 28px 0;font-size:34px;line-height:46px}.is-list-team .l-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-team .l-preview br+br{content:"";display:block;margin-top:16px}.is-list-team .l-preview ul li{font-size:18px;line-height:30px}.is-list-team .l-preview a{color:var(--blue200)}.is-list-team .l-preview a:hover{color:var(--blue100)}.is-list-team .l-button{margin:28px 0 0 0}.is-list-team.state-service .l-item:first-child{padding-top:20px}.is-list-team.state-service .l-item:last-of-type{padding-bottom:0}.is-list-team:has(.sd-button-order) .sd-button-order{margin-top:0}.is-list-tech{position:relative;display:block}.is-list-tech .l-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;margin:0 0 32px 0;padding:0 0 32px 0;border-bottom:1px solid #e6e7ea}.is-list-tech .l-item:last-child{margin:0}.is-list-tech .l-name{display:block;font-size:26px;line-height:38px;font-weight:600}.is-list-tech .l-tech-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:16px 0 -20px -44px}.is-list-tech .l-tech-list span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;margin:0 0 20px 44px;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;white-space:nowrap}.is-list-tech .l-tech-list span:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:14px;left:-24px;width:4px;height:4px;background:#202123;border-radius:50%}.is-list-tech-long{position:relative;display:block}.is-list-tech-long .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:30px}.is-list-tech-long .l-name{margin:0 0 8px 0;font-size:22px;line-height:32px;font-weight:600}.is-list-tech-long .l-value{font-family:"root","Arial",sans-serif;font-size:22px;line-height:32px;font-weight:400}.is-list-tech-long.no-tabs .is-grid{margin-top:60px}.is-list-tech-long .list-buttons{gap:12px;margin-top:20px}.is-list-tech-long.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:30px}.is-list-logos{position:relative;display:block}.is-list-logos .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:60px}.is-list-logos .l-item img{display:block;max-width:100%;height:auto}.is-list-logos.state-a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:34px 10px}.is-list-logos.state-a .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:194px;height:124px}.is-list-awards{position:relative;display:block;margin:0 0 40px 0}.is-list-awards .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:120px;-moz-column-gap:120px;column-gap:120px;row-gap:60px}.is-list-awards .l-item{position:relative;display:block}.is-list-awards .l-logo{position:relative;display:block;height:109px;margin:0 0 30px 0;border-bottom:1px solid #e6e7ea}.is-list-awards .l-logo img{display:block;max-width:100%;height:auto}.is-list-awards .l-rate-list{position:relative;display:block}.is-list-awards .l-rate-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 24px 0}.is-list-awards .l-rate-item:last-child{margin-bottom:0}.is-list-awards .l-rate-item.state-link{color:var(--blue800);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-awards .l-rate-item.state-link:hover{color:var(--blue200)}.is-list-awards .l-rate-item-key{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;width:100%;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-awards .l-rate-item-value{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:block;margin:0 0 0 64px;font-size:22px;line-height:34px}.is-list-awards .l-rate-item-value:before{pointer-events:none;position:absolute;display:block;content:"";top:18px;left:-46px;width:28px;height:1px;background:var(--gray800)}.is-list-quotes{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:0 0 40px 0}.is-list-quotes .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin:0 0 20px 0;padding:40px;border-radius:10px;border:2px solid #f7f7f9;background:#f7f7f9;-webkit-transition:border 400ms;-o-transition:border 400ms;transition:border 400ms}.is-list-quotes .l-item.state-active{border-color:var(--blue100)}.is-list-quotes .l-item.state-active .l-toggle .l-toggle-show{display:none}.is-list-quotes .l-item.state-active .l-toggle .l-toggle-hide{display:block}.is-list-quotes .l-name{margin:0 0 32px 0;font-size:26px;line-height:36px;font-weight:700}.is-list-quotes .l-link{display:block;margin:-22px 0 32px 0}.is-list-quotes .l-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--blue100);font-size:18px;line-height:18px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-list-quotes .l-link a:hover{color:var(--blue500)}.is-list-quotes .l-link span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 8px 0 0;font-size:18px;line-height:18px}.is-list-quotes .l-link svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;fill:currentColor}.is-list-quotes .l-preview{position:relative;display:block;width:100%;max-width:1320px;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:500}.is-list-quotes .l-preview ul{margin-bottom:20px;margin-top:0}.is-list-quotes .l-preview li{font-size:18px;line-height:30px;font-weight:500}.is-list-quotes .l-preview b{font-size:18px;line-height:30px;font-weight:700}.is-list-quotes .l-preview p{font-size:18px;line-height:30px;font-weight:500;margin-bottom:20px;margin-top:0}.is-list-quotes .l-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative;display:none;margin:12px 0 0 0;color:var(--blue100);font-size:16px;line-height:24px;font-weight:400}.is-list-quotes .l-toggle span{display:block}.is-list-quotes .l-toggle .l-toggle-show{display:block}.is-list-quotes .l-toggle .l-toggle-hide{display:none}.is-list-quotes .l-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;width:100%;margin:40px 0 0 0}.is-list-quotes .l-a-photo{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;overflow:hidden;width:60px;height:60px;margin:0 16px 0 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-list-quotes .l-a-photo:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-list-quotes .l-a-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;position:relative;display:block}.is-list-quotes .l-a-name{margin:0 0 4px 0;font-size:20px;line-height:32px;font-weight:600}.is-list-quotes .l-a-role{font-size:16px;line-height:24px;font-weight:400}.is-list-quotes--ml .sr-image{width:100%;height:auto;margin-bottom:30px;position:relative}.is-list-quotes--ml .sr-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:65%}.is-list-quotes--ml .sr-image img{-o-object-fit:cover;object-fit:cover}.is-list-tiles-a{position:relative;display:block}.is-list-tiles-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-tiles-a .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 40px 10px 40px;border-radius:16px;background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.1);box-shadow:0 10px 40px rgba(10,12,16,.1)}.is-list-tiles-a.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-tiles-a.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-tiles-a.state-no-stretch .is-grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-list-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-list-decisions{display:grid;grid-template-columns:repeat(3, 1fr)}.is-list-decisions .l-wrapper{position:relative;border:1px solid var(--gray200);border-bottom:none;border-right:none}.is-list-decisions .l-wrapper:nth-child(3n+1){border-left:none}.is-list-decisions .l-wrapper:nth-child(-n+3){border-top:none}.is-list-decisions .l-wrapper:hover{color:var(--white)}.is-list-decisions .l-wrapper:hover .l-image{opacity:1}.is-list-decisions .l-wrapper:hover .l-item{color:var(--white)}.is-list-decisions .l-wrapper:hover .l-item path{stroke:var(--white)}.is-list-decisions .l-wrapper:hover path{stroke:var(--white)}.is-list-decisions .l-item{padding:24px;color:var(--gray800);position:relative;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:154px}.is-list-decisions .l-image{opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;width:100%;height:100%;position:absolute;background-repeat:no-repeat;background-size:cover;background-position:100% 50%}.is-list-decisions .l-image:hover{opacity:1}.is-list-decisions .l-name{font-size:34px;line-height:46px;font-weight:500}.is-list-decisions .l-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-list-decisions .l-number{font-size:20px;line-height:30px;font-weight:400;font-family:"root","Arial",sans-serif}.is-list-decisions .l-link path{-webkit-transition:stroke .3s;-o-transition:stroke .3s;transition:stroke .3s}.is-intro-video{position:relative;display:block}.is-intro-video .iv-header{position:relative;display:block;max-width:1160px}.is-intro-video .iv-header h1{margin:0}.is-intro-video .iv-video{position:relative;display:block;max-width:1224px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.06),0 16px 48px rgba(0,0,0,.1);box-shadow:0 0 2px rgba(0,0,0,.06),0 16px 48px rgba(0,0,0,.1);border-radius:16px 16px 0 0}.is-intro-video .iv-video-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:60px;padding:0 24px;border-radius:8px 8px 0 0}.is-intro-video .iv-video-header svg{display:block}.is-intro-video .iv-title{font-size:50px;line-height:62px;font-weight:600;margin-bottom:60px}.is-intro-video .iv-preview{font-size:34px;line-height:46px;font-weight:500;margin-bottom:60px}.is-intro-video.state-vacancy{margin-bottom:28px}.is-intro-video.state-data{max-width:1300px}.is-intro-video.state-data .is-video-player{border-radius:16px}.is-intro-video.state-full{max-width:100%}.is-intro-video.state-full .iv-video{max-width:100%}.is-intro-video.state-full .is-video-player{border-radius:16px}.is-icon{display:inline-block;vertical-align:middle}.is-icon.icon-heart{margin-top:-4px}.is-icon.icon-flame{margin-top:-7px}.is-header-layout{position:relative}.is-header-layout.state-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.is-header-layout-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 60px 0}.is-header-layout-a .hl-left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;display:block;width:100%}.is-header-layout-a .hl-right{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;margin:0 0 0 40px}.is-header-layout-a .hl-link{font-size:18px;line-height:30px;font-weight:500;margin-left:auto;margin-bottom:68px}.is-header-layout-b{position:relative;display:block;margin:0 0 80px 0}.is-header-layout-b .hl-header{position:relative;display:block;margin:0 0 40px 0;text-align:center}.is-header-layout-b .hl-tags{position:relative;display:block;max-width:1100px;margin:0 auto}.is-header-layout-b .hl-tags-mobile{position:relative}.is-header-layout-c{position:relative;display:block;max-width:1160px;margin:0 0 60px 0}.is-header-layout-c .hl-header{position:relative;display:block;margin:0 0 12px 0}.is-header-layout-c .hl-tags{position:relative;display:block}.is-header-layout-d{position:relative;display:block;margin:0 0 80px 0}.is-header-layout-d .hl-header{position:relative;display:block;margin:0 0 40px 0;text-align:center}.is-header-layout-d .hl-search{position:relative;display:block;margin:0 0 30px 0}.is-header-layout-d .hl-tags{position:relative;display:block;max-width:1400px;margin:0 auto}.is-header-layout-projects{position:relative;display:block;margin:0 0 80px 0}.is-header-layout-projects .hl-header{position:relative;display:block;margin:0 0 40px 0;text-align:center}.is-header-layout-projects .hl-search{position:relative;display:block;margin:0 0 30px 0}.is-header-layout-projects .hl-tags{position:relative;display:block;max-width:100%;margin:0 auto}.is-header-layout-e{position:relative;display:block;max-width:1300px;margin:0 0 80px 0}.is-header-layout-e .hl-image{position:relative;display:block;max-width:1040px;margin:0 0 28px 0}.is-header-layout-e .hl-image img{position:relative;display:block;max-width:100%;height:auto;border-radius:16px}.is-header-layout-e .hl-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-header-layout-e .hl-header{margin:0 0 80px 0}.is-header-layout-e .hl-header+.hl-preview{margin-top:-52px}.is-header-layout-e .hl-preview{margin:0 0 80px 0;font-size:34px;line-height:46px}.is-header-layout-e .hl-preview p:last-child{margin:0}.is-header-layout-f{position:relative;display:block;margin-bottom:60px}.is-header-layout-f .hl-header{margin:0 0 28px 0}.is-header-layout-f .hl-preview{font-size:24px;line-height:36px;font-weight:500;margin-bottom:0}.is-header-layout-g{position:relative;display:block;max-width:1300px;margin:0 0 28px 0}.is-header-layout-g .hl-image{position:relative;display:block;max-width:1040px;margin:0 0 60px 0}.is-header-layout-g .hl-image img{position:relative;display:block;max-width:100%;height:auto;border-radius:16px}.is-header-layout-g .hl-header{margin:0 0 28px 0}.is-header-layout-g .hl-tag{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--gray500);text-transform:uppercase;padding:14px 12px;border-radius:8px;margin-bottom:8px;background-color:var(--gray200)}.is-header-layout-g .hl-button{display:none}.is-header-layout-h{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:48px}.is-header-layout-h .hl-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.is-header-layout-h .hl-preview{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:400;white-space:normal}.is-header-layout-h .hl-preview:last-of-type{margin-bottom:32px}.is-header-layout-h .hl-preview.state-a{font-size:20px;line-height:30px;font-weight:600}.is-header-layout-h .hl-request{padding:60px;background:var(--gray100);border-radius:16px}.is-header-layout-h .hl-request__title{font-weight:600}.is-header-layout-h .hl-request__subtitle{font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:40px;font-weight:500;margin-bottom:40px}.is-header-layout-h .hl-request .h1-request-list{-webkit-box-shadow:none;box-shadow:none;padding:0}.is-header-layout-h .h1-request-list{padding:30px 24px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);margin-bottom:32px}.is-header-layout-h .h1-request-list .l-list-item{display:inline-block}.is-header-layout-h .h1-request-list .bullet{display:inline-block;margin:0 10px}.is-header-layout-h .l-list.state-li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:28px;font-weight:400}.is-header-layout-h .l-list.state-li span{position:relative;padding-left:30px}.is-header-layout-h .l-list.state-li span:before{position:absolute;top:10px;left:0;display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:var(--gray800)}.is-header-layout-h .sd-button-order.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.is-header-layout-h .sd-button-order.grid-2 .order-service{padding:0 20px}.is-header-layout-h .hl-image{position:relative;display:block;-webkit-box-flex:1;-ms-flex:1;flex:1}.is-header-layout-h .hl-image img{position:relative;display:block;width:100%;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;border-radius:16px}.is-header-layout-h .hl-header{margin:0 0 28px 0}.is-header-layout-h.state-ux .hl-info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-header-layout-h.state-sdet .hl-info h1{margin-bottom:20px}.is-header-layout-h.state-sdet .hl-info h2{font-size:32px;line-height:48px;font-weight:700;margin-bottom:30px}.is-header-layout-h.state-sdet .hl-request__preview{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:600}.is-header-layout-h.state-sdet .hl-request__footnote{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400;margin-bottom:40px}.is-header-layout-h.header-animation{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-header-layout-h.header-animation .hl-info h1{opacity:0;-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);width:50%}.is-header-layout-h.header-animation .hl-info .hl-request{opacity:0;-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);position:relative;background:var(--white);overflow:hidden}.is-header-layout-h.header-animation .hl-info .hl-request:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;width:100%;height:0;background:var(--gray100)}.is-header-layout-h.header-animation .hl-info .hl-request .sd-button-order{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.is-header-layout-h.header-animation .hl-image{width:50%;height:563px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.is-header-layout-h.header-animation .hl-image .animate-image{width:100%;height:0;border-radius:0;background-size:cover;background-repeat:no-repeat;background-position:center}.is-header-layout-h.header-animation--active .hl-info h1{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;-webkit-transition:all 800ms ease-in-out 800ms;-o-transition:all 800ms ease-in-out 800ms;transition:all 800ms ease-in-out 800ms}.is-header-layout-h.header-animation--active .hl-info .hl-request{-webkit-transition:all 800ms ease-in-out 800ms;-o-transition:all 800ms ease-in-out 800ms;transition:all 800ms ease-in-out 800ms;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}.is-header-layout-h.header-animation--active .hl-info .hl-request:before{content:"";position:absolute;width:100%;height:100%;background:var(--gray100);-webkit-transition:all 800ms ease-in-out 800ms;-o-transition:all 800ms ease-in-out 800ms;transition:all 800ms ease-in-out 800ms}.is-header-layout-h.header-animation--active .hl-info .hl-request .sd-button-order{-webkit-transition:all 800ms ease-in-out 1600ms;-o-transition:all 800ms ease-in-out 1600ms;transition:all 800ms ease-in-out 1600ms;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}.is-header-layout-h.header-animation--active .hl-image .animate-image{height:100%;border-radius:16px;-webkit-transition:all 800ms ease-in-out 800ms;-o-transition:all 800ms ease-in-out 800ms;transition:all 800ms ease-in-out 800ms}.is-link-show-all{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;color:var(--gray800);font-size:18px;line-height:30px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-link-show-all span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;margin:0 12px 0 0}.is-link-show-all svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms;width:16px}.is-link-show-all .mobile{display:none}.is-link-show-all:hover{color:var(--blue200)}.is-link-show-all:hover svg{fill:var(--blue200)}.sd-section.state-black .is-link-show-all{color:var(--white);-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.sd-section.state-black .is-link-show-all:hover{color:var(--blue200)}.is-link-show-all-short{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-link-show-all-short svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-link-show-all-short:hover svg{fill:var(--blue500)}.is-box-familiar{position:relative}.is-box-familiar h3{font-size:50px;line-height:62px;font-weight:600;margin:0 auto 40px;text-align:center}.is-box-familiar .familiar-preview{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;margin:0 auto 40px;text-align:center}.is-box-express{position:relative}.is-box-express h3{margin-bottom:28px}.is-box-express .express-preview{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:46px;font-weight:400;margin-bottom:60px}.is-box-express .is-button-a{color:var(--blue200);background-color:var(--white);cursor:pointer;-webkit-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms}.is-box-express .is-button-a:hover{color:var(--white);background-color:var(--blue200)}.is-box-process{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.is-box-process .bp-layout-process{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;display:block;max-width:665px}.is-box-process .bp-layout-process h2,.is-box-process .bp-layout-process h3,.is-box-process .bp-layout-process h4,.is-box-process .bp-layout-process h5{margin-bottom:28px}.is-box-process .bp-layout-process p{font-size:22px;line-height:34px;margin:0}.is-box-process .bp-layout-columns{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:768px;margin:0 0 0 48px}.is-box-process .bp-column-tech{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:360px;padding:40px 48px;border-radius:16px;color:var(--white);background:var(--blue400)}.is-box-process .bp-column-tech .bp-list{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.is-box-process .bp-column-tech .bp-list-item{display:inline-block}.is-box-process .bp-column-tech .bp-list-item a:hover{color:var(--gray400)}.is-box-process .bp-column-industry{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:360px;padding:40px 48px;border-radius:16px;background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-box-process .bp-header{position:relative;display:block;margin:0 0 28px 0;font-size:26px;line-height:34px;font-weight:700}.is-box-process .bp-list-item{position:relative;display:block;width:100%;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:500}.is-box-process .bp-list-item a{display:inline-block;color:inherit;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-process .bp-list-item a:hover{color:var(--blue200)}.is-box-projects{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-box-projects-b{-webkit-box-sizing:border-box;box-sizing:border-box}.is-box-projects-b .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-box-projects-b .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;padding:48px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px}.is-box-projects-b .bp-item-title{display:block;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:600;cursor:pointer;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms;margin-bottom:54px}.is-box-projects-b .bp-item-title:hover{color:#134bc5}.is-box-projects-b .bp-item-title.is-link-a{color:var(--blue200)}.is-box-projects-b .bp-item-title.is-link-a:hover{color:var(--blue500)}.is-box-projects-b .l-image{width:100%;position:relative}.is-box-projects-b .l-image .full-img{border-radius:8px}.is-box-projects-b .l-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:70%}.is-box-projects-b .bp-item-preview{display:block;font-size:18px;line-height:30px;font-weight:400;color:#202123;margin-bottom:40px}.is-box-projects-b .bp-item-list{min-height:70px}.is-box-projects-b .bp-item-list-tag{display:inline-block;font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:500;text-transform:uppercase;color:#595a5b;margin-right:10px;margin-bottom:10px}.is-box-projects-b .is-link-show-all{width:auto}.is-box-awards{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-box-awards .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-box-awards .is-grid .grid-item.state-animation .cup-star{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);transform-box:fill-box;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.is-box-awards .is-grid .grid-item.state-animation .cup-star.level-1{-webkit-animation:glow-cup 2s ease forwards 1s;animation:glow-cup 2s ease forwards 1s}.is-box-awards .is-grid .grid-item.state-animation .cup-star.level-2{-webkit-animation:glow-cup 2s ease forwards 2s;animation:glow-cup 2s ease forwards 2s}.is-box-awards .is-grid .grid-item.state-animation .cup-star.level-3{-webkit-animation:glow-cup 2s ease forwards 3s;animation:glow-cup 2s ease forwards 3s}@-webkit-keyframes glow-cup{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(2);transform:scale(2);-webkit-box-shadow:5px 5px 16px var(--white);box-shadow:5px 5px 16px var(--white);-webkit-filter:drop-shadow(0 0 2px white);filter:drop-shadow(0 0 2px white)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes glow-cup{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(2);transform:scale(2);-webkit-box-shadow:5px 5px 16px var(--white);box-shadow:5px 5px 16px var(--white);-webkit-filter:drop-shadow(0 0 2px white);filter:drop-shadow(0 0 2px white)}100%{-webkit-transform:scale(1);transform:scale(1)}}.is-box-awards .ba-item-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:60px;margin:0 0 26px 0}.is-box-awards .ba-item-logo img{display:block;max-height:100%}.is-box-awards .ba-item-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.is-box-awards .ba-item-label-name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;display:block;width:100%;max-width:360px;font-family:"root","Arial",sans-serif;font-size:22px;line-height:30px;font-weight:500;margin-bottom:16px}.sd-section.state-black .is-box-awards .ba-item-label-name{color:var(--white)}.sd-section.state-black .is-box-awards .ba-item-label-name:hover{color:var(--blue200)}.is-box-awards .ba-item-label-rank{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px;font-weight:500;color:var(--gray400)}.is-box-awards .ba-item-label-rank.state-black{color:var(--gray800)}.is-box-awards.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-box-awards.state-4 .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-box-awards.state-5 .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-box-awards-b .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-box-awards-b .ba-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--gray100);border-radius:16px;padding:26px 48px}.is-box-awards-b .ba-header__title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:700}.is-box-awards-b .ba-header__title--orange{color:var(--yellow300)}.is-box-awards-b .is-grid{margin-top:40px}.is-box-awards-b .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--gray100);border-radius:16px;padding:24px 48px}.is-box-awards-b .is-grid .grid-item .ba-item-logo{margin-right:16px}.is-box-awards-b .is-grid .grid-item .ba-item-name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600}.is-box-clients{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.m-section.state-black .is-box-clients .icon-heart{fill:#de1841}.is-box-digit{max-width:1260px}.is-box-contacts{position:relative;display:block}.is-box-contacts .bc-lead-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 90px -48px}.is-box-contacts .bc-lc-item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:block;width:360px;margin:0 0 32px 48px}.is-box-contacts .bc-lc-name{margin:0 0 8px 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px}.is-box-contacts .bc-lc-value{font-size:22px;line-height:34px}.is-box-contacts .bc-lc-value a{display:inline-block;color:var(--gray800);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-contacts .bc-lc-value a:hover{color:var(--blue200)}.is-box-contacts .bc-lc-value.state-blue{color:var(--blue200)}.is-box-contacts .bc-lc-value.state-blue a{color:var(--blue200)}.is-box-contacts .bc-lc-value.state-blue a:hover{color:var(--blue500)}.is-box-contacts .bc-map-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:0 0 100px 0}.is-box-contacts .bc-ml-map{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;position:relative;display:block;overflow:hidden;width:100%;height:640px;border-radius:16px;background:#faf7f0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-box-contacts .bc-ml-map .ymap{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms}.is-box-contacts .bc-ml-map .ymaps-2-1-79-map-copyrights-promo{max-height:0;overflow:hidden}.is-box-contacts .bc-ml-list{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:450px;margin:0 0 0 180px}.is-box-contacts .bc-ml-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;color:var(--gray800)}.is-box-contacts .bc-ml-item:before{pointer-events:none;position:absolute;display:block;content:"";top:17px;right:100%;width:48px;height:2px;margin-right:30px;background:var(--gray800);opacity:0;-webkit-transform:scale(0, 1);-ms-transform:scale(0, 1);transform:scale(0, 1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms;will-change:opacity,transform}.is-box-contacts .bc-ml-item:hover .bc-ml-item-name{color:var(--gray800)}.is-box-contacts .bc-ml-item.state-active:before{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.is-box-contacts .bc-ml-item.state-active .bc-ml-item-name{color:var(--gray800)}.is-box-contacts .bc-ml-item-name{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;color:var(--gray400);font-size:34px;line-height:36px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-contacts .bc-ml-item-preview{-webkit-box-sizing:border-box;box-sizing:border-box;display:none}.is-box-contacts .bc-ml-item-preview:before{pointer-events:none;position:relative;display:block;content:"";height:16px}.is-box-contacts .bc-ip-text{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;font-size:22px;line-height:28px}.is-box-contacts .bc-ip-map{cursor:pointer;position:relative;display:none;overflow:hidden;height:260px;margin:18px 0 0 0;border-radius:8px;background:#faf7f0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-box-contacts .bc-ip-map:after{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:50%;left:50%;width:64px;height:71px;margin:-35px 0 0 -32px;background:url("/h/assets/img/pin.png") no-repeat 0 0;background-size:64px 71px}.is-box-contacts .bc-preview-sub{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:20px;line-height:30px;font-weight:400}.is-box-contacts.state-busy{pointer-events:none}.is-box-contacts.state-busy .ymap{opacity:.1;-webkit-transition:opacity 100ms;-o-transition:opacity 100ms;transition:opacity 100ms}.is-box-portfolio{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:-184px 0 0 0}.is-box-portfolio .box-portfolio-main{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:256px 0 72px 0;background:#fff}.is-box-portfolio .box-portfolio-main:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:#fff}.is-box-portfolio .box-portfolio-main:after{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";bottom:0;left:50%;z-index:100;width:10000px;height:1px;margin:0 0 0 -5000px;background:rgba(0,0,0,.1)}.is-box-portfolio .box-portfolio-quote{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0;background:#fff}.is-box-portfolio .box-portfolio-quote:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:#fff}.is-box-portfolio .box-portfolio-form{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0;background:#fff}.is-box-portfolio .box-portfolio-form:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:#fff}.is-box-portfolio .box-portfolio-form .is-link-a{color:var(--blue200)}.is-box-portfolio .box-portfolio-form .is-link-a.is-link-a:hover{color:var(--blue500)}.is-box-portfolio .box-portfolio-form .is-button-submit{color:var(--white)}.is-box-portfolio .box-portfolio-other{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0;background:#f7f7f9}.is-box-portfolio .box-portfolio-other:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:#f7f7f9}.is-box-portfolio .bp-layout-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-portfolio .bp-layout-inner:last-child .bp-text-b{margin:0}.is-box-portfolio .bp-layout-inner:last-child .bp-text-b p:last-child{margin:0}.is-box-portfolio .bp-li-content{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:770px}.is-box-portfolio .bp-li-content p+h4{padding-top:20px}.is-box-portfolio .bp-li-aside{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:500px;padding:76px 0 0 0}.is-box-portfolio .bp-li-aside--pt0{padding-top:0}.is-box-portfolio .bp-text-a{position:relative;display:block;max-width:1320px;margin:0 0 80px 0;font-size:36px;line-height:48px}.is-box-portfolio .bp-text-b{position:relative;display:block;margin:0 0 80px 0}.is-box-portfolio .bp-text-b+.bp-text-b{margin-top:-20px}.is-box-portfolio .bp-text-c{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:1312px;margin:20px 0 100px 0;padding:65px 0 0 140px;font-size:34px;line-height:46px}.is-box-portfolio .bp-text-c img{position:absolute;display:block;top:0;left:0}.is-box-portfolio .bp-video{position:realtive;display:block;width:100%;height:auto}.is-box-portfolio .bp-video video{width:100%;height:100%}.is-box-portfolio .bp-quote-preview{position:relative;display:block;max-width:1320px;margin:0 0 40px 0;font-size:36px;line-height:48px}.is-box-portfolio .bp-quote-author{position:relative;display:block}.is-box-portfolio .bp-qa-photo{position:relative;display:block;overflow:hidden;width:88px;height:88px;margin:0 0 16px 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-box-portfolio .bp-qa-photo:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-box-portfolio .bp-qa-name{margin:0 0 8px 0;font-size:22px;line-height:32px;font-weight:600}.is-box-portfolio .bp-qa-role{font-size:18px;line-height:28px;font-weight:600}.is-box-portfolio .bp-other-header{margin:0 0 40px 0;font-size:36px;line-height:38px;font-weight:600}.is-box-author{position:relative;display:block;margin:0 0 80px 0}.is-box-author .ba-image{position:relative;display:block;overflow:hidden;width:88px;height:88px;margin:0 0 16px 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-box-author .ba-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-box-author .ba-preview{position:relative;display:block}.is-box-author .ba-name{margin:0 0 8px 0;font-size:22px;line-height:32px;font-weight:600}.is-box-author .ba-role{margin:0 0 8px 0;color:var(--gray400);font-size:16px;line-height:28px;font-weight:600}.is-box-author.state-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 40px 0}.is-box-author.state-inline .ba-image{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0 28px 0 0}.is-box-author.state-inline .ba-role{margin:0;font-weight:400;color:var(--gray800)}.is-box-career-begin{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-box-career-begin ul>li:before{background:var(--white)}.is-box-career-begin-block{max-width:1320px}.is-image-frame-a{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;max-width:1040px;margin:0 0 100px 0;border:2px solid #f7f7f9;border-radius:10px 10px 0 0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-image-frame-a .if-header{position:relative;display:block;width:100%;height:50px;background:transparent}.is-image-frame-a .if-header svg{position:absolute;display:block;top:50%;left:19px;width:44px;height:12px;margin:-6px 0 0 0}.is-image-frame-a .if-image{position:relative;display:block;min-height:300px;background:#f7f7f9}.is-image-frame-a .if-image img{display:block;width:100%;height:auto}.is-video-frame-a{border:none;border-radius:0}.is-image-phones{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 100px 0}.is-image-phones .ip-phone-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;width:280px;height:576px;padding:12px;border-radius:40px;background:#e6e7ea}.is-image-phones .ip-phone-item+.ip-phone-item{margin-left:80px}.is-image-phones .ip-phone-item svg{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:10;top:10px;left:50%;width:148px;height:20px;margin:0 0 0 -74px;fill:#e6e7ea}.is-image-phones .ip-phone-screen{position:relative;display:block;width:100%;height:100%;border-radius:28px;background-color:var(--white);background-repeat:no-repeat;background-position:50% 0;background-size:cover}.is-image-phones.state-android .ip-phone-item{height:552px}.is-image-phones.state-android .ip-phone-item svg{display:none}.is-image-a{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:1040px;min-height:300px;margin:0 0 100px 0}.is-image-a img{display:block;max-width:100%;height:auto}.is-image-port-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:20px 0 100px 0}.is-image-port-parent .image-port-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;position:relative;display:block}.is-image-port-parent .image-port-item+.image-port-item{margin-left:40px}.is-image-port{position:relative;display:block;max-width:1040px;min-height:150px}.is-image-port img{display:block;max-width:100%;height:auto}.is-image-port-frame{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;max-width:1040px;border:2px solid #f7f7f9;border-radius:10px 10px 0 0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-image-port-frame .ip-header{position:relative;display:block;width:100%;height:50px;background:transparent}.is-image-port-frame .ip-header svg{position:absolute;display:block;top:50%;left:19px;width:44px;height:12px;margin:-6px 0 0 0}.is-image-port-frame .ip-image{position:relative;display:block;min-height:150px;background:#f7f7f9}.is-image-port-frame .ip-image img{display:block;width:100%;height:auto}.is-image-port-phone{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;width:280px;height:576px;padding:12px;border-radius:40px;background:#e6e7ea}.is-image-port-phone svg{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:10;top:10px;left:50%;width:148px;height:20px;margin:0 0 0 -74px;fill:#e6e7ea}.is-image-port-phone .ip-screen{position:relative;display:block;width:100%;height:100%;border-radius:28px;background-color:var(--white);background-repeat:no-repeat;background-position:50% 0;background-size:cover}.is-image-port-phone.state-android{height:552px}.is-image-port-phone.state-android svg{display:none}.is-video-player{position:relative;display:block;overflow:hidden;background:var(--gray100);color:var(--white)}.is-video-player:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:55.801%}.is-video-player .vp-button{z-index:30}.is-video-player .vp-poster{pointer-events:none;position:absolute;display:block;top:0;left:0;width:100%;height:100%;z-index:20;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;-webkit-transition:visibility 400ms,opacity 400ms;-o-transition:visibility 400ms,opacity 400ms;transition:visibility 400ms,opacity 400ms}.is-video-player .vp-video{pointer-events:none;position:absolute;display:block;z-index:10;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;visibility:hidden;opacity:0;-webkit-transition:visibility 400ms,opacity 400ms;-o-transition:visibility 400ms,opacity 400ms;transition:visibility 400ms,opacity 400ms}.is-video-player .vp-label{pointer-events:none;position:absolute;display:block;z-index:30;bottom:40px;left:40px;font-size:25px;line-height:25px;letter-spacing:.2px;-webkit-transition:visibility 400ms,opacity 400ms;-o-transition:visibility 400ms,opacity 400ms;transition:visibility 400ms,opacity 400ms}.is-video-player .vp-label b{font-weight:bold}.is-video-player.state-init .vp-poster,.is-video-player.state-init .vp-label{pointer-events:none;visibility:hidden;opacity:0}.is-video-player.state-init .vp-video{pointer-events:auto;visibility:visible;opacity:1}.is-video-player.state-init.is-video-player{border-radius:0}.is-video-player.state-play .is-button-play{pointer-events:none;opacity:0}.is-video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.is-slider-main .is-arrow-a{margin:0}.is-slider-main .sm-inner{-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px;border-radius:16px;background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.1);box-shadow:0 10px 40px rgba(10,12,16,.1)}.is-slider-other-projects{position:relative;display:block;margin:0 0 40px 0}.is-slider-other-projects .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.is-slider-other-projects .swiper-slide{width:50%;height:120px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.is-slider-video{position:relative;display:block}.is-slider-video .swiper-slide{width:335px;height:576px}.is-slider-video .full-img{border-radius:16px}.is-slider-video.state-initial .swiper-slide{margin-right:40px}.is-slider-video-a{position:relative}.is-slider-video-a .is-intro-video .iv-video-header{background-color:#fff}.is-slider-industry{position:relative;display:block;margin:0 0 140px 0}.is-slider-industry .swiper-slide{width:335px;height:335px}.is-slider-industry .si-inner{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;overflow:hidden;width:100%;height:100%;padding:40px 40px 0 40px;background:#f9f9f9;border-radius:16px}.is-slider-industry .si-inner>.full-img{-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transition:-webkit-transform 400ms;transition:-webkit-transform 400ms;-o-transition:transform 400ms;transition:transform 400ms;transition:transform 400ms, -webkit-transform 400ms}.is-slider-industry .si-inner:hover>.full-img{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.is-slider-industry .si-name{position:relative;display:block;font-size:36px;line-height:48px;font-weight:600}.is-slider-industry.state-initial .swiper-slide{margin-right:40px}.is-slider-news-last{position:relative;display:block}.is-slider-news-last .sn-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:100%}.is-slider-news-last .sn-item-link{position:absolute;display:block;z-index:20;top:0;left:0;width:100%;height:100%}.is-slider-news-last .sn-item-type-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px;height:auto;color:#fff;background:var(--blue200);border-radius:16px}.is-slider-news-last .sn-item-type-a .is-list-tags-a .list-tags-item{color:var(--white)}.is-slider-news-last .sn-item-type-a .sn-item-name{font-size:26px;line-height:34px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-news-last .sn-item-type-a .sn-item-date{font-family:"root","Arial",sans-serif;color:var(--white);font-size:18px;line-height:30px;font-weight:400}.is-slider-news-last .sn-item-type-a:hover .sn-item-name{color:#ddd}.is-slider-news-last .sn-item-type-b{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 40px 0;height:auto}.is-slider-news-last .sn-item-type-b .sn-item-image{position:relative;display:block;overflow:hidden;margin:0 0 20px 0;background:var(--gray200);border-radius:16px;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-slider-news-last .sn-item-type-b .sn-item-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:95%}.is-slider-news-last .sn-item-type-b .sn-item-image>.full-img{-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;-o-transition:transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;will-change:transform}.is-slider-news-last .sn-item-type-b .sn-item-name{display:block;margin:0 0 16px 0;color:var(--gray800);font-size:28px;line-height:36px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-news-last .sn-item-type-b .sn-item-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:20px;line-height:32px;font-weight:400}.is-slider-news-last .sn-item-type-b:hover .sn-item-image>.full-img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04)}.is-slider-news-last .sn-item-type-b:hover .sn-item-name{color:var(--blue200)}.is-slider-news-last .sn-item-type-c{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px;height:auto;color:var(--gray800);background:#f7f7f9;border-radius:16px}.is-slider-news-last .sn-item-type-c .sn-item-name{position:relative;display:block;font-size:28px;line-height:36px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-news-last .sn-item-type-c .sn-item-icon{position:absolute;display:block;bottom:100%;left:50%;width:108px;height:auto;margin:0 0 28px -54px}.is-slider-news-last .sn-item-type-c .sn-item-date{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:20px;line-height:32px;font-weight:400}.is-slider-news-last .sn-item-type-c:hover .sn-item-name{color:var(--blue200)}.is-slider-reviews{position:relative;display:block}.is-slider-reviews .sr-inner{position:relative;display:block}.is-slider-reviews .sr-preview{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:0 0 40px 0;padding:40px;border:2px solid var(--gray800);border-radius:16px}.is-slider-reviews .sr-preview.state-hide-more .sr-preview-more{pointer-events:none;opacity:0}.is-slider-reviews .sr-preview-inner{position:relative;display:block;overflow:hidden;margin:0 0 18px 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:9}.is-slider-reviews .sr-preview-more{display:block;height:18px}.is-slider-reviews .sr-preview-more a{display:inline-block;color:var(--blue200);font-size:18px;line-height:18px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-reviews .sr-preview-more a:hover{color:var(--blue500)}.is-slider-reviews .sr-author{position:relative;display:block}.is-slider-reviews .sr-author-photo{position:relative;display:block;overflow:hidden;width:88px;height:88px;margin:0 0 16px 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-slider-reviews .sr-author-photo:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-slider-reviews .sr-author-name{margin:0 0 8px 0;font-size:20px;line-height:30px;font-weight:600}.is-slider-reviews .sr-author-role{margin:0 0 8px 0;color:#b8babf;font-size:16px;line-height:26px;font-weight:600}.is-slider-reviews.state-initial .swiper-slide{margin-right:100px}.is-slider-reviews .is-arrow-a{top:180px;margin:0}.is-slider-reviews-cases{position:relative;display:block}.is-slider-reviews-cases .swiper-wrapper{padding-bottom:10px}.is-slider-reviews-cases .sr-inner{position:relative;display:block}.is-slider-reviews-cases .sr-preview{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:40px;border:2px solid currentColor;border-radius:16px}.is-slider-reviews-cases .sr-preview.state-hide-more .sr-preview-more{pointer-events:none;opacity:0}.is-slider-reviews-cases .sr-preview-name{margin:0 0 28px 0;font-size:28px;line-height:36px;font-weight:700}.is-slider-reviews-cases .sr-preview-name-cases{margin:0 0 28px 0;font-size:26px;line-height:34px;font-weight:600}.is-slider-reviews-cases .sr-preview-link{display:block;margin:-16px 0 28px 0}.is-slider-reviews-cases .sr-preview-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--blue100);font-size:18px;line-height:18px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-reviews-cases .sr-preview-link a:hover{color:var(--blue500)}.is-slider-reviews-cases .sr-preview-link span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 8px 0 0;font-size:18px;line-height:18px}.is-slider-reviews-cases .sr-preview-link svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;fill:currentColor}.is-slider-reviews-cases .sr-preview-inner{position:relative;display:block;overflow:hidden;margin:0 0 28px 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:7}.is-slider-reviews-cases .sr-preview-inner ul{display:inline;margin:0 0 18px 0}.is-slider-reviews-cases .sr-preview-inner li{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:500}.is-slider-reviews-cases .sr-preview-inner p{display:inline;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:500;margin-bottom:0;margin-top:0}.is-slider-reviews-cases .sr-preview-inner--link{-webkit-line-clamp:6}.is-slider-reviews-cases .sr-preview-more{display:block;margin-top:auto}.is-slider-reviews-cases .sr-preview-more a{display:inline-block;color:var(--blue100);font-size:18px;line-height:18px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-slider-reviews-cases .sr-preview-more a:hover{color:var(--blue500)}.is-slider-reviews-cases .sr-author{position:relative;display:block;margin:40px 0 0 0}.is-slider-reviews-cases .sr-author-photo{position:relative;display:block;overflow:hidden;width:88px;height:88px;margin:0 0 16px 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-slider-reviews-cases .sr-author-photo:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-slider-reviews-cases .sr-author-name{margin:0 0 8px 0;font-size:22px;line-height:32px;font-weight:600}.is-slider-reviews-cases .sr-author-role{color:#b8babf;font-size:18px;line-height:28px;font-weight:600}.is-slider-reviews-cases.state-initial .swiper-slide{margin-right:100px}.is-slider-reviews-cases .is-arrow-a{top:180px;margin:0}.is-slider-reviews-cases.state-reviews .is-arrow-a{top:25%;margin:0}.is-slider-reviews-cases.state-cases .swiper-slide{height:auto}.is-slider-reviews-cases.state-cases .is-arrow-a{top:50%;margin-top:-24px}.is-slider-reviews-cases--ml .sr-preview-more{bottom:35px}.is-slider-reviews-cases--ml .sr-image{width:100%;position:relative}.is-slider-reviews-cases--ml .sr-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:65%}.is-slider-reviews-cases--ml .sr-image .full-img{-o-object-fit:cover;object-fit:cover;border-radius:16px 16px 0 0}.is-slider-reviews-cases--ml .sr-preview{border:none;background-color:var(--gray100);border-radius:0 0 16px 16px}.is-slider-reviews-cases--ml .is-arrow-a{top:50%}.is-slider-reviews-cases--it-consulting .sr-preview{border:none;background-color:var(--gray100);border-radius:16px;padding:60px}.is-slider-reviews-cases--it-consulting .sr-preview-name-cases{margin-bottom:8px}.is-slider-reviews-cases--it-consulting .sr-preview-name-cases+.sr-preview-inner{margin-top:54px}.is-slider-reviews-cases--it-consulting .sr-preview-link{margin:0 0 28px 0}.is-slider-reviews-cases--it-consulting .sr-preview-inner{overflow:hidden;-webkit-line-clamp:8}.is-slider-reviews-cases--it-consulting .sr-preview-more{position:static}.is-slider-reviews-cases--gi .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex}.is-slider-reviews-cases--gi .sr-preview-more{bottom:35px}.is-slider-reviews-cases--gi .sr-image{width:50%;position:relative}.is-slider-reviews-cases--gi .sr-image .full-img{-o-object-fit:cover;object-fit:cover;border-radius:16px 0 0 16px}.is-slider-reviews-cases--gi .sr-inner{width:50%}.is-slider-reviews-cases--gi .sr-preview{border:none;background-color:var(--gray100);border-radius:0 16px 0 16px}.is-slider-reviews-cases--gi .sr-preview-name-cases{white-space:initial}.is-slider-reviews-cases--gi .is-arrow-a{top:50%}.is-slider-reviews-cases--specialization .sr-preview{padding:48px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-slider-reviews-cases--specialization .sr-preview-header{display:-webkit-box;display:-ms-flexbox;display:flex}.is-slider-reviews-cases--specialization .sr-preview-name{margin:0 0 20px 0;font-size:26px;line-height:38px;font-weight:600;margin-left:12px}.is-slider-reviews-cases--specialization .sr-preview-inner{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:28px;font-weight:400;-webkit-line-clamp:unset}.is-slider-reviews-trust .sr-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:60px;-webkit-box-shadow:0px 10px 10px rgba(10,12,16,.07);box-shadow:0px 10px 10px rgba(10,12,16,.07);border-radius:16px;margin:0 10px 10px}.is-slider-reviews-trust .sr-inner.state-gray{background-color:var(--gray100)}.is-slider-reviews-trust .sr-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-slider-reviews-trust .sr-preview-text{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400;margin-bottom:10px}.is-slider-reviews-trust .sr-preview-more{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:400}.is-slider-reviews-trust .sr-preview-more a{color:var(--blue100)}.is-slider-reviews-trust .sr-preview-more a span{font-size:20px;line-height:30px;font-weight:600}.is-slider-reviews-trust .sr-preview-more svg{fill:var(--blue100);margin-left:10px;margin-bottom:-2px}.is-slider-reviews-trust .sr-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px;min-height:130px}.is-slider-reviews-trust .sr-author-text{width:100%}.is-slider-reviews-trust .sr-author-name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600}.is-slider-reviews-trust .sr-author-role{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400;color:#595a5b;margin-top:8px}.is-slider-reviews-trust .sr-author-logo{margin-left:60px}.is-slider-reviews-trust .sr-author-logo img{height:100%;width:100%}.is-slider-reviews-trust .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.is-slider-reviews-trust.state-white .sr-inner{background-color:var(--white)}.is-slider-reviews-trust.state-it-consulting .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.is-slider-reviews-trust.state-it-consulting .sr-inner{-webkit-box-shadow:0 10px 40px 0 #0A0C1012;box-shadow:0 10px 40px 0 #0A0C1012}.is-slider-reviews-trust.state-it-consulting .sr-preview-text{margin-bottom:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:10}.is-slider-reviews-trust.state-it-consulting .sr-preview-more{font-weight:500}.is-slider-reviews-trust.state-it-consulting .sr-author-logo{max-width:140px}.is-slider-reviews-trust.state-it-consulting .sr-author-logo img{width:100%;height:100%}.is-slider-reviews-trust.state-it-product .swiper-wrapper{height:-webkit-max-content !important;height:-moz-max-content !important;height:max-content !important}.is-slider-reviews-trust.state-it-product .sr-inner{color:var(--white);background-color:var(--blue400)}.is-slider-reviews-trust.state-it-product .sr-author-logo{margin-left:26px}.is-slider-reviews-trust.state-it-product .sr-author-role{color:var(--gray400)}.is-slider-reviews-trust.state-it-product img{max-height:60px}.is-slider-specialist .swiper-wrapper{height:auto !important;padding-bottom:20px}.is-slider-specialist .ss-inner{-webkit-box-shadow:0px 10px 10px rgba(10,12,16,.07);box-shadow:0px 10px 10px rgba(10,12,16,.07)}.is-slider-specialist .ss-preview-header{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:var(--gray200);padding:40px;border-radius:16px 16px 0 0}.is-slider-specialist .ss-preview-person{max-width:50%}.is-slider-specialist .ss-preview-place{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;margin-bottom:10px}.is-slider-specialist .ss-preview-name{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:500}.is-slider-specialist .ss-preview-button{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600;-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 34px;border:2px solid var(--blue200);border-radius:8px;color:var(--blue200);background:transparent;cursor:pointer;-webkit-transition:background 300ms,color 300ms;-o-transition:background 300ms,color 300ms;transition:background 300ms,color 300ms;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center}.is-slider-specialist .ss-preview-button:hover{background:var(--blue200);color:var(--white)}.is-slider-specialist .ss-preview-button--mobile{display:none}.is-slider-specialist .ss-preview-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;background:var(--white)}.is-slider-specialist .ss-preview-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;padding:24px 40px 40px;background:#fff;border-radius:0 0 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-slider-specialist .ss-preview-item{width:calc(50% - 10px)}.is-slider-specialist .ss-preview-item:first-child{width:100%;margin-bottom:34px}.is-slider-specialist .ss-preview-item__title{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:26px;font-weight:600;margin-bottom:10px}.is-slider-specialist .ss-preview-item__info{font-family:"root","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:400}.is-slider-specialist .ss-preview-item__info ul{margin:0}.is-slider-specialist .ss-preview-item__info ul li{font-family:"root","Arial",sans-serif;font-size:16px;line-height:22px;font-weight:400;padding-left:20px}.is-slider-specialist .ss-preview-item__info ul li::before{width:4px;height:4px;border-radius:100%;border-top:none;background-color:var(--gray800);top:9px}.is-slider-specialist .ss-preview-more{display:none}.is-slider-specialist.state-a .ss-preview-header{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-slider-specialist.state-a .ss-preview-person{margin-left:12px}.is-slider-specialist.state-a .ss-preview-image{width:88px;height:88px;border-radius:50%;overflow:hidden}.is-slider-specialist.state-a .ss-preview-image img{width:100%;height:100%}.is-slider-specialist.state-a .ss-preview-item:has(.ss-preview-item-box){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.is-slider-specialist.state-a .ss-preview-button--mobile{display:none}.is-slider-images-a{position:relative;display:block}.is-slider-images-a .swiper-container{overflow:visible}.is-slider-images-a .swiper-slide{display:block;position:relative;overflow:hidden;width:700px;border-radius:16px;background:var(--gray200);-webkit-transform:translateZ(0);transform:translateZ(0)}.is-slider-images-a .swiper-slide:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57%}.is-slider-images-a.state-initial .swiper-slide{margin-right:60px}.is-collapsed-box{position:relative;display:block}.is-collapsed-box .cb-body{position:relative;display:block;overflow:hidden;pointer-events:none;height:0;-webkit-transition:height 300ms;-o-transition:height 300ms;transition:height 300ms}.is-collapsed-box .cb-body-inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;pointer-events:none;opacity:0;-webkit-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms}.is-collapsed-box .cb-body-inner:after{content:"";display:block;height:1px}.is-collapsed-box .cb-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;height:40px}.is-collapsed-box .cb-action span{color:var(--blue200);font-size:22px;line-height:22px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-collapsed-box .cb-action span:hover{color:var(--blue500)}.is-collapsed-box .cb-action-show{display:block}.is-collapsed-box .cb-action-hide{display:none}.is-collapsed-box.state-open .cb-body{pointer-events:auto}.is-collapsed-box.state-open .cb-body-inner{opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms 200ms;-o-transition:opacity 400ms 200ms;transition:opacity 400ms 200ms}.is-collapsed-box.state-open .cb-action-show{display:none}.is-collapsed-box.state-open .cb-action-hide{display:block}.is-collapsed-box.state-logos .cb-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 0 0 0;border-top:1px solid #595a5b}.is-collapsed-box.state-logos .cb-action span{color:var(--white)}.is-collapsed-box.state-logos .cb-action span:hover{color:var(--gray400)}.is-collapsed-box.state-awards{margin-top:60px}.is-collapsed-box.state-awards .cb-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 0 0 0;border-top:1px solid #e6e7ea}.is-collapsed-box.state-table-config .tc-body{padding:0}.is-collapsed-box.state-table-config .cb-action{background:var(--white);border:2px solid var(--blue200);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:8px;height:64px;padding:0 45px;color:var(--blue200);-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;margin:40px auto 0}.is-collapsed-box.state-table-config .cb-action:hover{background:var(--blue100);border:2px solid var(--blue100)}.is-collapsed-box.state-table-config .cb-action:hover span{color:var(--white)}.is-collapsed-box.state-table-config .cb-action:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-collapsed-box.state-table-config span{font-size:22px;line-height:32px;font-weight:600}.is-collapsed-box.state-list-buttons .cb-action span{color:var(--blue100);font-size:20px;line-height:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-collapsed-box.state-list-buttons .cb-action span:hover{color:var(--blue500)}.is-collapsed-box.state-list-buttons .cb-action span:hover svg path{stroke:var(--blue500)}.is-collapsed-box.state-list-buttons .cb-action-show{display:-webkit-box;display:-ms-flexbox;display:flex}.is-collapsed-box.state-list-buttons .cb-action-hide{display:none}.is-collapsed-box.state-list-buttons.state-open .cb-action-show{display:none}.is-collapsed-box.state-list-buttons.state-open .cb-action-hide{display:-webkit-box;display:-ms-flexbox;display:flex}.is-filter-module-a{position:relative;display:block}.is-filter-module-a .fm-form{position:relative;display:block}.is-filter-module-a .fm-form.fm-form-hidden{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.is-filter-module-a .fm-preview{position:relative;display:block;-webkit-transition:opacity 800ms;-o-transition:opacity 800ms;transition:opacity 800ms}.is-filter-module-a .fm-dummy{display:block;height:80vh}.is-filter-module-a.state-progress .fm-preview{pointer-events:none;opacity:0;-webkit-transition:opacity 300ms;-o-transition:opacity 300ms;transition:opacity 300ms}.is-pager{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.is-pager .ip-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;width:64px;height:64px;border:2px solid #f7f7f9;border-radius:8px}.is-pager .ip-item svg{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%;fill:none;stroke:#202123;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;-webkit-transition:stroke 200ms;-o-transition:stroke 200ms;transition:stroke 200ms}.is-pager .ip-item span{display:block;font-size:20px;line-height:20px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-pager .ip-item+.ip-item{margin-left:20px}.is-pager .ip-link{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:background 200ms,border 200ms;-o-transition:background 200ms,border 200ms;transition:background 200ms,border 200ms}.is-pager .ip-link:hover{background:var(--blue200);border-color:var(--blue200)}.is-pager .ip-link:hover span{color:var(--white)}.is-pager .ip-link:hover svg{stroke:var(--white)}.is-pager .ip-item.state-active{background:#f7f7f9;border-color:#f7f7f9}.is-pager .ip-item.state-active span{color:var(--gray400)}.is-pager.state-portfolio{margin-top:0}.is-search-line-a{position:relative;display:block;z-index:200}.is-search-line-a .is-form-field.field-text{margin:0}.is-search-line-a .is-form-field.field-text .ff-label{-webkit-transition:none;-o-transition:none;transition:none}.is-search-line-a .is-form-field.field-text .ff-input{padding:22px 78px 22px 26px}.is-search-line-a .is-form-field.field-text .btn-icon{position:absolute;border:none;background-color:transparent;top:50%;right:26px;width:32px;height:32px;margin:-16px 0 0 0;cursor:pointer}.is-search-line-a .is-form-field.field-text .ff-icon{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;z-index:20;top:50%;right:26px;width:32px;height:32px;margin:-16px 0 0 0}.is-search-line-a .is-form-field.field-text.state-has-value .ff-label{opacity:0;font-size:20px;line-height:20px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.is-search-line-a .is-form-field.field-text.state-focus .ff-label{font-size:20px;line-height:20px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.is-search-line-a .autocomplete-suggestions{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute !important;display:block !important;overflow:hidden;z-index:50 !important;top:100% !important;left:0 !important;width:100% !important;max-height:none !important;margin:0 0 0 0;border-radius:8px;background:var(--white);-webkit-box-shadow:0 10px 40px rgba(10,12,16,.1);box-shadow:0 10px 40px rgba(10,12,16,.1);-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none;opacity:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms}.is-search-line-a .autocomplete-suggestion{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:block;padding:24px 26px 24px 26px;font-family:"root","Arial",sans-serif;color:#595a5b;font-size:18px;line-height:30px;font-weight:400;background:var(--white);-webkit-transition:color 200ms,background 200ms;-o-transition:color 200ms,background 200ms;transition:color 200ms,background 200ms}.is-search-line-a .autocomplete-suggestion strong{color:#000;font-weight:500}.is-search-line-a .autocomplete-suggestion:hover,.is-search-line-a .autocomplete-suggestion.autocomplete-selected{color:#000;background:#e6e7ea}.is-search-line-a.state-show-suggest .autocomplete-suggestions{pointer-events:auto;opacity:1}.is-details-news{position:relative;display:block;margin:0 0 40px 0}.is-details-news .dn-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-details-news .dn-layout-content{position:relative;display:block;width:768px}.is-details-news .dn-layout-content p{font-size:18px;line-height:30px;font-weight:400}.is-details-news .dn-layout-content ul>li,.is-details-news .dn-layout-content ol>li{font-size:18px;line-height:30px;font-weight:400}.is-details-news .dn-layout-aside{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:490px;padding:0 0 100px 0}.is-details-news .dn-aside{position:absolute;display:block;left:100%;width:490px;margin-left:202px}.is-details-news .dn-quote{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:0 0 60px 0;padding:65px 0 0 140px;font-size:22px;line-height:34px}.is-details-news .dn-quote img{position:absolute;display:block;top:0;left:0}.is-details-news .bp-layout-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-details-news .bp-li-content{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:770px}.is-details-news .bp-li-content p+h4{padding-top:20px}.is-details-news .bp-li-aside{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:500px;padding:76px 0 0 0}.is-details-news .bp-li-aside--pt0{padding-top:0}.is-details-vacancy{position:relative;display:block;margin:0 0 40px 0}.is-details-vacancy .dv-header{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-details-vacancy .dv-header-content{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block;width:100%}.is-details-vacancy .dv-header-aside{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:block;width:340px;margin:0 0 0 40px}.is-details-vacancy .dv-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-details-vacancy .dv-layout-content{position:relative;display:block;width:768px}.is-details-vacancy .dv-layout-content p{font-size:18px;line-height:30px}.is-details-vacancy .dv-layout-content ul>li{font-size:18px;line-height:30px}.is-details-vacancy .dv-layout-aside{position:relative;display:block;width:490px}.is-details-vacancy .dv-list-salary{position:relative;display:block;margin:0 0 80px 0}.is-details-vacancy .dv-ls-label{margin:0 0 8px 0;font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:30px;font-weight:400}.is-details-vacancy .dv-ls-salary{margin:0 0 28px 0;font-size:34px;line-height:46px}.is-details-vacancy .dv-ls-button{margin:0 0 80px 0}.is-details-vacancy .dv-ls-button--vacancy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-details-vacancy .dv-banner-wrapper{margin:0 0 20px 0;width:496px}.is-details-vacancy .dv-banner-wrapper .dv-banner{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;overflow:hidden;text-align:left;border-radius:16px;padding:44px 30px;margin-top:40px;width:100%;height:496px;background-image:url("/h/assets/img/temp/background.png");background-repeat:no-repeat;background-position:77px 0;background-color:#dceefa}.is-details-vacancy .dv-banner-wrapper .dv-banner a:hover{color:var(--blue200)}.is-details-vacancy .dv-banner-wrapper .dv-banner__title{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:600}.is-details-vacancy .dv-banner-wrapper .dv-banner__preview{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:400;margin-top:8px}.is-details-vacancy .dv-banner-wrapper .dv-banner__image{position:absolute;height:240px;right:-35px}.is-details-vacancy .dv-banner-wrapper .dv-banner__image img{width:100%;height:100%}.is-details-vacancy .dv-banner-wrapper .dv-subbanner{display:block;position:relative;overflow:hidden;border-radius:16px;padding:40px;margin-top:20px;background-color:#134bc5;color:var(--white);font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:40px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-subbanner div{position:relative;z-index:1}.is-details-vacancy .dv-banner-wrapper .dv-subbanner div:nth-child(2){font-weight:700}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:before,.is-details-vacancy .dv-banner-wrapper .dv-subbanner:after{display:block;content:"";position:absolute;border-radius:50%;background:#285dd0}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:before{bottom:-43px;left:-67px;width:173px;height:173px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:after{top:-183px;right:-118px;width:300px;height:300px}.is-details-vacancy--depricated .is-header-layout-a{margin:0 0 26px 0}.is-details-vacancy--depricated .is-header-layout-a h3{font-size:34px;line-height:46px}.is-details-vacancy--depricated .is-header-layout-a .is-link-show-all{width:auto;color:var(--blue100)}.is-details-vacancy--depricated .is-accordion .ac-item{border:none}.is-details-vacancy--depricated .is-accordion .ac-item .ac-header__close{display:none}.is-details-vacancy--depricated .is-accordion .ac-item.state-open .ac-header__open{display:none}.is-details-vacancy--depricated .is-accordion .ac-item.state-open .ac-header__close{display:block}.is-details-vacancy--depricated .is-accordion .ac-header{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px;border-radius:16px;background-color:var(--gray100)}.is-details-vacancy--depricated .is-accordion .ac-header span{display:block;font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400;color:var(--blue100);padding:0}.is-details-vacancy--depricated .is-accordion .ac-header .arrow{margin-left:5px}.is-details-vacancy--depricated .is-accordion .ac-header__preview{margin-bottom:8px}.is-details-vacancy--depricated .is-accordion .ac-header-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-details-vacancy--depricated .is-accordion .ac-header-box .is-list-type-b{display:none}.is-details-vacancy--depricated .is-accordion .ac-body{margin-top:60px}.is-details-vacancy--depricated .is-accordion .ac-body-inner{padding:0}.is-details-vacancy--depricated .is-list-vacancy-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:16px}.is-details-vacancy--depricated .is-list-vacancy-a .is-grid{margin:0 0 80px 0}.is-details-vacancy--depricated .is-list-vacancy-a .l-item{padding:20px 32px}.is-details-vacancy--depricated .is-list-vacancy-a .l-item-name{font-size:22px;line-height:34px}.is-details-vacancy--depricated .is-list-vacancy-a .l-item-image{display:block;height:60px;width:60px}.is-box-share-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;max-width:1040px;padding:40px 0 0 0;border-top:1px solid #e6e7ea}.is-box-share-a .bs-tags{width:100%;padding-top:10px}.is-box-share-a .bs-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-box-share-a .bs-share-label{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 12px 0 0;font-family:"root","Arial",sans-serif;font-size:16px;line-height:16px;font-weight:400}.is-box-share-a .bs-share-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-box-share-a .bs-share-link{position:relative;display:block;width:40px;height:40px;will-change:opacity}.is-box-share-a .bs-share-link:before{pointer-events:none;position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--blue100);opacity:0;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);-webkit-transition:opacity 200ms,-webkit-transform 200ms;transition:opacity 200ms,-webkit-transform 200ms;-o-transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms;transition:opacity 200ms,transform 200ms,-webkit-transform 200ms}.is-box-share-a .bs-share-link svg{position:relative;display:block;z-index:10;width:40px;height:40px;fill:#b8babf;fill-rule:evenodd;clip-rule:evenodd;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-box-share-a .bs-share-link:hover:before{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.is-box-share-a .bs-share-link:hover svg{fill:#fff}.is-box-share-a .bs-share-link:hover svg path{fill:#fff}.is-box-share-a .bs-share-link+.l-item{margin-left:12px}.is-box-share-a .bs-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:28px}.is-box-share-a .bs-date-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-share-a .bs-date-time span{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:18px;line-height:18px;font-weight:400;margin-left:5px}.is-box-share-a--articles{border:none}.is-accordion{display:block;position:relative}.is-accordion .ac-item{position:relative;display:block;border-style:solid;border-color:#e6e7ea;border-width:0 0 1px 0}.is-accordion .ac-item:first-child{border-width:1px 0 1px 0}.is-accordion .ac-item.state-open .ac-header i:after{-webkit-transform:scale(1, 0);-ms-transform:scale(1, 0);transform:scale(1, 0)}.is-accordion .ac-item.state-open .ac-body{pointer-events:auto}.is-accordion .ac-item.state-open .ac-body-inner{opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms 200ms;-o-transition:opacity 400ms 200ms;transition:opacity 400ms 200ms}.is-accordion .ac-item.state-open .ac-body-inner .is-list-news-b .grid-item{width:50%}.is-accordion .ac-item.state-open .ac-body-inner .is-list-news-b .grid-item .l-item-name{font-size:24px}.is-accordion .ac-item.state-open .ac-body-inner p{font-size:18px}.is-accordion .ac-item.state-open .ac-body-inner a{color:var(--blue200)}.is-accordion .ac-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-accordion .ac-header i{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:block;width:24px;height:24px;margin:0 28px 0 4px}.is-accordion .ac-header i:before,.is-accordion .ac-header i:after{pointer-events:none;position:absolute;display:block;content:"";background:var(--gray800);-webkit-transition:background 200ms,-webkit-transform 200ms;transition:background 200ms,-webkit-transform 200ms;-o-transition:background 200ms,transform 200ms;transition:background 200ms,transform 200ms;transition:background 200ms,transform 200ms,-webkit-transform 200ms}.is-accordion .ac-header i:before{top:11px;left:0;width:100%;height:2px}.is-accordion .ac-header i:after{top:0;left:11px;width:2px;height:100%}.is-accordion .ac-header span{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block;padding:40px 0;font-size:26px;line-height:34px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-accordion .ac-header img{margin:20px;width:40px}.is-accordion .ac-header:hover i:before,.is-accordion .ac-header:hover i:after{background:var(--blue100)}.is-accordion .ac-header:hover span{color:var(--blue100)}.is-accordion .ac-body{position:relative;display:block;pointer-events:none;height:0;-webkit-transition:height 300ms;-o-transition:height 300ms;transition:height 300ms}.is-accordion .ac-body .dropdown-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:36px 20px;margin-right:24px;gap:20px;font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600;text-align:left;background-color:var(--white);border-color:#fff;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-ms-flex-positive:0;flex-grow:0}.is-accordion .ac-body .dropdown{position:relative;display:inline-block;margin-bottom:24px}.is-accordion .ac-body .dropdown button{border:none}.is-accordion .ac-body .dropdown button .direct-link{color:var(--gray800)}.is-accordion .ac-body .dropdown li::before{display:none}.is-accordion .ac-body .dropdown .ac-arrow .ac-arrow--up{display:none}.is-accordion .ac-body .dropdown .ac-arrow .ac-arrow--down{display:block}.is-accordion .ac-body .dropdown .ac-arrow-show .ac-arrow--up{display:block}.is-accordion .ac-body .dropdown .ac-arrow-show .ac-arrow--down{display:none}.is-accordion .ac-body .dropdown-content{display:none;position:absolute;margin-top:12px;background-color:var(--white);border-color:#fff;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px;z-index:9999 !important;overflow-y:auto;overflow-x:hidden;max-height:360px;min-width:360px}.is-accordion .ac-body .dropdown-content::-webkit-scrollbar{width:8px;padding:0 4px}.is-accordion .ac-body .dropdown-content::-webkit-scrollbar-button{display:inline-block;height:16px}.is-accordion .ac-body .dropdown-content::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:4px}.is-accordion .ac-body .dropdown-content a{display:block;padding:36px 20px;font-size:22px;line-height:34px;font-weight:600}.is-accordion .ac-body .dropdown-content a:hover{background-color:var(--blue100)}.is-accordion .ac-body .dropdown-content a.link{color:var(--gray800);text-align:left}.is-accordion .ac-body .dropdown-content a.link:hover{color:var(--white)}.is-accordion .ac-body .dropdown-content a.item{border-top:solid 1px var(--gray200)}.is-accordion .ac-body .dropdown-content .first-item:hover{background-color:var(--blue100);color:var(--white);border-radius:16px 16px 0 0}.is-accordion .ac-body .dropdown-content .last-item{border-top:solid 1px var(--gray200)}.is-accordion .ac-body .dropdown-content .last-item:hover{background-color:var(--blue100);color:var(--white);border-radius:0 0 16px 16px}.is-accordion .ac-body .dropdown-content .dropdown-inner-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;width:100%;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;cursor:pointer;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-ms-flex-positive:0;flex-grow:0;background-color:var(--white);border-top:solid 1px var(--gray200)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button:hover{background-color:var(--blue100)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button:hover .link{color:var(--white)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button:hover .ac-arrow svg{-webkit-filter:invert(100%);filter:invert(100%)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button-active{background-color:var(--gray100)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button a{color:var(--gray800)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button a:hover{color:var(--white)}.is-accordion .ac-body .dropdown-content .dropdown-inner-button img{padding-right:20px}.is-accordion .ac-body .dropdown-content .dropdown-inner-button .ac-arrow .ac-arrow--up{display:none}.is-accordion .ac-body .dropdown-content .dropdown-inner-button .ac-arrow .ac-arrow--down{display:block}.is-accordion .ac-body .dropdown-content .dropdown-inner-button .ac-arrow-show .ac-arrow--up{display:block}.is-accordion .ac-body .dropdown-content .dropdown-inner-button .ac-arrow-show .ac-arrow--down{display:none}.is-accordion .ac-body .dropdown-content .dropdown-inner-content{display:none;position:relative}.is-accordion .ac-body .dropdown-content .show-inner{display:block}.is-accordion .ac-body .dropdown-content .inner{background-color:var(--gray100);border-top:solid 1px var(--gray200)}.is-accordion .ac-body .show{display:block}.is-accordion .ac-body-inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;padding:0 0 0 56px;pointer-events:none;opacity:0;-webkit-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms}.is-accordion .ac-body-inner:after{content:"";display:block;height:1px}.is-accordion .ac-body-inner p:last-child{margin-bottom:40px}.is-accordion .ac-body-inner .ac-body-inner-title{font-size:20px;line-height:20px;font-weight:500;-webkit-transition:none;-o-transition:none;transition:none}.is-accordion .ac-body-inner .ac-body-inner-image{display:block}.is-accordion .ac-body-inner .ac-body-inner-image img{width:100%;height:100%}.is-accordion .ac-body-inner .ac-body-inner-image--mobile{display:none}.is-accordion .ac-body-inner .ac-body-inner-image--mobile img{width:100%;height:100%}.is-accordion.state-career .ac-body{max-width:1040px}.is-accordion.state-service .ac-body{max-width:1040px}.is-accordion.state-it-consulting .ac-header img{width:60px;height:60px;margin-right:24px}.is-accordion.state-it-consulting .ac-header span{font-size:28px;line-height:30px;font-weight:600}.is-accordion.state-it-consulting .ac-body-inner{padding-left:84px}.is-accordion.state-it-consulting .ac-body-inner p{font-size:20px;line-height:30px;font-weight:400}.is-accordion.state-it-consulting .ac-item:first-child{border-width:0 0 1px 0}.is-drop-down{display:grid;grid-template-columns:1fr 1fr;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-drop-down .dd-item{font-size:34px;line-height:46px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 24px;-webkit-box-shadow:0 10px 40px 0 #0A0C1012;box-shadow:0 10px 40px 0 #0A0C1012;border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.is-drop-down .dd-item i{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:48px;height:48px;background-image:url("/h/assets/img/it-product/icons/arrowDown.svg")}.is-drop-down .dd-item.state-open>.dd-header i{background-image:url("/h/assets/img/it-product/icons/arrowUp.svg")}.is-drop-down .dd-item.state-open .dd-body{pointer-events:auto}.is-drop-down .dd-item.state-open>.dd-body>.dd-body-inner{opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms 200ms;-o-transition:opacity 400ms 200ms;transition:opacity 400ms 200ms}.is-drop-down .dd-header{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:92px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-drop-down .dd-header img{margin-right:16px}.is-drop-down .dd-header span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-drop-down .dd-body{height:0;-webkit-transition:height 300ms;-o-transition:height 300ms;transition:height 300ms;overflow:hidden;pointer-events:none}.is-drop-down .dd-body-inner{display:block;padding:10px 0 0;opacity:0;-webkit-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms;pointer-events:none}.is-drop-down .dd-body-inner .dd-item{font-size:26px;line-height:34px;font-weight:600;padding:24px 0;border-bottom:1px solid var(--gray200);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:auto;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.is-drop-down .dd-body-inner .dd-item:last-child{padding-bottom:0;border:none}.is-drop-down .dd-body-inner .dd-item:first-child{padding-top:0}.is-drop-down .dd-body-inner.state-nested{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:24px 0 0}.is-drop-down .dd-body-inner.state-nested .dd-item{font-size:22px;line-height:34px;font-weight:500;color:var(--blue100);border:none;padding:0;min-height:48px}.is-drop-down .dd-body-inner.state-nested .dd-item .dd-body{border:1px solid transparent}.is-drop-down .dd-body-inner.state-nested .dd-item:first-child{padding-top:24px;border-top:1px solid var(--gray200)}.is-drop-down .dd-body-inner.state-nested .dd-item.state-open{gap:10px}.is-drop-down .dd-body-inner.state-nested .dd-item.state-open .dd-body{-webkit-transition:border 400ms;-o-transition:border 400ms;transition:border 400ms;border-top:1px solid var(--gray200);border-bottom:1px solid var(--gray200);padding:24px 0}.is-drop-down .dd-body-inner.state-nested a{color:var(--blue100)}.is-drop-down .dd-body-inner.state-nested a:hover{color:var(--blue500)}.is-drop-down .dd-body-inner.state-nested .is-drop-down{padding:0}.is-drop-down .dd-body-inner.state-nested .is-drop-down .dd-item{padding:0;border:none}.is-drop-down .dd-body .dd-header{min-height:auto}.is-show-more{position:relative;display:block;margin:60px 0 0;text-align:center}.is-show-more a{display:inline-block;color:var(--blue200);font-size:22px;line-height:34px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-show-more a:hover{color:var(--blue100)}.is-box-processes{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block}.is-box-processes--data .is-processes-canvas{margin:140px 0 0}.is-processes-canvas{position:relative;display:block;z-index:10;color:var(--white)}.is-processes-canvas img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:none;width:100%;height:auto}.is-processes-canvas img.state-desktop{display:block}.is-processes-canvas img.state-tablet{display:none}.is-processes-canvas .pc-label-list{position:absolute;display:block;top:0;left:0;width:100%;height:100%;z-index:20}.is-processes-canvas .pc-label{cursor:default;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;width:100px;height:40px}.is-processes-canvas .pc-label:hover .pc-label-preview{opacity:1 !important;visibility:visible;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 400ms,-webkit-transform 400ms;transition:opacity 400ms,-webkit-transform 400ms;-o-transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms;transition:opacity 400ms,transform 400ms,-webkit-transform 400ms}.is-processes-canvas .pc-label-name{display:none}.is-processes-canvas .pc-label-preview{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;display:block;z-index:30;top:100%;left:0;width:488px;margin:10px 0 0 0;padding:26px;color:#ccc;font-size:16px;line-height:28px;font-weight:400;background:#333437;border-radius:10px;-webkit-filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));filter:drop-shadow(0px 8px 48px rgba(0, 0, 0, 0.5));opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;transition:opacity 100ms,visibility 100ms,-webkit-transform 100ms;-o-transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms;transition:opacity 100ms,visibility 100ms,transform 100ms,-webkit-transform 100ms;will-change:transform,opacity}.is-processes-canvas .pc-label-preview a{color:var(--white);text-decoration:underline;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-processes-canvas .pc-label-preview a:hover{color:#ddd}.is-processes-canvas .pc-label-preview br+br{content:"";display:block;margin-top:10px}.is-processes-canvas .pc-label-preview:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";z-index:5;top:-10px;left:64px;width:16px;height:16px;background:#333437;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.is-processes-canvas .pc-label-preview:after{position:absolute;display:block;content:"";z-index:10;top:-20px;left:0;width:100%;height:30px}.is-processes-canvas .pc-label-preview.state-reverse{left:auto;right:0}.is-processes-canvas .pc-label-preview.state-reverse:before{left:auto;right:140px}.is-processes-canvas__wrapper{position:relative}.is-processes-canvas__wrapper:not(:last-child){margin-bottom:120px}.is-processes-canvas__subtitle{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;margin-bottom:28px}.is-processes-canvas .pc-postscriptum{display:none}.is-box-services{position:relative;display:block}.is-quote-person{position:relative;display:block}.is-quote-person .qp-preview{position:relative;display:block;max-width:1320px;margin:0 0 40px 0;font-size:34px;line-height:46px}.is-quote-person .qp-preview a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-quote-person .qp-preview a:hover{color:var(--blue500)}.is-quote-person .qp-author{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.is-quote-person .qp-a-photo{position:relative;display:block;overflow:hidden;width:88px;height:88px;margin:0 0 16px 0;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-quote-person .qp-a-photo:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:1px;bottom:1px;left:1px;right:1px;border-radius:50%;background:#e0e0e0}.is-quote-person .qp-a-name{margin:0 0 8px 0;font-size:20px;line-height:30px;font-weight:600}.is-quote-person .qp-a-role{color:#b8babf;font-size:16px;line-height:26px;font-weight:600}.is-quote-person .qp-a-photo--service{position:relative;display:block;overflow:hidden;width:110px;height:75px;margin:0 0 16px 0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-quote-person .qp-a-photo--service .full-img{background-size:100%}.is-quote-person .qp-a-photo--service.state-a{width:auto;padding-top:20px;height:40px}.is-quote-person .qp-a-photo--service.state-a img{width:auto;height:100%;-o-object-fit:cover;object-fit:cover}.is-quote-person .qp-a-photo--1cits{position:relative;display:block;overflow:hidden;width:200px;height:80px;margin:0 0 16px 0;-webkit-transform:translateZ(0);transform:translateZ(0)}.is-quote-person .qp-a-photo--1cits .full-img{background-size:100%}.is-quote-person .qp-a-name--service{margin:0 0 16px 0;font-size:36px;line-height:48px;font-weight:500}.is-quote-person .qp-a-name--service a{color:var(--blue200)}.is-quote-person .qp-a-name--service a:hover{color:var(--blue500);-webkit-transition:color 300ms;-o-transition:color 300ms;transition:color 300ms}.is-quote-person .qp-a-role--service{margin:0 0 8px 0;font-size:24px;line-height:36px;font-weight:500}.is-quote-person .qp-a-role--service p{font-size:22px;line-height:34px;font-weight:500}.is-quote-person .qp-a-role--service p:last-child{margin:0}.is-quote-person .qp-a-role--service .bold{font-size:22px;line-height:34px;font-weight:700}.sd-section.state-black .is-quote-person a{color:var(--blue100)}.sd-section.state-black .is-quote-person a:hover{color:var(--blue500)}.sd-section.state-black .is-quote-person a.state-white{color:var(--gray100);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.sd-section.state-black .is-quote-person a.state-white:hover{color:var(--blue200)}.is-box-not-found{position:relative;display:block;margin:-40px 0 80px 0;text-align:center}.is-box-not-found .bnf-image{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:620px;margin:0 auto -20px auto}.is-box-not-found .bnf-image img{display:block;width:100%;height:auto}.is-box-not-found .bnf-header{margin-bottom:28px;font-size:50px;line-height:50px}.is-box-not-found .bnf-link a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;color:var(--blue200);font-size:50px;line-height:50px;font-weight:400;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-not-found .bnf-link a span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 16px 0 0}.is-box-not-found .bnf-link a svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;width:26px;height:26px;margin:12px 0 0 0;fill:var(--blue200);-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-box-not-found .bnf-link a:hover{color:var(--blue500)}.is-box-not-found .bnf-link a:hover svg{fill:var(--blue500)}.is-show-tags-mobile{position:relative;display:block}.is-show-tags-mobile a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:10px 0;margin:-10px 0}.is-show-tags-mobile a span{display:block;font-size:18px;line-height:18px}.is-show-tags-mobile a svg{display:block;width:10px;height:15px}.is-no-result{position:relative;display:block;margin:0 0 140px 0;text-align:center;font-size:28px;line-height:32px}.is-no-result .nr-link{display:block;margin:20px 0 0 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:24px;font-weight:400}.is-no-result .nr-link a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-no-result .nr-link a:hover{color:var(--blue500)}.is-no-result--blog{text-align:left;margin:100px 0 100px 0;padding-bottom:100px;border-bottom:1px solid #e6e7ea}.is-no-result--blog .nr-header{font-size:18px;line-height:24px;font-weight:500}.is-cookie-privacy{-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;display:none;z-index:600;bottom:40px;left:40px;max-width:827px;padding:40px;background:#fff;border-radius:16px;-webkit-box-shadow:0px 10px 30px rgba(10,12,16,.07);box-shadow:0px 10px 30px rgba(10,12,16,.07);pointer-events:none;opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 200ms,-webkit-transform 400ms;transition:opacity 200ms,-webkit-transform 400ms;-o-transition:opacity 200ms,transform 400ms;transition:opacity 200ms,transform 400ms;transition:opacity 200ms,transform 400ms,-webkit-transform 400ms}.is-cookie-privacy .cp-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;max-width:900px;margin:0 auto}.is-cookie-privacy .cp-layout-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;position:relative;display:block;width:100%;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px}.is-cookie-privacy .cp-layout-text a{color:var(--blue500)}.is-cookie-privacy .cp-layout-button{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block}.state-cookie-privacy .is-cookie-privacy{display:block}.jsfx-ready .is-cookie-privacy{opacity:1;pointer-events:auto;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 200ms 1000ms,-webkit-transform 400ms 1000ms;transition:opacity 200ms 1000ms,-webkit-transform 400ms 1000ms;-o-transition:opacity 200ms 1000ms,transform 400ms 1000ms;transition:opacity 200ms 1000ms,transform 400ms 1000ms;transition:opacity 200ms 1000ms,transform 400ms 1000ms,-webkit-transform 400ms 1000ms}.is-cookie-privacy.state-remove{opacity:0 !important;-webkit-transform:translateY(40px) !important;-ms-transform:translateY(40px) !important;transform:translateY(40px) !important;-webkit-transition:opacity 300ms 100ms,-webkit-transform 400ms !important;transition:opacity 300ms 100ms,-webkit-transform 400ms !important;-o-transition:opacity 300ms 100ms,transform 400ms !important;transition:opacity 300ms 100ms,transform 400ms !important;transition:opacity 300ms 100ms,transform 400ms,-webkit-transform 400ms !important}.is-service-detail{position:relative;display:block}.is-service-detail .preview-section p{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:500}.is-service-detail .preview-section p:last-child{margin:0}.is-service-detail p{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-service-detail p.preview-a{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:500}.is-service-detail p.preview-a a{color:var(--blue100)}.is-service-detail p.preview-b{font-size:20px;line-height:30px;font-weight:400;margin-bottom:40px}.is-service-detail p.preview-c{font-size:34px;line-height:46px;font-weight:500}.is-service-detail p.hard{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:36px;font-weight:500}.is-service-detail p.full{max-width:100%}.is-service-detail ul li{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-service-detail .is-header-layout-h .sd-button-order{margin:0}.is-service-detail .sd-section{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0}.is-service-detail .sd-section--border{border-top:1px solid var(--gray400);border-bottom:1px solid var(--gray400)}.is-service-detail .sd-section.state-black{color:var(--white);background:var(--gray800)}.is-service-detail .sd-section.state-black:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray800)}.is-service-detail .sd-section.state-black *::-moz-selection{background:rgba(255,255,255,.3)}.is-service-detail .sd-section.state-black *::selection{background:rgba(255,255,255,.3)}.is-service-detail .sd-section.state-black .is-link-show-all svg{fill:#fff}.is-service-detail .sd-section.state-black .is-link-show-all:hover svg{fill:var(--blue200)}.is-service-detail .sd-section.state-black ul>li:before{border-top:1px solid var(--white)}.is-service-detail .sd-section.state-black .l-name{display:block;color:var(--white)}.is-service-detail .sd-section.state-gray{background:var(--gray100)}.is-service-detail .sd-section.state-gray:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray100)}.is-service-detail .sd-section.state-white+.sd-section.state-white{padding-top:72px}.is-service-detail .sd-section.state-black+.sd-section.state-black{padding-top:72px}.is-service-detail .sd-section.state-image+.is-wrapper-a .state-white{padding:120px 0}.is-service-detail .sd-section.state-grey{background-color:var(--gray700);color:var(--white)}.is-service-detail .sd-section.state-grey:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray700)}.is-service-detail .sd-section .is-quote-person .qp-preview a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-service-detail .sd-section .is-quote-person .qp-preview a:hover{color:var(--blue500)}.is-service-detail .sd-section.state-image{padding:0}.is-service-detail .sd-section.state-image .header-title{font-family:"root","Arial",sans-serif;font-size:34px;line-height:46px;font-weight:500;color:var(--white);max-width:1050px}.is-service-detail .sd-section.state-image .is-wrapper-a{padding:120px 30px}.is-service-detail .sd-section.state-image .sd-button-order{display:inline-block}.is-service-detail .sd-section.state-image .sd-button-order .order-service{padding:16px 60px;font-size:22px;line-height:32px;font-weight:600;height:auto}.is-service-detail .sd-section.state-image .is-header-layout-a{margin-bottom:4px;color:var(--white)}.is-service-detail .sd-section.state-image h3{color:var(--white);font-size:50px;line-height:62px;font-weight:600}.is-service-detail .sd-section.state-image .hl-right{padding-bottom:8px}.is-service-detail .sd-section.state-image .is-link-show-all{font-size:18px;line-height:30px;font-weight:500;color:var(--white)}.is-service-detail .sd-section.state-image .is-link-show-all:hover svg{fill:var(--white)}.is-service-detail .sd-section-wrapper{position:relative;display:block;z-index:10}.is-service-detail .sd-section-wrapper--tech{z-index:11}.is-service-detail .sd-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:0 0 60px 0}.is-service-detail .sd-header--tags{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-service-detail .sd-header--tags .sd-header-title{margin-bottom:40px}.is-service-detail .sd-header--tags .hl-tags{max-width:1300px}.is-service-detail .sd-header--tags .is-list-tags-b{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-service-detail .sd-header--tags .is-list-tags-b .list-tags-wrapper{margin:0;-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.is-service-detail .sd-header--tags .is-list-tags-b .list-tags-wrapper a{margin:0 32px 24px 0}.is-service-detail .sd-header-title h1,.is-service-detail .sd-header-title h2,.is-service-detail .sd-header-title h3,.is-service-detail .sd-header-title h4,.is-service-detail .sd-header-title h5,.is-service-detail .sd-header-title .h1,.is-service-detail .sd-header-title .h2,.is-service-detail .sd-header-title .h3,.is-service-detail .sd-header-title .h4,.is-service-detail .sd-header-title .h5{margin:0}.is-service-detail .sd-header-title h3.state-a{margin-bottom:28px}.is-service-detail .sd-header-title h3+p{margin-top:28px}.is-service-detail .sd-header-title a{color:currentColor}.is-service-detail .sd-header-title p{font-size:24px;line-height:36px;font-weight:500;margin:0}.is-service-detail .sd-header-link{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.is-service-detail .sd-header-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:currentColor;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-service-detail .sd-header-link a:hover{color:var(--blue200)}.is-service-detail .sd-header-link a:hover svg{fill:var(--blue200)}.is-service-detail .sd-header-link span{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;margin:0 12px 0 0;font-size:24px;line-height:24px}.is-service-detail .sd-header-link svg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-transition:fill 200ms;-o-transition:fill 200ms;transition:fill 200ms}.is-service-detail .sd-header-link .mobile{display:none}.is-service-detail .is-box-schema{padding:0;margin:60px 0}.is-service-detail .is-box-schema .bs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.is-service-detail .is-box-schema .bs-info{position:relative;max-width:335px;font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:400}.is-service-detail .is-box-schema .bs-arrow{position:relative;width:200px;margin:12px 20px 0;border-top:2px solid var(--yellow300)}.is-service-detail .is-box-schema .bs-arrow::before,.is-service-detail .is-box-schema .bs-arrow::after{content:"";position:absolute;width:8px;height:2px;background:var(--yellow300);right:0}.is-service-detail .is-box-schema .bs-arrow::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:-5px}.is-service-detail .is-box-schema .bs-arrow::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:1px}.is-service-detail .is-box-schema .bs-arrow-mobile{display:none}.is-service-detail .is-box-schema-b{max-width:938px;margin-bottom:60px}.is-service-detail .is-box-schema-b .bs-item__name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;margin-bottom:8px}.is-service-detail .is-box-schema-b .bs-item__name:before{display:block;content:"";position:absolute;top:11px;left:3px;width:8px;height:8px;border-radius:50%;background:var(--blue100)}.is-service-detail .is-box-schema-b .bs-item__preview{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:28px;font-weight:400}.is-service-detail .is-box-schema-b .bs-item{position:relative;padding:0 0 0 25px}.is-service-detail .is-box-schema-b .bs-item__line{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:40px;left:6px;width:2px;height:calc(100% - 40px);background:var(--blue100)}.is-service-detail .is-box-schema-b .bs-item__line::after{position:absolute;display:block;content:"";bottom:3px;left:-7px;width:10px;height:2px;background:var(--blue100);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.is-service-detail .is-box-schema-b .bs-item__line::before{position:absolute;display:block;content:"";bottom:3px;left:-1px;width:10px;height:2px;background:var(--blue100);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:auto}.is-service-detail .is-box-schema-b .bs-item:not(:last-child){margin-bottom:16px}.is-service-detail .is-box-schema-b .bs-item:last-child .bs-item__line{display:none}.is-service-detail .is-box-schema-c{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-service-detail .is-box-schema-c .bs-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:800px}.is-service-detail .is-box-schema-c .bs-image{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-service-detail .is-box-schema-c .bs-image img{width:100%;height:auto}.is-service-detail .is-box-schema-c .bs-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;padding-left:40px}.is-service-detail .is-box-schema-c .bs-item:not(:last-child){margin-bottom:40px}.is-service-detail .is-box-schema-c .bs-item__line{position:absolute;top:18px;left:0;bottom:-60px;width:4px;background:var(--blue100)}.is-service-detail .is-box-schema-c .bs-item__line.state-arrow::after{position:absolute;display:block;content:"";left:-16px;width:20px;height:4px;background:var(--blue100);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);bottom:7px}.is-service-detail .is-box-schema-c .bs-item__line.state-arrow::before{position:absolute;display:block;content:"";left:-1px;width:20px;height:4px;background:var(--blue100);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);bottom:7px}.is-service-detail .is-box-schema-c .bs-item__line--none{display:none}.is-service-detail .is-box-schema-c .bs-item__name{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:600}.is-service-detail .is-box-schema-c .bs-item__preview{font-family:"root","Arial",sans-serif;font-size:22px;line-height:30px;font-weight:400;margin-top:16px}.is-service-detail .is-box-cities{margin-bottom:60px}.is-service-detail .is-box-express{padding:0}.is-service-detail .is-box-help .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:0px}.is-service-detail .is-box-help .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 24px;-webkit-transition:background-color 300ms;-o-transition:background-color 300ms;transition:background-color 300ms;gap:20px}.is-service-detail .is-box-help .is-grid .grid-item:nth-last-child(n+3){border-bottom:1px solid var(--gray400)}.is-service-detail .is-box-help .is-grid .grid-item:hover{border-radius:16px;background-color:#fff;border-color:#fff}.is-service-detail .is-box-help .is-grid .grid-item:hover .bh-name{color:var(--blue200)}.is-service-detail .is-box-help .is-grid .grid-item__arrow{width:20px;height:20px}.is-service-detail .is-box-help .bh-name{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:color 300ms;-o-transition:color 300ms;transition:color 300ms}.video-it-product{margin-top:-10px;width:100%}.is-tech-box-filter{position:relative;display:block}.is-tech-box-filter .tb-tabs{position:relative;display:block;margin:26px 0 0 0;padding:32px 0 0 0;border-top:1px solid #e6e7ea}.is-tech-box-filter .tb-tab-item{display:none}.is-tech-box-filter .tb-tab-item.state-active{display:block}.is-tech-box-filter.state-busy .is-list-tags-b .list-tm-dock-parent{display:none}.is-tech-box-filter.state-data .is-list-tech-long .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:30px}.is-text-conditions{position:relative;display:block;font-size:62px;line-height:100px;font-weight:400}.is-text-conditions b{font-weight:600}.is-text-conditions a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-text-conditions a:hover{color:var(--blue500)}.is-text-conditions a.state-nowrap{white-space:nowrap}.is-box-about-us{padding:48px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px}.is-box-about-us .about-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-box-about-us .about-content--title{font-size:50px;line-height:62px;font-weight:500;margin-bottom:16px}.is-box-about-us .about-content--preview{font-size:30px;line-height:41px;font-weight:500}.is-box-about-us .about-content a{color:var(--blue100)}.is-box-about-us .about-content a:hover{color:var(--blue500)}.is-box-about-us .about-video{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.is-box-about-us .about-video img{width:100%;border-radius:16px}.is-box-about .about-title{margin-bottom:60px}.is-box-about .about-preview{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:500;margin-bottom:60px;max-width:1150px}.is-box-about .about-preview.state-a{max-width:100%;font-size:24px;line-height:36px;font-weight:500}.is-box-about .about-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px}.is-box-about .about-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-about .about-item--title{font-size:32px;line-height:42px;font-weight:700}.is-box-about .about-item__num{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:62px;font-weight:600}.is-box-about .about-item__text{font-family:"root","Arial",sans-serif;font-size:22px;line-height:34px;font-weight:500}.is-box-about.state-data .about-list{gap:174px}.is-box-about.state-data .about-item{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-logo-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-section-bgimage{position:relative}.is-section-bgimage .sb-header{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin:0 auto;padding:224px 30px 120px 30px;max-width:1640px;color:var(--white);background-color:transparent}.is-section-bgimage .sb-header--partners{padding:182px 30px 314px 30px}.is-section-bgimage .sb-box-header{max-width:1270px}.is-section-bgimage .sb-box-header .sb-header-list .l-list{margin-bottom:45px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span{display:inline-block;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:500;position:relative;margin-right:20px;margin-bottom:15px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span.state-sign:after{pointer-events:none;display:inline-block;content:"";width:2px;height:20px;background:var(--white);margin-left:15px;margin-bottom:-2px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span.state-remove:after{display:none}.is-section-bgimage .sb-box-header .sb-header-list .l-list span:last-child:after{display:none}.is-section-bgimage .sb-image{position:absolute;top:0;left:0;width:100%;height:100%}.is-section-bgimage .sb-image__filter{position:absolute;top:0;left:0;width:100%;height:100%;background:#202123;opacity:.6}.is-section-bgimage .sb-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.is-section-bgimage .sb-image video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.is-section-bgimage .order-industrial{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;height:64px;padding:16px 91px;margin-top:40px;text-align:center;font-family:"mont","Verdana",sans-serif;color:var(--white);font-size:22px;line-height:32px;font-weight:600;background:var(--blue200);border-radius:8px;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-section-bgimage .order-industrial:hover{background:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-section-bgimage .order-industrial:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-section-bgimage.state-a .sb-image{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;max-height:445px;-webkit-filter:blur(5px);filter:blur(5px)}.is-section-bgimage.state-a .sb-curtain{position:absolute;top:40%;left:0;width:100%;height:60%;background-color:var(--white);opacity:.7}.is-section-bgimage.state-a .sb-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:48px}.is-section-bgimage.state-a .sb-header .sb-box-header{-webkit-box-sizing:border-box;box-sizing:border-box;padding:80px 100px 60px 80px;width:630px;height:587px;margin-top:-40px;border-radius:16px;background:-webkit-gradient(linear, left top, right top, from(var(--blue100)), to(var(--blue200)));background:-o-linear-gradient(left, var(--blue100), var(--blue200));background:linear-gradient(to right, var(--blue100), var(--blue200))}.is-section-bgimage.state-a .sb-header .sb-box-header h1{font-size:64px;line-height:76px;font-weight:700}.is-section-bgimage.state-a .sb-header__services .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"mont","Verdana",sans-serif;color:#202123;font-size:26px;line-height:34px;font-weight:600;padding:0;margin-bottom:24px}.is-section-bgimage.state-a .sb-header__services .l-item svg{margin-right:10px}.is-section-bgimage.state-a .sb-header__services .l-item::before{display:none}.is-section-bgimage.state-storage .sb-box-header{max-width:1270px}.is-section-bgimage.state-storage .sb-box-header h1{margin-top:50px}.is-section-bgimage.state-storage .sb-box-header .logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:64px}.is-section-bgimage.state-storage .sb-box-header .logo-wrapper .logo-image img{width:100%;height:100%}.is-section-bgimage.state-storage .sb-box-header .logo-wrapper .logo-image.state-simbirsoft{margin-bottom:-13px}.is-section-bgimage.state-storage .sb-box-header .sb-header-list__title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:500}.is-section-bgimage.state-storage .sb-box-header .sb-header-list .l-list{margin-top:16px}.is-industrial-detail{position:relative}.is-industrial-detail h1{font-size:58px;line-height:70px;font-weight:700}.is-industrial-detail h3{font-size:50px;line-height:62px;font-weight:600}.is-industrial-detail .id-section{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0}.is-industrial-detail .id-section.state-white+.is-industrial-detail .id-section.state-white{padding-top:72px}.is-industrial-detail .id-section.state-black{color:var(--white);background:var(--gray800)}.is-industrial-detail .id-section.state-black:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray800)}.is-industrial-detail .id-section.state-gray{color:var(--gray800);background:var(--gray100)}.is-industrial-detail .id-section.state-gray:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray100)}.is-industrial-detail .order-industrial,.is-industrial-detail .order-industrial-portfolio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;overflow:hidden;height:64px;padding:16px 91px;margin-top:40px;text-align:center;font-family:"mont","Verdana",sans-serif;color:var(--white);font-size:22px;line-height:32px;font-weight:600;background:var(--blue200);border-radius:8px;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-industrial-detail .order-industrial:hover,.is-industrial-detail .order-industrial-portfolio:hover{background:#1692fb;-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.is-industrial-detail .order-industrial:active,.is-industrial-detail .order-industrial-portfolio:active{background:var(--blue100);-webkit-transition:none;-o-transition:none;transition:none}.is-industrial-detail .id-box-solution{display:-webkit-box;display:-ms-flexbox;display:flex}.is-industrial-detail .id-box-solution .acc-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:48px}.is-industrial-detail .id-box-solution .acc-col:last-of-type{margin-right:0}.is-industrial-detail .id-box-solution .acc-box{max-width:500px;padding:48px 48px 28px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px;-ms-flex-negative:0;flex-shrink:0}.is-industrial-detail .id-box-solution .acc-box .ac-item{border:none}.is-industrial-detail .id-box-solution .acc-box .ac-item.state-open .ac-arrow--up{display:block}.is-industrial-detail .id-box-solution .acc-box .ac-item.state-open .ac-arrow--down{display:none}.is-industrial-detail .id-box-solution .acc-box .ac-header{margin-bottom:20px}.is-industrial-detail .id-box-solution .acc-box .ac-header span{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;padding:0}.is-industrial-detail .id-box-solution .acc-box .ac-header .ac-arrow--up{display:none}.is-industrial-detail .id-box-solution .acc-box .ac-header .ac-arrow--down{display:block}.is-industrial-detail .id-box-solution .acc-box .ac-body-inner{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;padding:0}.is-industrial-detail .id-box-solution--2col{display:none}.is-industrial-detail .id-box-solution--2col .ac-item.state-open .ac-arrow--up{display:block}.is-industrial-detail .id-box-solution--2col .ac-item.state-open .ac-arrow--down{display:none}.is-industrial-detail .id-box-solution--2col .ac-header .ac-arrow--up{display:none}.is-industrial-detail .id-box-solution--2col .ac-header .ac-arrow--down{display:block}.is-industrial-detail .is-box-managment{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-industrial-detail .is-box-managment .id-managment-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:780px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-title{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:60px;font-weight:600}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-preview{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:500}.is-industrial-detail .is-box-managment .id-managment-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px;background:#252628;border-radius:16px;margin-bottom:16px;width:630px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__number{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:700}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__name{position:absolute;left:272px;font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}.is-industrial-detail .id-box-work .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:48px}.is-industrial-detail .id-box-work .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;padding:48px 60px;background:#f7f7f9;border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.is-industrial-detail .id-box-work .l-item-text{width:100%}.is-industrial-detail .id-box-work .l-item-name{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;margin-bottom:20px}.is-industrial-detail .id-box-work .l-item-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-industrial-detail .id-box-work .l-item-image{height:120px;margin-left:50px}.is-industrial-detail .is-box-awards-b .l-item__image{height:30px}.is-history-detail .is-header-layout{margin:0 0 48px 0}.is-history-detail .is-header-layout .hl-header{margin:0 0 40px 0;text-align:center}.is-history-detail .is-header-layout .hl-header h1{font-family:"mont","Verdana",sans-serif;font-size:58px;line-height:70px;font-weight:700}.is-history-detail .is-header-layout .hl-preview{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;margin:0 0 40px 0;text-align:center}.is-history-detail .is-header-layout .is-intro-video{margin:0 0 0 0}.is-history-detail .is-header-layout .is-intro-video .iv-video{margin:0 auto}.is-history-detail .is-header-layout .is-intro-video .is-intro-video-preview{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:500;max-width:1224px;margin:0 auto;text-align:center}.is-history-detail .is-header-layout .is-video-player{margin:0 0 60px 0}.is-history-detail .hd-section{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:72px 0}.is-history-detail .hd-section.state-white+.is-history-detail .hd-section.state-white{padding-top:72px}.is-history-detail .hd-section .hd-section-preview{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:600;margin:0 0 60px 0;max-width:1250px}.is-history-detail .hd-section.state-black{color:var(--white);background:var(--gray800)}.is-history-detail .hd-section.state-black:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray800)}.is-history-detail .hd-section.state-black *::-moz-selection{background:rgba(255,255,255,.3)}.is-history-detail .hd-section.state-black *::selection{background:rgba(255,255,255,.3)}.is-history-detail .hd-section.state-gray{color:var(--gray800);background:var(--gray100)}.is-history-detail .hd-section.state-gray:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--gray100)}.is-history-detail .hd-section.state-white{color:var(--gray800);background:var(--white)}.is-history-detail .hd-section.state-white:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--white)}.is-history-detail .is-slider-history{position:relative}.is-history-detail .is-slider-history .hd-section{padding:72px 0}.is-history-detail .is-slider-history .hd-section.state-white+.is-history-detail .is-slider-history .hd-section.state-white{padding-top:72px}.is-history-detail .is-slider-history .hd-section:last-child{padding-bottom:240px}.is-history-detail .is-slider-history .hd-section:first-child{padding-top:0}.is-history-detail .is-slider-history .is-arrow-a{z-index:110;top:140px;border:none;border-radius:100%;background:transparent;-webkit-box-shadow:none;box-shadow:none}.is-history-detail .is-slider-history .is-arrow-a:hover svg path{stroke:var(--blue200);-webkit-transition:stroke .2s;-o-transition:stroke .2s;transition:stroke .2s}.is-history-detail .is-slider-history .is-arrow-a.arrow-next{right:28%}.is-history-detail .is-slider-history .is-arrow-a.arrow-prev{left:28%}.is-history-detail .is-slider-history .swiper-pagination{position:absolute;bottom:72px;width:auto !important;margin:0}.is-history-detail .is-slider-history .swiper-pagination--fixed{opacity:0;position:fixed;background:var(--white);bottom:0;padding:30px 0}.is-history-detail .is-slider-history .swiper-pagination--fixed:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--white)}.is-history-detail .is-slider-history .swiper-pagination-bullet{font-family:"mont","Verdana",sans-serif;font-size:52px;line-height:56px;font-weight:800;border-radius:0;width:auto;height:auto;text-align:center;color:var(--gray200);opacity:1;background:transparent;margin-right:25px}.is-history-detail .is-slider-history .swiper-pagination-bullet:last-of-type{margin:0}.is-history-detail .is-slider-history .swiper-pagination-bullet-active{color:var(--blue100);border-bottom:4px solid var(--blue100)}.is-history-detail .is-slider-history .swiper-container{overflow:initial;margin-top:-370px}.is-history-detail .is-slider-history .swiper-slide .hd-section{opacity:0}.is-history-detail .is-slider-history .swiper-slide.swiper-slide-active .hd-section{opacity:1}.is-history-detail .is-slider-history .swiper-years{position:relative;z-index:100;padding-top:220px}.is-history-detail .is-slider-history .swiper-years .swiper-slide .sh-years{font-family:"mont","Verdana",sans-serif;font-size:140px;line-height:180px;font-weight:800;text-align:center;color:var(--gray200)}.is-history-detail .is-slider-history .swiper-years .swiper-slide-active .sh-years{color:var(--blue100)}.is-history-detail .is-slider-history .swiper-years .swiper-slide.swiper-slide-next,.is-history-detail .is-slider-history .swiper-years .swiper-slide.swiper-slide-prev{cursor:pointer}.is-history-detail .is-slider-history .swiper-years .swiper-slide.swiper-slide-next:hover .sh-years,.is-history-detail .is-slider-history .swiper-years .swiper-slide.swiper-slide-prev:hover .sh-years{color:var(--blue100);opacity:50%}.is-history-detail .is-slider-history .swiper-years--mobile{display:none;pointer-events:none}.is-history-detail .is-slider-history .sh-main-image{margin:0 auto;max-width:496px;height:260px;margin-bottom:220px;pointer-events:none}.is-history-detail .is-slider-history .sh-title{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:62px;font-weight:600;margin-bottom:120px}.is-history-detail .is-slider-history .sh-title__check{border-bottom:6px solid #fce385}.is-history-detail .is-slider-history .sh-title.state-a{max-width:1170px}.is-history-detail .is-slider-history .sh-title.state-b{max-width:830px}.is-history-detail .is-slider-history .sh-title.state-c{max-width:870px}.is-history-detail .is-slider-history .sh-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.is-history-detail .is-slider-history .sh-box{display:-webkit-box;display:-ms-flexbox;display:flex}.is-history-detail .is-slider-history .sh-box:nth-child(1n){margin-bottom:100px}.is-history-detail .is-slider-history .sh-box:nth-last-child(1){margin-bottom:0}.is-history-detail .is-slider-history .sh-box--end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.is-history-detail .is-slider-history .sh-box--end .sh-case+.sh-case{margin-left:120px}.is-history-detail .is-slider-history .sh-box--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-history-detail .is-slider-history .sh-box--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px}.is-history-detail .is-slider-history .sh-box--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.is-history-detail .is-slider-history .sh-box--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-box--column:not(:first-child){margin-left:120px}.is-history-detail .is-slider-history .sh-box--column .sh-case:not(:last-child){margin-bottom:100px}.is-history-detail .is-slider-history .sh-box--overtop{margin-top:-150px}.is-history-detail .is-slider-history .sh-case-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.is-history-detail .is-slider-history .sh-case-row .sh-case-img{margin-right:50px}.is-history-detail .is-slider-history .sh-case-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.is-history-detail .is-slider-history .sh-case-row-reverse .sh-case-img{margin-left:50px;margin-right:0}.is-history-detail .is-slider-history .sh-case-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-history-detail .is-slider-history .sh-case-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.is-history-detail .is-slider-history .sh-case-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-case-column .sh-case-img{margin-bottom:20px}.is-history-detail .is-slider-history .sh-case-column .sh-case-text-bottom{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-overtop{margin-top:-150px}.is-history-detail .is-slider-history .sh-case-img{pointer-events:none}.is-history-detail .is-slider-history .sh-case-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-history-detail .is-slider-history .sh-case-text--a{max-width:360px}.is-history-detail .is-slider-history .sh-case-text--b{max-width:480px}.is-history-detail .is-slider-history .sh-case-text--c{max-width:632px}.is-history-detail .is-slider-history .sh-case-text--d{max-width:768px}.is-history-detail .is-slider-history .sh-case-text--e{max-width:900px}.is-history-detail .is-slider-history .sh-case-text--f{max-width:496px}.is-history-detail .is-slider-history .sh-case-text--g{max-width:540px}.is-history-detail .is-slider-history .sh-case-text--h{max-width:632px}.is-history-detail .is-slider-history .sh-case-text--k{max-width:632px}.is-history-detail .is-slider-history .sh-case-text--n{max-width:816px}.is-history-detail .is-slider-history .sh-case-text--l{max-width:700px}.is-history-detail .is-slider-history .sh-case-text__title{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:600;margin-bottom:16px}.is-history-detail .is-slider-history .sh-case-text__preview{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}.is-history-detail .is-slider-history .sh-case-text__preview p:last-child{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-text-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:100px}.is-history-detail img{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%}.is-history-detail a{color:var(--blue100);cursor:pointer}.is-slider-ux .arrows-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:70px;margin-top:32px;margin-left:auto}.is-slider-ux .arrows-wrapper.state-black .arrow-next:hover path,.is-slider-ux .arrows-wrapper.state-black .arrow-prev:hover path{stroke:#000}.is-slider-ux .arrow-next,.is-slider-ux .arrow-prev{cursor:pointer}.is-slider-ux .arrow-next path,.is-slider-ux .arrow-prev path{-webkit-transition:stroke .2s ease;-o-transition:stroke .2s ease;transition:stroke .2s ease}.is-slider-ux .arrow-next:hover path,.is-slider-ux .arrow-prev:hover path{stroke:var(--white)}.is-slider-ux .arrow-next.swiper-button-disabled,.is-slider-ux .arrow-prev.swiper-button-disabled{opacity:0}.is-slider-ux.state-a .swiper-slide{display:grid;grid-template-columns:1fr 1fr;height:auto}.is-slider-ux.state-a .su-title{position:absolute}.is-slider-ux.state-a .su-left .su-box--description{grid-row:2/3}.is-slider-ux.state-a .su-left .su-box--person{grid-column:2/3}.is-slider-ux.state-a .su-right .su-box--description{grid-column:2/3}.is-slider-ux.state-a .su-right .su-box--person{grid-row:2/3}.is-slider-ux.state-a .su-box{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;border:1px solid var(--white)}.is-slider-ux.state-a .su-person__logo{height:40px;width:80px}.is-slider-ux.state-a .su-person__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.is-slider-ux.state-a .su-person__name{font-size:22px;line-height:32px;font-weight:500;margin-top:8px}.is-slider-ux.state-a .su-person__place{font-size:16px;line-height:32px;font-weight:500;color:var(--gray400);margin-top:8px}.is-slider-ux.state-a .su-description p{font-size:16px;line-height:26px;font-weight:500;margin:0}.is-slider-ux.state-a .su-description p+p{margin-top:20px}.is-slider-components{position:relative}.is-slider-components .swiper-wrapper{padding:10px 0 30px}.is-slider-components .swiper-slide{height:auto}.is-slider-components .is-arrow-a{margin:0}.is-slider-components .sc-inner{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:100%;padding:48px 48px 32px;border-radius:16px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);margin:0 15px 0px}.is-slider-components .sc-name{font-family:"mont","Verdana",sans-serif;color:var(--blue200);font-size:26px;line-height:38px;font-weight:600}.is-slider-components .sc-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.is-slider-components .sc-preview{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:28px;font-weight:400;width:428px;margin:20px 0}.is-slider-components .sc-button{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px;font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 24px;border-radius:200px;border:1px solid var(--blue100);margin-top:auto}.is-slider-components .sc-image{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.is-slider-components.state-a .sc-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:50px;padding:0}.is-slider-components.state-a .sc-inner-text{padding:48px 0 48px 48px;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.is-slider-components.state-a .sc-preview{width:auto}.is-slider-components.state-a .sc-image{-webkit-box-flex:1;-ms-flex:1;flex:1;position:inherit;height:100%;background-image:url("/h/assets/img//industrial/vision-back.png");background-repeat:no-repeat;background-size:100% 100%;max-width:256px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-slider-components.state-a .sc-image img{max-width:200px}.is-slider-application .swiper-slide{height:auto}.is-slider-application .is-arrow-a{margin:0}.is-slider-application .sc-inner{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;padding:40px;border-radius:16px;background-color:var(--gray600);border:1.5px solid transparent;-webkit-transition:border-color 200ms;-o-transition:border-color 200ms;transition:border-color 200ms}.is-slider-application .sc-inner:hover{border-color:var(--blue100)}.is-slider-application .sc-inner:hover .sc-name{color:var(--blue100)}.is-slider-application .sc-name{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms;padding-bottom:24px;border-bottom:1px solid var(--gray500)}.is-slider-application .sc-preview{margin-top:24px}.is-slider-application .sc-preview ul{margin:0}.is-slider-application .sc-preview ul li{margin:0;padding-left:20px}.is-slider-application .sc-preview ul li:not(:first-of-type){margin-top:16px}.is-slider-application .sc-preview ul li::before{width:4px;height:4px;top:12px}.is-slider-rpa .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;gap:90px}.is-slider-rpa .sr-inner{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:30px}.is-slider-rpa .sr-preview-title{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:32px;font-weight:600}.is-slider-rpa .sr-preview-inner{margin-top:28px}.is-slider-rpa .sr-preview-inner ul{margin:0}.is-slider-rpa .sr-preview-inner ul li{font-size:16px;line-height:24px;font-weight:400}.is-slider-rpa .sr-image{position:relative}.is-slider-rpa .sr-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.is-slider-carousel .swiper-slide{width:1032px;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-slider-carousel .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.is-slider-carousel .sc-blur{position:absolute;width:calc(100% + 7px);height:110%;top:-20px;left:-6px;bottom:0;right:0;-webkit-box-shadow:inset 0 0 30px 20px #202123;box-shadow:inset 0 0 30px 20px #202123;z-index:100;pointer-events:none}.is-slider-carousel .swiper-pagination-wrapper{position:relative;margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-slider-carousel .swiper-pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.is-slider-carousel .swiper-pagination-bullet{width:15px;height:15px;background:#999}.is-slider-carousel .swiper-pagination-bullet-active{width:20px;height:20px;background:var(--blue100)}.is-slider-carousel .is-arrow-a{position:relative;margin:0;top:10px;width:23px;height:23px;background:transparent}.is-slider-carousel .is-arrow-a.arrow-prev{margin-right:25px;right:auto;left:auto}.is-slider-carousel .is-arrow-a.arrow-next{margin-left:25px;right:auto;left:auto}.is-slider-config .swiper-slide{height:auto}.is-slider-config .is-arrow-a{margin:0;top:56%}.is-slider-config .sc-inner__title{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:34px;font-weight:600}.is-slider-config .sc-inner__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}.is-slider-config .sc-item{padding:40px;background-color:var(--gray100)}.is-slider-config .sc-item__name{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:34px;font-weight:400}.is-slider-config .sc-item__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:24px;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;margin-top:54px}.is-slider-config .sc-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.is-slider-config .sc-column__name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600}.is-box-form{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;padding:80px;background:var(--white);border-radius:16px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-box-form .bfr-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:38px;-moz-column-gap:38px;column-gap:38px}.is-box-form .bfr-layout-left{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;max-width:700px}.is-box-form .bfr-layout-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;width:100%}.is-box-form .bfr-layout-right img{display:block;max-width:100%;width:auto;margin:0 auto;-o-object-fit:cover;object-fit:cover;border-radius:8px}.is-box-form .bfr-header{margin:0 0 16px 0;font-size:34px;line-height:46px;font-weight:600}.is-box-form .bfr-preview{margin:0 0 28px 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-box-form .bfr-preview a{white-space:nowrap}.is-box-form .bfr-preview.state-a{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:46px;font-weight:500}.is-box-form .bfr-fields{position:relative;display:block;max-width:600px}.is-box-form.state-service .bfr-layout{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-box-form.state-subscribe-2 .bfr-header{margin:0 0 60px 0}.is-box-form.state-subscribe-article .bfr-layout-right{padding:50px 0 0 0}.is-box-form.state-blog{border:none;-webkit-box-shadow:none;box-shadow:none;padding:0}.is-box-form.state-blog .is-form-fields-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:20px}.is-box-form.state-blog .is-form-fields-row .is-form-field{margin:0}.is-box-form.state-blog .is-form-fields-row .field-radio+.field-radio{margin-left:40px}.is-box-form.state-blog .is-form-fields-row .field-text{width:100%}.is-box-form.state-blog .is-form-fields-row .is-button-submit{margin-left:24px}.is-box-form.state-blog .is-form-field--agreement{margin:0;padding:0}.is-box-form.state-blog .bfr-layout-left{-webkit-box-sizing:border-box;box-sizing:border-box;width:1040px;max-width:none;padding:60px 80px;border-radius:16px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-box-form.state-blog .bfr-layout-right{padding:0;margin:0 0 0 48px}.is-box-form.state-blog .bfr-preview{margin-bottom:20px}.is-box-form.state-blog .bfr-fields{max-width:100%}.is-box-form.state-vacancy-detail{margin-bottom:72px}.is-box-form.state-vacancy-detail .bfr-layout-right{padding:50px 0 0 0}.is-box-form.state-it-consulting .bfr-layout-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;font-size:20px;line-height:30px;font-weight:400}.is-box-form.state-it-consulting .bfr-layout-right .bfr-name{font-weight:600;margin-bottom:8px;font-family:"mont","Verdana",sans-serif}.is-box-form.state-it-consulting .bfr-layout-right .bfr-preview{font-size:20px;line-height:30px;font-weight:400;color:var(--gray500);font-family:"root","Arial",sans-serif}.is-box-form.state-it-consulting .bfr-layout-right img{margin:0;max-height:550px;-o-object-position:top;object-position:top;border-radius:8px}.is-box-form.state-subscription{padding:0 0 120px 0;margin:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.is-box-form.state-subscription .bfr-layout-left{max-width:1024px}.is-box-form.state-subscription .bfr-header{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:62px;font-weight:700;margin-bottom:32px}.is-box-form.state-subscription .bfr-preview{margin-bottom:60px}.is-box-form.state-design{padding:0;border:0;-webkit-box-shadow:none;box-shadow:none}.is-box-form.state-design .bfr-layout{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.is-box-form.state-design .bfr-layout-left{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:50%;padding-right:150px}.is-box-form.state-design .bfr-layout-right{max-width:50%}.is-box-form.state-design .bfr-preview{font-size:22px;line-height:32px;font-weight:500;margin:32px 0 0}.is-box-form.state-design .bfr-fields{max-width:100%}.is-box-form.state-design .is-form-fields-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-form.state-design .is-form-fields-row .is-button-submit{min-width:230px;background-color:var(--blue100)}.is-box-form.state-design .is-form-rules-link{font-size:16px;line-height:24px;font-weight:500;margin-left:40px}.is-box-form.state-friends .bfr-layout-left{max-width:100%}.is-box-form.state-friends .bfr-fields{max-width:100%}.is-box-form.state-friends .bfr-layout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.is-box-form.state-friends .bfr-inputs-wrapper{width:600px}.is-box-form.state-friends .bfr-layout-image{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-box-form.state-friends .bfr-layout-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.is-box-unsubscribe .bu-image{text-align:center;margin:0 auto;margin-bottom:60px;width:500px}.is-box-unsubscribe .bu-image img{width:100%;height:100%}.is-box-unsubscribe .bu-title{text-align:center}.is-box-unsubscribe .is-box-form .bfr-layout-left{max-width:100%}.is-box-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-tabs .b-tabs{background:var(--gray100);padding:60px 40px;margin-right:48px;border-radius:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.is-box-tabs .b-tabs.state-arrows .b-tabs__item{position:relative;padding-right:55px;margin-bottom:80px}.is-box-tabs .b-tabs.state-arrows .b-tabs__item:after{content:"";display:block;position:absolute;right:0;top:7px;width:22px;height:22px;border:1px solid var(--yellow300);border-radius:50%}.is-box-tabs .b-tabs.state-arrows .b-tabs__item:last-child{margin-bottom:0}.is-box-tabs .b-tabs.state-arrows .b-tabs__item:last-child .tab-arrow{display:none}.is-box-tabs .b-tabs.state-arrows .is-tags-tabs-active:after{background-color:var(--yellow300)}.is-box-tabs .b-tabs.state-arrows .tab-arrow{position:absolute;right:10px;top:38px;width:2px;height:calc(100% + 40px);background-color:var(--gray500)}.is-box-tabs .b-tabs.state-arrows .tab-arrow::before,.is-box-tabs .b-tabs.state-arrows .tab-arrow::after{content:"";display:block;position:absolute;width:2px;height:10px;bottom:0;background-color:var(--gray500)}.is-box-tabs .b-tabs.state-arrows .tab-arrow::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:-4px}.is-box-tabs .b-tabs.state-arrows .tab-arrow::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);right:4px}.is-box-tabs .b-tabs.state-arrows .tab-arrow.arrow-active{background-color:var(--yellow300)}.is-box-tabs .b-tabs.state-arrows .tab-arrow.arrow-active::before,.is-box-tabs .b-tabs.state-arrows .tab-arrow.arrow-active::after{background-color:var(--yellow300)}.is-box-tabs .b-tabs.state-opened{width:100%}.is-box-tabs .b-tabs.state-opened .b-tabs__item{padding-left:50px;cursor:auto}.is-box-tabs .b-tabs.state-opened .b-tabs__item:after{content:"";display:block;position:absolute;left:0;top:7px;width:22px;height:22px;border:1px solid var(--yellow300);border-radius:50%}.is-box-tabs .b-tabs.state-opened .b-tabs__item-name{font-size:34px;line-height:46px;color:var(--gray000);margin-bottom:24px}.is-box-tabs .b-tabs.state-opened .b-tabs__item-info{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400}.is-box-tabs .b-tabs.state-opened .tab-arrow{position:absolute;left:10px;top:38px;width:2px;height:calc(100% + 40px);background-color:var(--gray500)}.is-box-tabs .b-tabs.state-opened .tab-arrow::before,.is-box-tabs .b-tabs.state-opened .tab-arrow::after{content:"";display:block;position:absolute;width:2px;height:10px;bottom:0;background-color:var(--gray500)}.is-box-tabs .b-tabs.state-opened .tab-arrow::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:-4px}.is-box-tabs .b-tabs.state-opened .tab-arrow::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);right:4px}.is-box-tabs .b-tabs.state-opened .tab-arrow.arrow-active{background-color:var(--yellow300)}.is-box-tabs .b-tabs.state-opened .tab-arrow.arrow-active::before,.is-box-tabs .b-tabs.state-opened .tab-arrow.arrow-active::after{background-color:var(--yellow300)}.is-box-tabs .b-tabs__item{margin-bottom:60px;cursor:pointer}.is-box-tabs .b-tabs__item a{color:var(--blue200)}.is-box-tabs .b-tabs__item a:hover{color:var(--blue100)}.is-box-tabs .b-tabs__item .arrow{display:none}.is-box-tabs .b-tabs__item-name{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;color:var(--gray400);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-tabs .b-tabs__item.is-tags-tabs-active{background:transparent;color:var(--gray800)}.is-box-tabs .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--gray800);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-tabs .b-tabs__item:hover .b-tabs__item-name{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-tabs .b-tabs__item:last-child{margin-bottom:0}.is-box-tabs .b-info{-webkit-box-flex:1;-ms-flex:1 1 60%;flex:1 1 60%}.is-box-tabs .b-info__title{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px;font-weight:600;margin-bottom:12px}.is-box-tabs .b-info__text{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-box-tabs .b-info__text p{font-size:18px;line-height:30px;font-weight:400}.is-box-tabs .b-info__text-image{width:100%;margin-bottom:20px}.is-box-tabs .b-info--full .b-info-wrapper{grid-template-columns:1fr}.is-box-tabs .b-info.state-a .b-info-wrapper{grid-template-columns:1fr;display:-webkit-box;display:-ms-flexbox;display:flex}.is-box-tabs .b-info-mobile{display:none}.is-box-tabs .b-info-mobile ul{margin:0}.is-box-tabs .b-info-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:48px;grid-row-gap:28px;padding-top:60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms}.is-box-tabs .b-info-wrapper.list-tags-wrapper--hidden{display:none;-webkit-transition:opacity 200ms;-o-transition:opacity 200ms;transition:opacity 200ms;width:0;height:0}.is-box-tabs .b-info-wrapper .b-info__item-mb{margin-bottom:28px}.is-box-tabs.state-a .b-tabs{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.is-box-tabs.state-a .b-tabs.state-arrows .b-tabs__item{position:relative;padding:0 0 0 50px;margin-bottom:40px}.is-box-tabs.state-a .b-tabs.state-arrows .b-tabs__item:after{content:"";display:block;position:absolute;left:0;top:7px}.is-box-tabs.state-a .b-tabs.state-arrows .tab-arrow{position:absolute;left:10px;top:38px;width:2px;height:calc(100% + 5px);background-color:var(--gray500)}.is-box-tabs.state-a .b-tabs.state-arrows .tab-arrow.arrow-active{background-color:var(--yellow300)}.is-box-tabs.state-a .b-tabs.state-arrows .tab-arrow.arrow-active::before,.is-box-tabs.state-a .b-tabs.state-arrows .tab-arrow.arrow-active::after{background-color:var(--yellow300)}.is-box-tabs.state-a .b-tabs__item-name{font-size:34px;line-height:46px}.is-box-tabs.state-a .b-info{-webkit-box-flex:1;-ms-flex:1 1 45%;flex:1 1 45%}.is-box-tabs.state-a .b-info__text p{font-size:20px;line-height:32px}.is-box-tabs.state-a .b-info .b-info__item .sd-button-order a{padding:0 170px}.is-box-tabs.state-b .b-tabs{background:transparent;padding:0}.is-box-tabs.state-b .b-tabs__item{margin:0;padding:0}.is-box-tabs.state-b .b-tabs__item-name{font-size:34px;line-height:46px;font-weight:500;color:var(--white)}.is-box-tabs.state-b .b-tabs__item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:48px;padding:24px;border-bottom:1px solid var(--gray500)}.is-box-tabs.state-b .b-tabs__item-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-tabs.state-b .b-tabs__item-number{font-size:20px;line-height:30px;font-weight:400;font-family:"root","Arial",sans-serif;color:var(--gray500)}.is-box-tabs.state-b .b-tabs__item.is-tags-tabs-active .b-tabs__item-wrapper{background-color:rgba(173,173,173,.16)}.is-box-tabs.state-b .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--white)}.is-box-tabs.state-b .b-tabs__item:hover .b-tabs__item-name{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-box-tabs.state-b .b-info{-ms-flex-preferred-size:30%;flex-basis:30%;background-color:var(--blue400);-webkit-box-shadow:0 10px 40px 0 #0A0C1012;box-shadow:0 10px 40px 0 #0A0C1012;border-radius:16px;padding:60px;color:var(--white)}.is-box-tabs.state-b .b-info-wrapper{padding:0}.is-box-tabs.state-b .b-info__text{font-size:22px;line-height:34px;font-weight:500}.is-box-tabs.state-b .b-info__text p{font-size:22px;line-height:34px;font-weight:500;margin:0;margin-bottom:20px}.is-box-tabs.state-b .b-info__icon{display:block;margin-bottom:24px}.is-box-tabs.state-b--white .b-tabs{width:60%}.is-box-tabs.state-b--white .b-tabs__item-name{color:var(--gray800)}.is-box-tabs.state-b--white .b-tabs__item.is-tags-tabs-active .b-tabs__item-wrapper{background-color:var(--white)}.is-box-tabs.state-b--white .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--gray800)}.is-box-tabs.state-b--white .b-info{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--white)}.is-box-tabs.state-b--white .b-info__text{color:var(--gray800)}.is-box-tabs--black .b-tabs{background:var(--gray700);padding:60px}.is-box-tabs--black .b-tabs .sd-button-order--mobile{display:none}.is-box-tabs--black .b-tabs__item-name{color:var(--gray500)}.is-box-tabs--black .b-tabs__item.is-tags-tabs-active{color:var(--gray000)}.is-box-tabs--black .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--gray000)}.is-box-tabs--black .b-tabs__item:hover .b-tabs__item-name{color:var(--gray000)}.is-box-tabs--black .b-info-wrapper{padding:0;height:100%}.is-box-tabs--black .b-info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:60px 0}.is-box-tabs--black .b-info__item .sd-button-order--mobile{display:none}.is-box-tabs.state-data .b-tabs__item-name,.is-box-tabs.state-data .b-info__text{color:var(--gray800)}.is-box-tabs.state-data .b-info{background-color:#fff}.is-box-tabs.state-data .b-tabs{-ms-flex-preferred-size:50%;flex-basis:50%}.is-box-tabs.state-data .b-tabs__item.is-tags-tabs-active .b-tabs__item-wrapper{background-color:#fff}.is-box-tabs.state-data .b-tabs__item.is-tags-tabs-active .b-tabs__item-wrapper .b-tabs__item-name{color:var(--gray800)}.is-box-meeting{border:2px solid var(--blue100);border-radius:16px}.is-box-meeting .bm-wrapper{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:60px 220px;gap:120px}.is-box-meeting .bm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-box-meeting .bm-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-box-meeting .bm-info__title{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:600;margin-bottom:40px}.is-box-meeting .bm-info__preview{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:400;margin:0}.is-box-meeting .bm-image.max-w-350{max-width:350px}.is-box-meeting .bm-image img{height:auto}.is-box-meeting.state-a{border:none;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07)}.is-box-meeting.state-a .bm-wrapper{padding:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-meeting.state-a .bm-info__title{max-width:500px;font-weight:600}.is-box-meeting.state-a .bm-image{max-width:588px}.is-box-meeting.state-a .bm-image img{width:100%;height:auto}.is-box-meeting.state-b{border:none;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07)}.is-box-meeting.state-b .bm-wrapper{padding:80px;gap:72px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-meeting.state-b .bm-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-box-meeting.state-b .bm-info__title{font-weight:600}.is-box-meeting.state-b .bm-person{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;background-color:var(--gray100);padding:20px;width:500px;border-radius:16px}.is-box-meeting.state-b .bm-person__photo{width:88px;border-radius:50%;margin-right:28px}.is-box-meeting.state-b .bm-person__name{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:32px;font-weight:600;margin-bottom:4px}.is-box-meeting.state-b .bm-person__place{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:26px;font-weight:400;margin-bottom:10px}.is-box-meeting.state-b .bm-person__contacts{margin-bottom:10px}.is-box-meeting.state-c{border:none;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07)}.is-box-meeting.state-c .bm-wrapper{padding:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-meeting.state-c .bm-info{max-width:700px}.is-box-meeting.state-c .bm-info__title{font-weight:600}.is-box-meeting.state-c .bm-image{max-width:588px}.is-box-meeting.state-c .bm-image img{width:100%;height:auto}.is-box-meeting.state-d .bm-wrapper{padding:40px 232px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-meeting.state-f .bm-wrapper{padding:40px 135px}.is-box-meeting.state-f .bm-info{margin-right:60px}.is-box-meeting.state-f .order-service{padding:0 60px}.is-box-meeting.state-e{margin:0;border:1px solid var(--blue100)}.is-box-meeting.state-e .bm-wrapper{padding:80px 120px;gap:60px}.is-box-meeting.state-e .bm-info{margin:0}.is-box-meeting.state-g .bm-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:80px}.is-box-meeting.state-g .bm-info{max-width:850px}.is-box-meeting.state-partners{border:none}.is-box-meeting.state-partners .bm-wrapper{padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.is-box-meeting.state-partners .bm-info{margin:0}.is-box-meeting.state-partners .bm-info__title{font-family:"mont","Verdana",sans-serif;font-size:58px;line-height:70px;font-weight:700}.is-box-meeting.state-partners .bm-image{max-width:768px}.is-box-meeting.state-partners .bm-image img{border-radius:16px;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.is-box-meeting.state-partners .sd-button-order{margin-top:60px}.is-box-meeting.state-partners .sd-button-order .order-service{padding:0 60px}.is-box-meeting.state-inner{margin:60px 0 0}.is-box-meeting.border-none{border:none}.front-text-variant{display:none}.is-box-technologies .bt-wrapper .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-box-technologies .bt-wrapper .is-grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-box-technologies .bt-wrapper .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:40px;border-radius:16px;border:2px solid transparent;background-color:var(--gray600);overflow:hidden;cursor:pointer;-webkit-transition:border 1s;-o-transition:border 1s;transition:border 1s}.is-box-technologies .bt-wrapper .is-grid .grid-item:last-of-type{margin-top:-90px}.is-box-technologies .bt-wrapper .is-grid .grid-item:hover{border:2px solid var(--yellow200)}.is-box-technologies .bt-wrapper .is-grid .grid-item:hover .bt-icon{-webkit-animation:bt-icon-pulse 1s ease forwards;animation:bt-icon-pulse 1s ease forwards}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation .bt-header-title{-webkit-animation:bt-title 1s ease forwards 1s;animation:bt-title 1s ease forwards 1s}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation .bt-icon{-webkit-animation:bt-icon 1s ease forwards 1s;animation:bt-icon 1s ease forwards 1s}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation .bt-line{-webkit-animation:bt-line 1s ease forwards 1s;animation:bt-line 1s ease forwards 1s}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation .bt-body{-webkit-animation:bt-text 1s ease forwards 1s;animation:bt-text 1s ease forwards 1s}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation:hover .bt-icon svg{-webkit-animation:bt-icon-pulse 1s ease infinite;animation:bt-icon-pulse 1s ease infinite}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation:hover .bt-icon svg .path-fill{fill:var(--yellow200)}.is-box-technologies .bt-wrapper .is-grid .grid-item.state-animation:hover .bt-header-title span{color:var(--yellow200)}.is-box-technologies .bt-wrapper .bt-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-technologies .bt-wrapper .bt-header-title{position:relative;font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;color:var(--gray400);-webkit-transform:translateY(200px);-ms-transform:translateY(200px);transform:translateY(200px);opacity:0}.is-box-technologies .bt-wrapper .bt-header-title span{-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s}.is-box-technologies .bt-wrapper .bt-icon{width:150px;height:150px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.is-box-technologies .bt-wrapper .bt-icon svg{width:100%;height:100%}.is-box-technologies .bt-wrapper .bt-icon svg path{-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s}.is-box-technologies .bt-wrapper .bt-line{height:1px;width:0;background-color:var(--gray500);margin-top:24px}.is-box-technologies .bt-wrapper .bt-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:24px;-webkit-transform:translateY(500px);-ms-transform:translateY(500px);transform:translateY(500px);opacity:0}.is-box-technologies .bt-wrapper .bt-body-text{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:500;width:33%;margin-bottom:16px}@-webkit-keyframes bt-icon{0%{width:150px;height:150px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}100%{width:50px;height:50px;left:calc(100% - 90px);top:40px;-webkit-transform:none;transform:none}}@keyframes bt-icon{0%{width:150px;height:150px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}100%{width:50px;height:50px;left:calc(100% - 90px);top:40px;-webkit-transform:none;transform:none}}@-webkit-keyframes bt-icon-pulse{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bt-icon-pulse{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes bt-title{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes bt-title{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes bt-line{to{width:100%}}@keyframes bt-line{to{width:100%}}@-webkit-keyframes bt-text{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes bt-text{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.is-box-technologies--mobile{display:none}.is-box-map img{width:100%;height:100%}.is-box-map .bm-info{margin-bottom:60px}.is-box-map .bm-title{margin-bottom:16px}.is-box-map .bm-wrapper{position:relative}.is-box-map .bm-map{position:relative;margin:0 auto}.is-box-map .bm-map .map-tablet,.is-box-map .bm-map .map-mobile{display:none}.is-box-map .bm-map .city{cursor:pointer;pointer-events:bounding-box;height:10px}.is-box-trust{position:relative}.is-box-order-fall{margin:50px 0 0}.is-box-order-fall .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:0px}.is-box-order-fall .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;padding:48px;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-order-fall .bof-left{border:2px solid var(--blue100)}.is-box-order-fall .bof-right{background:var(--blue100);color:var(--white)}.is-box-order-fall .bof-image{width:40%}.is-box-order-fall .bof-image img{width:100%}.is-box-order-fall .bof-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:calc(60% - 40px);height:100%}.is-box-order-fall .bof-info__title{font-family:"mont","Verdana",sans-serif;font-size:34px;line-height:46px;font-weight:500;margin-bottom:40px}.is-box-cities .bc-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-cities .bc-box.state-animation .level-1 .bc-icon{-webkit-animation:show-icon 1s ease forwards 1s;animation:show-icon 1s ease forwards 1s}.is-box-cities .bc-box.state-animation .level-1 .bc-name{-webkit-animation:right-name-yellow 1s ease forwards 1s;animation:right-name-yellow 1s ease forwards 1s}.is-box-cities .bc-box.state-animation .level-2 .bc-icon{-webkit-animation:show-icon 1s ease forwards 2s;animation:show-icon 1s ease forwards 2s}.is-box-cities .bc-box.state-animation .level-2 .bc-name{-webkit-animation:right-name-white 1s ease forwards 2s;animation:right-name-white 1s ease forwards 2s}.is-box-cities .bc-box.state-animation .level-3 .bc-icon{-webkit-animation:show-icon 1s ease forwards 3s;animation:show-icon 1s ease forwards 3s}.is-box-cities .bc-box.state-animation .level-3 .bc-name{-webkit-animation:right-name-white 1s ease forwards 3s;animation:right-name-white 1s ease forwards 3s}.is-box-cities .bc-text-color{color:var(--yellow200)}.is-box-cities .bc-box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-cities .bc-box-name{position:relative;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:500;color:var(--gray500)}.is-box-cities .bc-box-name:not(:last-child){margin-bottom:48px}.is-box-cities .bc-num{font-size:80px;line-height:80px;font-weight:700;color:var(--yellow200)}.is-box-cities .bc-num-subtitle{display:block;font-size:34px;line-height:46px;font-weight:600;color:var(--yellow200);margin-top:20px}.is-box-cities .bc-subtitle{font-size:22px;line-height:34px;font-weight:500;color:var(--white)}.is-box-cities .bc-subtitle--mobile{display:none}.is-box-cities .bc-name{display:block}.is-box-cities .bc-icon{position:absolute;top:3px;opacity:0}@-webkit-keyframes show-icon{100%{opacity:1}}@keyframes show-icon{100%{opacity:1}}@-webkit-keyframes right-name-yellow{100%{-webkit-transform:translateX(32px);transform:translateX(32px);color:var(--yellow200)}}@keyframes right-name-yellow{100%{-webkit-transform:translateX(32px);transform:translateX(32px);color:var(--yellow200)}}@-webkit-keyframes right-name-white{100%{-webkit-transform:translateX(32px);transform:translateX(32px);color:var(--white)}}@keyframes right-name-white{100%{-webkit-transform:translateX(32px);transform:translateX(32px);color:var(--white)}}.is-box-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-info .bi-info{max-width:768px}.is-box-info .bi-info__title h4{margin-bottom:10px}.is-box-info .bi-info__preview p{font-size:18px;line-height:30px;font-weight:400;margin-bottom:28px}.is-box-info .bi-image{height:412px}.is-box-info .bi-image img{width:100%;height:100%}.is-box-recommended{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;margin-bottom:60px}.is-box-recommended .br-image{height:410px;width:50%}.is-box-recommended .br-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.is-box-recommended .br-info{width:50%}.is-box-recommended .br-info__title{margin-bottom:28px}.is-box-recommended .br-info__preview{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;margin-bottom:28px}.text-carousel:after{content:"";border-right:1ch solid var(--blue100);-webkit-animation:blink .5s linear infinite;animation:blink .5s linear infinite}@-webkit-keyframes blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.page-default{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative;width:100%;padding:0 0 0 0}.fb-modal-default{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;max-width:710px;min-height:100px;margin:0 auto;padding:60px;color:#000;background:var(--white);border-radius:16px}.fb-modal-default .md-sfx-1{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.fb-modal-default .md-sfx-2{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.fb-modal-default .md-sfx-3{opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.fb-modal-default .md-wrapper{position:relative;display:block}.fb-modal-default .md-header{margin:0 0 28px 0;font-size:34px;line-height:40px;font-weight:600}.fb-modal-default .md-preview{margin:0 0 40px 0;font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.fb-modal-default .md-preview a{color:var(--blue200);-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.fb-modal-default .md-preview a:hover{color:var(--blue500)}.fb-modal-default.state-full{max-width:1580px}.fb-modal-default.state-subscribe{max-width:984px}.fb-modal-default.state-subscribe-popup{max-width:984px;padding:60px}.fb-modal-default.state-subscribe-popup .md-wrapper{max-width:100%}.fb-modal-default.state-subscribe-popup .bfr-fields{max-width:100%}.fb-modal-default.state-subscribe-popup .bfr-layout-left{max-width:100%}.fb-modal-default.state-subscribe-popup .is-form-field--agreement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:80px}.fb-modal-default.state-subscribe-popup .is-form-field--agreement .is-button-a{margin-top:20px;width:100%}.fb-modal-default.state-subscribe-popup .is-form-field--agreement img{max-width:285px}.fb-modal-default.state-subscribe-popup .is-button-submit{margin-top:40px}.fb-modal-default .bfr-layout-image img{width:100%;height:auto}.fb-modal-reviews{max-width:1020px}.fb-modal-partners{max-width:1020px;padding:0}.fb-modal-partners .md-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.fb-modal-partners .mp-aside{padding:60px 32px}.fb-modal-partners .mp-content{background-color:var(--gray100);padding:60px 32px;border-radius:0 16px 16px 0}.fb-modal-partners .mp-content__name{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;white-space:nowrap}.fb-modal-partners .mp-content__name span{white-space:wrap}.fb-modal-partners .mp-content__name svg{cursor:pointer}.fb-modal-partners .mp-content__name svg path{-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.fb-modal-partners .mp-content__name svg:hover path{fill:var(--blue500)}.fb-modal-partners .mp-content__text{margin-top:12px}.fb-modal-partners .mp-content__text p:last-child{margin-bottom:12px}.fb-modal-partners .mp-link{font-family:"root","Arial",sans-serif;font-size:14px;line-height:20px;font-weight:400;display:block;margin-top:6px}.fb-modal-default--nav .fmo-backward{display:none}.fb-modal-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.fb-modal-nav-link{margin:0 0 16px 0;color:var(--gray1000);font-size:18px;line-height:24px;font-weight:600}.fb-modal-nav-link.state-active{color:var(--blue200)}.fb-modal-nav-accordion{margin-bottom:16px}.fb-modal-nav-accordion .ac-item{position:relative;display:block}.fb-modal-nav-accordion .ac-item.state-open .ac-header i{width:30px;height:30px;background:url("/h/assets/img/icons/arrow-up.svg") no-repeat 0 0;background-size:100% 100%}.fb-modal-nav-accordion .ac-item.state-open .ac-body{pointer-events:auto}.fb-modal-nav-accordion .ac-item.state-open .ac-body-inner{opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms 200ms;-o-transition:opacity 400ms 200ms;transition:opacity 400ms 200ms}.fb-modal-nav-accordion .ac-item-sub{position:relative;display:block}.fb-modal-nav-accordion .ac-item-sub.state-open .ac-header-sub i{width:30px;height:30px;background:url("/h/assets/img/icons/arrow-up.svg") no-repeat 0 0;background-size:100% 100%}.fb-modal-nav-accordion .ac-item-sub.state-open .ac-body{pointer-events:auto}.fb-modal-nav-accordion .ac-item-sub.state-open .ac-body-inner{opacity:1;pointer-events:auto;-webkit-transition:opacity 400ms 200ms;-o-transition:opacity 400ms 200ms;transition:opacity 400ms 200ms}.fb-modal-nav-accordion .ac-header,.fb-modal-nav-accordion .ac-header-sub{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.fb-modal-nav-accordion .ac-header i,.fb-modal-nav-accordion .ac-header-sub i{width:30px;height:30px;background:url("/h/assets/img/icons/arrow-down.svg") no-repeat 0 0;background-size:100% 100%}.fb-modal-nav-accordion .ac-header span,.fb-modal-nav-accordion .ac-header-sub span{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block;color:var(--gray1000);font-size:18px;line-height:24px;font-weight:600;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.fb-modal-nav-accordion .ac-header.state-active,.fb-modal-nav-accordion .ac-header-sub.state-active{color:var(--blue200)}.fb-modal-nav-accordion .ac-body{position:relative;display:block;overflow:hidden;pointer-events:none;height:0;-webkit-transition:height 300ms;-o-transition:height 300ms;transition:height 300ms}.fb-modal-nav-accordion .ac-body-inner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;width:100%;padding:16px 0 0 20px;pointer-events:none;opacity:0;-webkit-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms}.fb-modal-nav-accordion .ac-body-link{color:var(--gray1000);font-size:16px;line-height:24px;font-weight:400;margin-bottom:12px}.fb-modal-nav-accordion .ac-body-link.state-active{color:var(--blue200)}.fb-modal-nav-accordion--header{width:100%}.fb-modal-nav-accordion .ac-header-sub span{color:var(--gray1000);font-size:16px;line-height:24px;font-weight:500}.fb-modal-functionality-tabs{max-width:955px}.fb-modal-functionality-tabs .md-wrapper{padding:60px 32px;background-color:var(--gray100)}.fb-modal-functionality-tabs .md-title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:700;color:var(--gray400)}.fb-modal-functionality-tabs .md-subtitle{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:700;margin-top:20px}.fb-modal-functionality-tabs .md-preview{margin-top:12px;margin-bottom:0}.fb-modal-functionality-tabs .md-preview p{font-size:18px;line-height:32px;font-weight:500}.fb-modal-functionality-tabs .md-preview p:last-child{margin-bottom:0}.fb-modal-functionality-tabs .md-preview__image{width:100%}.chat-bot{display:block;position:fixed;bottom:32px;right:32px;z-index:350;opacity:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.chat-bot.cookie-visible{bottom:145px}.chat-bot--up{bottom:145px}.chat-bot__pulse{border:1px solid #166cfb;position:absolute;top:0;left:0;bottom:0;right:0;height:64px;width:64px;border-radius:50%;-webkit-animation:2s pulse linear infinite;animation:2s pulse linear infinite;z-index:-1}@-webkit-keyframes pulse{0%{opacity:0;scale:.8}25%{opacity:75%;scale:1.4}50%{opacity:0;scale:1.8}100%{opacity:0;scale:1.8}}@keyframes pulse{0%{opacity:0;scale:.8}25%{opacity:75%;scale:1.4}50%{opacity:0;scale:1.8}100%{opacity:0;scale:1.8}}.banner{position:fixed;top:40px;right:40px;z-index:550;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--white);padding:24px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px}.banner--up{bottom:150px}.banner.cookie-visible{bottom:150px}.banner__close{position:absolute;width:17px;height:17px;top:40px;right:40px;cursor:pointer;z-index:1}.banner.vk-banner{max-width:300px}.banner .vk-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner .vk-banner__icon{width:58px;height:auto;margin-bottom:10px}.banner .vk-banner__icon img{width:100%;height:100%}.banner .vk-banner__text{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:500;text-align:center;margin-bottom:24px}.banner .vk-banner__link{width:100%;background-color:#166cfb}.banner.vebinar-banner{overflow:hidden;padding:40px}.banner.vebinar-banner .banner-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;overflow:hidden}.banner.vebinar-banner .banner__close{position:initial;display:block}.banner .vebinar-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:40px}.banner .vebinar-banner-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.banner .vebinar-banner-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:320px}.banner .vebinar-banner__title{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:34px;font-weight:600}.banner .vebinar-banner__preview{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:400;margin:16px 0 0 0}.banner .vebinar-banner__date{font-family:"root","Arial",sans-serif;font-size:20px;line-height:30px;font-weight:500;margin:16px 0 0 0}.banner .vebinar-banner__link{width:100%;background:var(--blue100);margin:36px 0 0 0}.banner .vebinar-banner-image{max-width:240px;height:auto;z-index:-1}.banner .vebinar-banner-image img{width:100%}.is-get-presentation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--blue100);padding:37px 48px;border-radius:16px}.is-get-presentation .gp-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-get-presentation .gp-preview p{-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:42px;font-weight:500;color:var(--white);margin:0}.is-get-presentation .gp-preview svg{margin-right:48px}.is-get-presentation .gp-button{background-color:var(--white);color:#202123;font-size:22px;line-height:auto;font-weight:600;padding:0 84px}.is-ux-tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:160px}.is-ux-tiles .ut-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:48px}.is-ux-tiles .ut-preview{font-size:58px;line-height:80px;font-weight:600}.is-ux-tiles .ut-image{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-ux-tiles .ut-image img{width:100%;height:auto}.is-ux-tiles .ut-info{width:356px}.is-ux-tiles .ut-info__title{font-size:38px;line-height:50px;font-weight:600}.is-ux-tiles .ut-info__description{font-size:22px;line-height:36px;font-weight:500;color:var(--gray400);margin-top:12px}.is-list-table .lt-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:48px;padding:60px 0;border-bottom:1px solid var(--gray400)}.is-list-table .lt-row:first-child{border-top:1px solid var(--gray400)}.is-list-table .lt-row.state-link{position:relative;cursor:pointer;color:currentColor}.is-list-table .lt-row.state-link:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";top:0;left:50%;z-index:-1;width:10000px;height:100%;margin:0 0 0 -5000px;background:var(--white)}.is-list-table .lt-row.state-link:before{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-list-table .lt-row.state-link:hover:before{background:var(--gray200)}.is-list-table .lt-row.state-link .is-button-ux:hover{border-bottom:1px solid currentColor}.is-list-table .lt-row.state-link .is-button-ux:hover svg path{stroke:currentColor}.is-list-table .lt-cell-title{width:632px}.is-list-table .lt-cell-description{width:632px;font-size:20px;line-height:32px;font-weight:500}.is-list-table .lt-cell-description p{font-size:20px;line-height:32px;font-weight:500;margin:0}.is-list-table .lt-cell-description p+p{margin-top:20px}.is-list-table .lt-cell-description p+ul{margin-top:10px}.is-list-table .lt-cell-description ul{margin:0}.is-list-table .lt-cell-description ul+p{margin-top:20px}.is-list-table .lt-cell-description li{font-size:20px;line-height:32px;font-weight:500}.is-list-table .lt-cell-description li::before{width:2px;height:2px}.is-list-table .lt-cell-description .is-button-ux{display:block;margin-top:80px}.is-list-table .lt-cell-icon img{width:100%;height:auto}.is-list-table.state-a .lt-row:first-child{border-top:none}.is-list-table.state-a .lt-cell-title{width:360px;font-size:22px;line-height:32px;font-weight:600}.is-list-table.state-a .lt-cell-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.is-list-table.state-a .lt-cell-description p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.is-list-table.state-a .lt-cell-description .is-button-ux{margin:20px 0 0}.is-list-table.state-a .lt-cell-icon{width:360px}.is-list-table.state-a .lt-cell-icon img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.is-list-results .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:40px}.is-list-results .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:28px;background-color:var(--gray100);border:1px solid transparent;border-radius:16px;padding:48px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.is-list-results .is-grid .grid-item:hover{border:1px solid var(--blue100)}.is-list-results .lr-title{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:600}.is-list-results .lr-preview{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1}.is-list-results .lr-image{width:120px;height:120px}.is-list-results .lr-image img{width:100%}.is-list-results .lr-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-list-results .lr-info .lr-preview{margin-top:10px}.is-cards-ux{display:grid;grid-template-columns:repeat(4, 1fr);gap:48px}.is-cards-ux .cu-item-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;gap:12px;padding:20px;border:1px solid var(--white)}.is-cards-ux .cu-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-cards-ux .cu-item-header__number{font-size:20px;line-height:32px;font-weight:500}.is-cards-ux .cu-item-description{font-size:20px;line-height:32px;font-weight:500}.is-cards-testing .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px;row-gap:0px}.is-cards-testing .grid-item{padding:52px 38px;border-radius:10px;background-image:-o-linear-gradient(330deg, #48494B 0%, #48494B 20%, #262729 100%);background-image:linear-gradient(120deg, #48494B 0%, #48494B 20%, #262729 100%);border:1px solid #262729;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.is-cards-testing .grid-item:hover{border:1px solid #6c6c6c;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.is-cards-testing .grid-item:hover .ct-icon{background:#d1d1d1}.is-cards-testing .grid-item:hover .ct-icon svg path{stroke:#000}.is-cards-testing .ct-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:9px;width:44px;height:44px;background:#262626;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-cards-testing .ct-icon svg path{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-cards-testing .ct-name{font-size:28px;line-height:36px;font-weight:700;margin-top:20px}.is-cards-testing .ct-preview{font-family:"root","Arial",sans-serif;font-size:22px;line-height:32px;font-weight:400;margin-top:20px}.is-scheme-work{display:-webkit-box;display:-ms-flexbox;display:flex;gap:92px}.is-scheme-work *{-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.is-scheme-work .sw-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-scheme-work .sw-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:104px;margin-top:60px;border-left:1px dotted var(--gray400)}.is-scheme-work .sw-image img{width:100%;height:auto}.is-scheme-work .sw-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-scheme-work .sw-item:last-child{border-left:2px solid #fff;margin-left:-2px}.is-scheme-work .sw-item__round{position:absolute;top:0;left:0;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:88px;height:88px;background-color:var(--white);border:1px solid #000;border-radius:50%}.is-scheme-work .sw-item__line{position:relative;width:100px;height:1px;margin-right:20px;background-color:var(--gray400);z-index:-1}.is-scheme-work .sw-item__line:after{content:"";position:absolute;display:block;top:0;right:0;-webkit-transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);width:8px;height:8px;border-radius:50%;background-color:#000}.is-scheme-work .sw-item__line:before{content:"";position:absolute;display:block;top:0;right:0;-webkit-transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);transform:translate(50%, -50%);width:16px;height:16px;border-radius:50%;background-color:var(--gray400)}.is-scheme-work .sw-item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:493px;margin-top:-15px}.is-scheme-work .sw-item__title{font-size:22px;line-height:32px;font-weight:600}.is-scheme-work .sw-item__description{font-size:22px;line-height:32px;font-weight:500;margin-top:12px}.is-scheme-work .sw-item:hover .sw-item__line{width:180px;background-color:var(--blue100)}.is-scheme-work .sw-item:hover .sw-item__line:after{background-color:var(--blue100)}.is-scheme-work .sw-item:hover .sw-item__line::before{opacity:.4;background-color:var(--blue100)}.is-scheme-work .sw-item:hover .sw-item__round{background-color:var(--blue100);border-color:var(--blue100)}.is-scheme-work .sw-item:hover .sw-item__number{color:var(--white)}.is-scheme-work .sw-item:hover .sw-item__title{color:var(--blue100)}.is-philosophy{margin-top:102px}.is-philosophy .p-description{width:1040px;margin-left:auto}.is-philosophy .p-description p{font-size:24px;line-height:36px;font-weight:500}.is-philosophy .sd-button-order{margin-top:32px}.is-info-design{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;padding:75px 136px}.is-info-design .id-title{font-size:38px;line-height:50px;font-weight:600;color:var(--white)}.is-info-design .id-icon svg{width:100%;height:100%}.is-info-design .id-social-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto;gap:20px}.is-work-schema{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}.is-work-schema .ws-column{width:328px}.is-work-schema .ws-item-header{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-work-schema .ws-item-header svg{margin-right:20px}.is-work-schema .ws-item-list{margin-top:18px;margin-bottom:0}.is-work-schema .ws-item-list li{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:28px;font-weight:500;padding-left:16px}.is-work-schema .ws-item-list li::before{top:12px;width:2px;height:2px;border-radius:50%}.is-work-schema .ws-item[data-item="1"],.is-work-schema .ws-item[data-item="2"]{margin-top:60px}.is-work-schema .ws-item[data-item="4"]{margin-top:255px}.is-work-schema .ws-item[data-item="3"]{margin-top:122px}.is-work-schema .ws-schema{width:820px;height:766px;position:relative}.is-work-schema .ws-schema .step{position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0, 0, 0);z-index:30}.is-work-schema .ws-schema .step-tablet{display:none}.is-work-schema .ws-schema .step-laptop{display:none}.is-work-schema .ws-schema .step:hover{filter:drop-shadow(0 -3px 12px rgba(0, 0, 0, 0.7));-webkit-filter:drop-shadow(0 -3px 12px rgba(0, 0, 0, 0.7));z-index:40}.is-work-schema .ws-schema .ws-arrows{position:absolute;top:42%;left:37%}.is-work-schema .ws-schema .step-1{top:0;left:-85px}.is-work-schema .ws-schema .step-2{top:0;right:0}.is-work-schema .ws-schema .step-3{bottom:0;right:0}.is-work-schema .ws-schema .step-4{bottom:0;left:-85px}.is-box-association{padding:40px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;border:2px solid var(--gray800);border-radius:16px}.is-box-association .association-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}.is-box-association .association-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 0}.is-box-association .association-text{font-size:34px;line-height:46px;font-weight:500}.is-box-association .association-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:6px 0;border-bottom:1px solid;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:#000;font-size:22px;line-height:36px;font-weight:500}.is-box-marquee-history{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.is-box-marquee-history .bm-container{overflow:hidden;white-space:nowrap;background-image:-webkit-gradient(linear, left top, right top, from(#08398A), to(#1692FB));background-image:-o-linear-gradient(left, #08398A 0%, #1692FB 100%);background-image:linear-gradient(to right, #08398A 0%, #1692FB 100%)}.is-box-marquee-history .bm-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-marquee-history .bm-item{color:var(--white);font-size:26px;line-height:26px;font-weight:500;padding:27px 53px;text-align:center;border-radius:40px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 0 26px var(--white);box-shadow:0 0 0 26px var(--white);margin-right:13px;margin-left:13px}.is-box-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px}.is-box-price .bp-item{position:relative;padding:32px;border:2px solid var(--blue100);border-radius:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.is-box-price .bp-item__title{font-family:"root","Arial",sans-serif;font-size:22px;line-height:32px;font-weight:400}.is-box-price .bp-item__num{font-family:"mont","Verdana",sans-serif;font-size:36px;line-height:48px;font-weight:600;margin-top:12px;white-space:nowrap}.is-box-price .bp-item__num span{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:28px;font-weight:400}.is-box-price .bp-item--dashed{border:none;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23166CFBFF' stroke-width='4' stroke-dasharray='10%2c 16' stroke-dashoffset='11' stroke-linecap='square'/%3e%3c/svg%3e")}.is-box-price .bp-item__cloud{font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:500;position:absolute;top:0;right:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-transform:uppercase;color:var(--white);padding:5px 10px;background-color:var(--blue100);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:40px}.is-box-price .bp-item__val{white-space:nowrap}.is-box-price svg{-ms-flex-negative:0;flex-shrink:0}.is-box-price .bp-card{-webkit-box-sizing:border-box;box-sizing:border-box}.is-box-price .bp-card--shadow{-ms-flex-item-align:stretch;align-self:stretch;padding:48px;border-radius:16px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07)}.is-box-price .bp-card .flex{gap:20px}.is-box-price .bp-card .bp-item{min-width:320px}.is-box-solution{display:grid;gap:48px}.is-box-solution.state-2{grid-template-columns:1fr 1fr}.is-box-solution .acc-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}.is-box-solution .acc-box{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:28px 38px 28px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px;min-height:136px;-ms-flex-negative:0;flex-shrink:0}.is-box-solution .acc-box .is-accordion{width:100%}.is-box-solution .acc-box .is-accordion .ac-item.state-open .ac-body-inner a{color:var(--blue100);border-bottom:1px solid var(--blue100)}.is-box-solution .acc-box .ac-item{border:none}.is-box-solution .acc-box .ac-item.state-open .ac-header span{color:var(--blue100)}.is-box-solution .acc-box .ac-item.state-open .ac-arrow--up{display:block}.is-box-solution .acc-box .ac-item.state-open .ac-arrow--down{display:none}.is-box-solution .acc-box .ac-header{margin-bottom:20px}.is-box-solution .acc-box .ac-header span{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;padding:0}.is-box-solution .acc-box .ac-header .ac-arrow--up{display:none}.is-box-solution .acc-box .ac-header .ac-arrow--down{display:block}.is-box-solution .acc-box .ac-body-inner{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;padding:0}.is-box-effect .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-box-effect .be-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;padding:40px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-box-effect .be-item.state-big{grid-column:span 2}.is-box-effect .be-item__progress{position:relative}.is-box-effect .be-item__label{font-size:32px;line-height:48px;font-weight:600;position:absolute;top:60%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);white-space:nowrap}.is-box-effect .be-item__preview{font-size:20px;line-height:32px;font-weight:400;margin-top:20px;text-align:center}.is-list-team{position:relative;display:block}.is-list-team .l-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:100px 0;border-top:1px solid #e6e7ea}.is-list-team .l-item:first-child{border:none}.is-list-team .l-item:nth-child(even) .l-image{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.is-list-team .l-item:nth-child(even) .l-image img{margin-left:auto}.is-list-team .l-item:nth-child(even) .l-content{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.is-list-team .l-item:last-child{padding-bottom:0}.is-list-team .l-image{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;position:relative;display:block;width:100%}.is-list-team .l-image img{display:block;width:588px;height:auto}.is-list-team .l-content{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;position:relative;display:block;width:700px}.is-list-team .l-name{margin:0 0 28px 0;font-size:34px;line-height:46px}.is-list-team .l-preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-list-team .l-preview br+br{content:"";display:block;margin-top:16px}.is-list-team .l-preview ul li{font-size:18px;line-height:30px}.is-list-team .l-preview a{color:var(--blue200)}.is-list-team .l-preview a:hover{color:var(--blue100)}.is-list-team .l-button{margin:28px 0 0 0}.is-list-team.state-service .l-item:first-child{padding-top:20px}.is-list-team.state-service .l-item:last-of-type{padding-bottom:0}.is-list-team:has(.sd-button-order) .sd-button-order{margin-top:0}.is-list-experts{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}.is-list-experts .l-content{margin-top:12px}.is-list-experts .l-name{font-size:26px;line-height:38px;font-weight:600}.is-list-experts .l-role{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin-top:12px}.is-list-experts img{width:100%;height:auto}.is-list-partners .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:77px;-moz-column-gap:77px;column-gap:77px;row-gap:32px}.is-list-partners .grid-item{position:relative;background-color:var(--gray100);border-radius:30px;height:219px;cursor:pointer}.is-list-partners .grid-item:hover .lp-image{opacity:1}.is-list-partners .grid-item:hover .lp-image--filter{opacity:0}.is-list-partners .lp-preview{max-width:913px}.is-list-partners .lp-status{font-family:"root","Arial",sans-serif;color:var(--gray500);font-size:16px;line-height:24px;font-weight:400;position:absolute;top:0;right:0;border-radius:0 30px 0 30px;padding:5px 16px;background-color:var(--gray200)}.is-list-partners .lp-image{opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.is-list-partners .lp-image--filter{opacity:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.html-portfolio-rosbank{background:#202123}.html-portfolio-rosbank .is-box-portfolio{background:#202123}.html-portfolio-rosbank .is-box-portfolio a{color:#b8babf}.html-portfolio-rosbank .is-box-portfolio a:hover{color:#fff}.html-portfolio-rosbank .is-box-portfolio ul li:before{background:#fff}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main{color:#fff;background:#202123}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main:before{background:#202123}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray400)}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:#fff}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#f7f7f9}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#f7f7f9}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-type-a{color:var(--gray400)}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::selection{background:rgba(0,0,0,.1)}.html-portfolio-rosbank *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-rosbank *::selection{background:rgba(255,255,255,.1)}.html-portfolio-rosbank .box-portfolio-other *::-moz-selection, .html-portfolio-rosbank .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-rosbank .box-portfolio-other *::selection,.html-portfolio-rosbank .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-invitro .is-image-frame-a .if-header svg{fill:#2c96b5}.html-portfolio-invitro .is-image-port-frame .ip-header svg{fill:#2c96b5}.html-portfolio-qiwi .is-box-portfolio .box-portfolio-quote{color:#fff;background:#202123}.html-portfolio-qiwi .is-box-portfolio .box-portfolio-quote:before{background:#202123}.html-portfolio-qiwi .is-image-frame-a .if-header svg{fill:#ff9a33}.html-portfolio-qiwi .is-image-port-frame .ip-header svg{fill:#ff9a33}.html-portfolio-powersteering .is-box-portfolio .box-portfolio-quote{color:#fff;background:#525dc9}.html-portfolio-powersteering .is-box-portfolio .box-portfolio-quote:before{background:#525dc9}.html-portfolio-powersteering .is-image-frame-a .if-header svg{fill:#525dc9}.html-portfolio-powersteering .is-image-port-frame .ip-header svg{fill:#525dc9}.html-portfolio-dns .is-image-frame-a .if-header svg{fill:#fe8018}.html-portfolio-dns .is-image-port-frame .ip-header svg{fill:#fe8018}.html-portfolio-vkusvill{background:#228e54}.html-portfolio-vkusvill .is-box-portfolio{background:#228e54}.html-portfolio-vkusvill .is-box-portfolio a{color:#bbffdb}.html-portfolio-vkusvill .is-box-portfolio a:hover{color:#fff}.html-portfolio-vkusvill .is-box-portfolio ul li:before{background:#fff}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main{color:#fff;background:#228e54}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main:before{background:#228e54}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:#bbffdb}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#f7f7f9}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(0,0,0,.05)}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#f7f7f9}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(0,0,0,.05)}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-list-type-a .l-key{color:#fff}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-main .is-list-type-a .l-value{color:#bbffdb}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-vkusvill .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-alpha,.html-portfolio-rosbank,.dark-theme{background:var(--gray800)}.html-portfolio-alpha .is-box-portfolio,.html-portfolio-rosbank .is-box-portfolio,.dark-theme .is-box-portfolio{background:var(--gray800)}.html-portfolio-alpha .is-box-portfolio a,.html-portfolio-rosbank .is-box-portfolio a,.dark-theme .is-box-portfolio a{color:var(--gray400)}.html-portfolio-alpha .is-box-portfolio a:hover,.html-portfolio-rosbank .is-box-portfolio a:hover,.dark-theme .is-box-portfolio a:hover{color:var(--white)}.html-portfolio-alpha .is-box-portfolio ul li:before,.html-portfolio-rosbank .is-box-portfolio ul li:before,.dark-theme .is-box-portfolio ul li:before{background:var(--white)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main,.dark-theme .is-box-portfolio .box-portfolio-main{color:var(--white);background:var(--gray800)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main:before,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main:before,.dark-theme .is-box-portfolio .box-portfolio-main:before{background:var(--gray800)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-header-layout-c,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-header-layout-c,.dark-theme .is-box-portfolio .box-portfolio-main .is-header-layout-c{max-width:none}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item,.dark-theme .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray400)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover,.dark-theme .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:var(--white)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg,.dark-theme .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:var(--gray100)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image,.dark-theme .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg,.dark-theme .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:var(--gray100)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image,.dark-theme .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-main .is-list-type-a,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-main .is-list-type-a,.dark-theme .is-box-portfolio .box-portfolio-main .is-list-type-a{color:var(--gray400)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote,.dark-theme .is-box-portfolio .box-portfolio-quote{background:var(--white)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote:before,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote:before,.dark-theme .is-box-portfolio .box-portfolio-quote:before{background:var(--white)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote *::-moz-selection, .html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::-moz-selection, .dark-theme .is-box-portfolio .box-portfolio-quote *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote *::selection,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::selection,.dark-theme .is-box-portfolio .box-portfolio-quote *::selection{background:rgba(0,0,0,.1)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote *::-moz-selection, .html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::-moz-selection, .dark-theme .is-box-portfolio .box-portfolio-quote *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-alpha .is-box-portfolio .box-portfolio-quote *::selection,.html-portfolio-rosbank .is-box-portfolio .box-portfolio-quote *::selection,.dark-theme .is-box-portfolio .box-portfolio-quote *::selection{background:rgba(0,0,0,.1)}.html-portfolio-alpha *::-moz-selection, .html-portfolio-rosbank *::-moz-selection, .dark-theme *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-alpha *::selection,.html-portfolio-rosbank *::selection,.dark-theme *::selection{background:rgba(255,255,255,.1)}.html-portfolio-alpha .box-portfolio-other *::-moz-selection, .html-portfolio-alpha .box-portfolio-form *::-moz-selection, .html-portfolio-rosbank .box-portfolio-other *::-moz-selection, .html-portfolio-rosbank .box-portfolio-form *::-moz-selection, .dark-theme .box-portfolio-other *::-moz-selection, .dark-theme .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-alpha .box-portfolio-other *::selection,.html-portfolio-alpha .box-portfolio-form *::selection,.html-portfolio-rosbank .box-portfolio-other *::selection,.html-portfolio-rosbank .box-portfolio-form *::selection,.dark-theme .box-portfolio-other *::selection,.dark-theme .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-lightnight{background:#202123}.html-portfolio-lightnight .is-box-portfolio{background:#202123}.html-portfolio-lightnight .is-box-portfolio a{color:#b8babf}.html-portfolio-lightnight .is-box-portfolio a:hover{color:#fff}.html-portfolio-lightnight .is-box-portfolio ul li:before{background:#fff}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main{color:#fff;background:#202123}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main:before{background:#202123}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray400)}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:#fff}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#f7f7f9}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#f7f7f9}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-main .is-list-type-a{color:var(--gray400)}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-lightnight .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-lightnight .is-box-portfolio *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-lightnight .is-box-portfolio *::selection{background:rgba(0,0,0,.1)}.html-portfolio-lightnight *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-lightnight *::selection{background:rgba(255,255,255,.1)}.html-portfolio-lightnight .box-portfolio-other *::-moz-selection, .html-portfolio-lightnight .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-lightnight .box-portfolio-other *::selection,.html-portfolio-lightnight .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-skbbank{background:#006e56}.html-portfolio-skbbank .is-box-portfolio{background:#006e6b}.html-portfolio-skbbank .is-box-portfolio a{color:#91e9d6}.html-portfolio-skbbank .is-box-portfolio a:hover{color:#fff}.html-portfolio-skbbank .is-box-portfolio ul li:before{background:#fff}.html-portfolio-skbbank .is-box-portfolio .bp-text-c{color:#f7f7f9}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main{color:#fff;background:#006e56}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main:before{background:#006e56}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:#91e9d6}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#fff}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(0,0,0,.05)}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#fff}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(0,0,0,.05)}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-list-type-a .l-key{color:#fff}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-main .is-list-type-a .l-value{color:#91e9d6}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-skbbank .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-highload-is{background:#202123}.html-portfolio-highload-is .is-box-portfolio{background:#202123}.html-portfolio-highload-is .is-box-portfolio a{color:#b8babf}.html-portfolio-highload-is .is-box-portfolio a:hover{color:#fff}.html-portfolio-highload-is .is-box-portfolio ul li:before{background:#fff}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main{color:#fff;background:#202123}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main:before{background:#202123}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-header-layout-c{max-width:1200px}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray400)}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:#fff}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#f7f7f9}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#f7f7f9}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-main .is-list-type-a{color:var(--gray400)}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-quote *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-highload-is .is-box-portfolio .box-portfolio-quote *::selection{background:rgba(0,0,0,.1)}.html-portfolio-highload-is *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-highload-is *::selection{background:rgba(255,255,255,.1)}.html-portfolio-highload-is .box-portfolio-other *::-moz-selection, .html-portfolio-highload-is .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-highload-is .box-portfolio-other *::selection,.html-portfolio-highload-is .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-sportmaster .is-image-frame-a .if-header svg{fill:#004d9e}.html-portfolio-sportmaster .is-image-port-frame .ip-header svg{fill:#004d9e}.html-portfolio-yugoriya .bp-block6-html .bp-li-content{width:100%}.html-portfolio-game{background:#1e252e}.html-portfolio-game .is-box-portfolio{background:#1e252e}.html-portfolio-game .is-box-portfolio a{color:var(--blue100)}.html-portfolio-game .is-box-portfolio a:hover{color:#fff}.html-portfolio-game .is-box-portfolio ul li:before{background:#fff}.html-portfolio-game .is-box-portfolio .bp-layout-inner{margin:0 0 40px 0}.html-portfolio-game .is-box-portfolio .box-portfolio-main{color:#f8f9fb;background:#1e252e}.html-portfolio-game .is-box-portfolio .box-portfolio-main:before{background:#1e252e}.html-portfolio-game .is-box-portfolio .box-portfolio-main .bp-text-a{color:#fff}.html-portfolio-game .is-box-portfolio .box-portfolio-main .bp-text-b p img{width:100%;height:auto;margin:80px 0}.html-portfolio-game .is-box-portfolio .box-portfolio-main .bp-text-c{color:var(--gray100)}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-header-layout-c{max-width:100%}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray400)}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:#fff}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-frame-a{border-color:#3c5265}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#3c5265}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block2-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block3-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block4-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block5-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block6-files{width:770px}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-frame{border-color:#3c5265}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#3c5265}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-list-type-a{color:var(--white)}.html-portfolio-game .is-box-portfolio .box-portfolio-quote{background:#fff}.html-portfolio-game .is-box-portfolio .box-portfolio-quote:before{background:#fff}.html-portfolio-game .is-box-portfolio .box-portfolio-quote *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-game .is-box-portfolio .box-portfolio-quote *::selection{background:rgba(0,0,0,.1)}.html-portfolio-game *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-game *::selection{background:rgba(255,255,255,.1)}.html-portfolio-game .box-portfolio-other *::-moz-selection, .html-portfolio-game .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-game .box-portfolio-other *::selection,.html-portfolio-game .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-game .is-image-inside-text{margin-bottom:40px}.html-portfolio-game .is-image-inside-text img{width:100%;background-color:red}.html-portfolio-tamo .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#00c488}.html-portfolio-tamo .is-box-portfolio .box-portfolio-quote{background:#00a375}.html-portfolio-tamo .is-box-portfolio .box-portfolio-quote:before{background:#00a375}.html-portfolio-tamo .is-box-portfolio .box-portfolio-quote .bp-quote-preview{color:#fff}.html-portfolio-tamo .is-box-portfolio .box-portfolio-quote .bp-qa-name{color:#fff}.html-portfolio-tamo .is-box-portfolio .box-portfolio-quote .bp-qa-role{color:#fff}.html-portfolio-hh .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#df0016}.html-portfolio-hh .is-box-portfolio .box-portfolio-quote{background:#e9effa}.html-portfolio-hh .is-box-portfolio .box-portfolio-quote:before{background:#e9effa}.html-portfolio-tochka .is-image-port-frame .ip-header svg{fill:#1b7dce}.html-portfolio-rosbank-evo{background:#202123}.html-portfolio-rosbank-evo .is-box-portfolio{background:#202123}.html-portfolio-rosbank-evo .is-box-portfolio a{color:#b8babf}.html-portfolio-rosbank-evo .is-box-portfolio a:hover{color:#fff}.html-portfolio-rosbank-evo .is-box-portfolio ul li:before{background:#fff}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main{color:#fff;background:#202123}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main:before{background:#202123}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-header-layout-c{max-width:100%}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item{color:var(--gray500)}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-list-tags-a .list-tags-item:hover{color:#fff}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-header svg{fill:#f7f7f9}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-image-frame-a .if-image{background:rgba(255,255,255,.05)}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-header svg{fill:#f7f7f9}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-image-port-frame .ip-image{background:rgba(255,255,255,.05)}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-list-type-a .l-key{color:#fff}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-main .is-list-type-a .l-value{color:var(--gray500)}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-quote{background:#17181a;color:#fff}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-quote:before{background:#17181a}.html-portfolio-rosbank-evo .is-box-portfolio .box-portfolio-quote .bp-quote-author .bp-qa-role{color:var(--gray200)}.html-portfolio-rosbank-evo *::-moz-selection{background:rgba(255,255,255,.1)}.html-portfolio-rosbank-evo *::selection{background:rgba(255,255,255,.1)}.html-portfolio-rosbank-evo .box-portfolio-other *::-moz-selection, .html-portfolio-rosbank-evo .box-portfolio-form *::-moz-selection{background:rgba(0,0,0,.1)}.html-portfolio-rosbank-evo .box-portfolio-other *::selection,.html-portfolio-rosbank-evo .box-portfolio-form *::selection{background:rgba(0,0,0,.1)}.html-portfolio-tochka .bp-block1-html p.strong{font-weight:500}.html-portfolio-tochka .is-image-port-frame .ip-header svg{fill:#1b7dce}@media screen and (max-width: 1560px){.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block2-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block3-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block4-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block5-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block6-files{width:600px}.html-portfolio-game .is-box-portfolio .bp-layout-inner{margin-bottom:0}}@media screen and (max-width: 950px){.html-portfolio-game h1{font-size:23px}.html-portfolio-game .is-box-portfolio .box-portfolio-main .bp-text-b p img{margin:20px 0}.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block2-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block3-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block4-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block5-files,.html-portfolio-game .is-box-portfolio .box-portfolio-main .is-image-port-parent.bp-block6-files{width:100%}}.html-state-play-fancy .fb-modal-default .md-sfx-1{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 300ms 200ms,-webkit-transform 300ms 200ms;transition:opacity 300ms 200ms,-webkit-transform 300ms 200ms;-o-transition:transform 300ms 200ms,opacity 300ms 200ms;transition:transform 300ms 200ms,opacity 300ms 200ms;transition:transform 300ms 200ms,opacity 300ms 200ms,-webkit-transform 300ms 200ms}.html-state-play-fancy .fb-modal-default .md-sfx-2{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 300ms 300ms,-webkit-transform 300ms 300ms;transition:opacity 300ms 300ms,-webkit-transform 300ms 300ms;-o-transition:transform 300ms 300ms,opacity 300ms 300ms;transition:transform 300ms 300ms,opacity 300ms 300ms;transition:transform 300ms 300ms,opacity 300ms 300ms,-webkit-transform 300ms 300ms}.html-state-play-fancy .fb-modal-default .md-sfx-3{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:opacity 300ms 400ms,-webkit-transform 300ms 400ms;transition:opacity 300ms 400ms,-webkit-transform 300ms 400ms;-o-transition:transform 300ms 400ms,opacity 300ms 400ms;transition:transform 300ms 400ms,opacity 300ms 400ms;transition:transform 300ms 400ms,opacity 300ms 400ms,-webkit-transform 300ms 400ms}.jsfx [data-sfx=imgFadeIn]{opacity:0}.jsfx [data-sfx=slideUp]{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}.jsfx [data-sfx=slideUpGroup] .sfx-line-0{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 0ms,-webkit-transform 600ms 0ms;transition:opacity 600ms 0ms,-webkit-transform 600ms 0ms;-o-transition:opacity 600ms 0ms,transform 600ms 0ms;transition:opacity 600ms 0ms,transform 600ms 0ms;transition:opacity 600ms 0ms,transform 600ms 0ms,-webkit-transform 600ms 0ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-50{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 50ms,-webkit-transform 600ms 50ms;transition:opacity 600ms 50ms,-webkit-transform 600ms 50ms;-o-transition:opacity 600ms 50ms,transform 600ms 50ms;transition:opacity 600ms 50ms,transform 600ms 50ms;transition:opacity 600ms 50ms,transform 600ms 50ms,-webkit-transform 600ms 50ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-100{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 100ms,-webkit-transform 600ms 100ms;transition:opacity 600ms 100ms,-webkit-transform 600ms 100ms;-o-transition:opacity 600ms 100ms,transform 600ms 100ms;transition:opacity 600ms 100ms,transform 600ms 100ms;transition:opacity 600ms 100ms,transform 600ms 100ms,-webkit-transform 600ms 100ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-150{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 150ms,-webkit-transform 600ms 150ms;transition:opacity 600ms 150ms,-webkit-transform 600ms 150ms;-o-transition:opacity 600ms 150ms,transform 600ms 150ms;transition:opacity 600ms 150ms,transform 600ms 150ms;transition:opacity 600ms 150ms,transform 600ms 150ms,-webkit-transform 600ms 150ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-200{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 200ms,-webkit-transform 600ms 200ms;transition:opacity 600ms 200ms,-webkit-transform 600ms 200ms;-o-transition:opacity 600ms 200ms,transform 600ms 200ms;transition:opacity 600ms 200ms,transform 600ms 200ms;transition:opacity 600ms 200ms,transform 600ms 200ms,-webkit-transform 600ms 200ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-250{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 250ms,-webkit-transform 600ms 250ms;transition:opacity 600ms 250ms,-webkit-transform 600ms 250ms;-o-transition:opacity 600ms 250ms,transform 600ms 250ms;transition:opacity 600ms 250ms,transform 600ms 250ms;transition:opacity 600ms 250ms,transform 600ms 250ms,-webkit-transform 600ms 250ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-300{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 300ms,-webkit-transform 600ms 300ms;transition:opacity 600ms 300ms,-webkit-transform 600ms 300ms;-o-transition:opacity 600ms 300ms,transform 600ms 300ms;transition:opacity 600ms 300ms,transform 600ms 300ms;transition:opacity 600ms 300ms,transform 600ms 300ms,-webkit-transform 600ms 300ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-350{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 350ms,-webkit-transform 600ms 350ms;transition:opacity 600ms 350ms,-webkit-transform 600ms 350ms;-o-transition:opacity 600ms 350ms,transform 600ms 350ms;transition:opacity 600ms 350ms,transform 600ms 350ms;transition:opacity 600ms 350ms,transform 600ms 350ms,-webkit-transform 600ms 350ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-400{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 400ms,-webkit-transform 600ms 400ms;transition:opacity 600ms 400ms,-webkit-transform 600ms 400ms;-o-transition:opacity 600ms 400ms,transform 600ms 400ms;transition:opacity 600ms 400ms,transform 600ms 400ms;transition:opacity 600ms 400ms,transform 600ms 400ms,-webkit-transform 600ms 400ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-450{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 450ms,-webkit-transform 600ms 450ms;transition:opacity 600ms 450ms,-webkit-transform 600ms 450ms;-o-transition:opacity 600ms 450ms,transform 600ms 450ms;transition:opacity 600ms 450ms,transform 600ms 450ms;transition:opacity 600ms 450ms,transform 600ms 450ms,-webkit-transform 600ms 450ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-500{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 500ms,-webkit-transform 600ms 500ms;transition:opacity 600ms 500ms,-webkit-transform 600ms 500ms;-o-transition:opacity 600ms 500ms,transform 600ms 500ms;transition:opacity 600ms 500ms,transform 600ms 500ms;transition:opacity 600ms 500ms,transform 600ms 500ms,-webkit-transform 600ms 500ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-550{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 550ms,-webkit-transform 600ms 550ms;transition:opacity 600ms 550ms,-webkit-transform 600ms 550ms;-o-transition:opacity 600ms 550ms,transform 600ms 550ms;transition:opacity 600ms 550ms,transform 600ms 550ms;transition:opacity 600ms 550ms,transform 600ms 550ms,-webkit-transform 600ms 550ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-600{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 600ms,-webkit-transform 600ms 600ms;transition:opacity 600ms 600ms,-webkit-transform 600ms 600ms;-o-transition:opacity 600ms 600ms,transform 600ms 600ms;transition:opacity 600ms 600ms,transform 600ms 600ms;transition:opacity 600ms 600ms,transform 600ms 600ms,-webkit-transform 600ms 600ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-650{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 650ms,-webkit-transform 600ms 650ms;transition:opacity 600ms 650ms,-webkit-transform 600ms 650ms;-o-transition:opacity 600ms 650ms,transform 600ms 650ms;transition:opacity 600ms 650ms,transform 600ms 650ms;transition:opacity 600ms 650ms,transform 600ms 650ms,-webkit-transform 600ms 650ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-700{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 700ms,-webkit-transform 600ms 700ms;transition:opacity 600ms 700ms,-webkit-transform 600ms 700ms;-o-transition:opacity 600ms 700ms,transform 600ms 700ms;transition:opacity 600ms 700ms,transform 600ms 700ms;transition:opacity 600ms 700ms,transform 600ms 700ms,-webkit-transform 600ms 700ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-750{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 750ms,-webkit-transform 600ms 750ms;transition:opacity 600ms 750ms,-webkit-transform 600ms 750ms;-o-transition:opacity 600ms 750ms,transform 600ms 750ms;transition:opacity 600ms 750ms,transform 600ms 750ms;transition:opacity 600ms 750ms,transform 600ms 750ms,-webkit-transform 600ms 750ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-800{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 800ms,-webkit-transform 600ms 800ms;transition:opacity 600ms 800ms,-webkit-transform 600ms 800ms;-o-transition:opacity 600ms 800ms,transform 600ms 800ms;transition:opacity 600ms 800ms,transform 600ms 800ms;transition:opacity 600ms 800ms,transform 600ms 800ms,-webkit-transform 600ms 800ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-850{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 850ms,-webkit-transform 600ms 850ms;transition:opacity 600ms 850ms,-webkit-transform 600ms 850ms;-o-transition:opacity 600ms 850ms,transform 600ms 850ms;transition:opacity 600ms 850ms,transform 600ms 850ms;transition:opacity 600ms 850ms,transform 600ms 850ms,-webkit-transform 600ms 850ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-900{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 900ms,-webkit-transform 600ms 900ms;transition:opacity 600ms 900ms,-webkit-transform 600ms 900ms;-o-transition:opacity 600ms 900ms,transform 600ms 900ms;transition:opacity 600ms 900ms,transform 600ms 900ms;transition:opacity 600ms 900ms,transform 600ms 900ms,-webkit-transform 600ms 900ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-950{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 950ms,-webkit-transform 600ms 950ms;transition:opacity 600ms 950ms,-webkit-transform 600ms 950ms;-o-transition:opacity 600ms 950ms,transform 600ms 950ms;transition:opacity 600ms 950ms,transform 600ms 950ms;transition:opacity 600ms 950ms,transform 600ms 950ms,-webkit-transform 600ms 950ms}.jsfx [data-sfx=slideUpGroup] .sfx-line-1000{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity 600ms 1000ms,-webkit-transform 600ms 1000ms;transition:opacity 600ms 1000ms,-webkit-transform 600ms 1000ms;-o-transition:opacity 600ms 1000ms,transform 600ms 1000ms;transition:opacity 600ms 1000ms,transform 600ms 1000ms;transition:opacity 600ms 1000ms,transform 600ms 1000ms,-webkit-transform 600ms 1000ms}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-0{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-50{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-100{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-150{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-200{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-250{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-300{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-350{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-400{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-450{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-500{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-550{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-600{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-650{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-700{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-750{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-800{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-850{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-900{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-950{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.jsfx [data-sfx=slideUpGroup].sfx-line-resolve .sfx-line-1000{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.tooltip-js,.tooltip-js-negative,.tooltip-js-positive{position:relative}.tooltip-content{position:absolute;z-index:10;top:40px;left:-60px;width:492px;background:var(--gray600);color:var(--gray400);padding:32px;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"root","Arial",sans-serif;font-size:20px;line-height:32px;font-weight:400}.tooltip-content::before{content:"";position:absolute;left:122px;top:-30px;border:18px solid transparent;border-bottom:18px solid var(--gray600)}.tooltip-content::after{content:"";width:100%;height:20px;position:absolute;top:-20px;left:0}.tooltip-title{margin:0 0 1em 0}.tooltip-p{margin:0}.tooltip-icon-js{width:240px;display:block;margin:0 auto 16px auto}.is-snippet-blog{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:40px;border-radius:16px}.is-snippet-blog .sb-info{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;width:400px}.is-snippet-blog .sb-info__title{font-family:"root","Arial",sans-serif;font-size:34px;line-height:42px;font-weight:700;min-height:280px}.is-snippet-blog .sb-info__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;margin-top:auto;padding-bottom:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:22px;line-height:36px;font-weight:700}.is-snippet-blog .sb-info__link img{margin:0}.is-snippet-blog .sb-image{max-width:300px}.is-snippet-blog .sb-image img{margin:0}.is-snippet-blog.state-blue{background-color:var(--blue200)}.is-snippet-blog.state-blue .sb-info__title{color:#fff}.is-snippet-blog.state-blue .sb-info a.sb-info__title:hover{color:var(--blue500)}.is-snippet-blog.state-blue .sb-info__link{color:#fff;border-bottom:1px solid #fff}.is-snippet-blog.state-blue .sb-info__link:hover{color:#fff}.is-snippet-blog.state-white .sb-info__link{color:var(--blue100);border-bottom:1px solid var(--blue100)}.is-snippet-blog.state-white .sb-info__link:hover{color:var(--blue100)}.is-functionality-tabs .ft-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:14px 16px;background-color:var(--gray100);border-radius:4px}.is-functionality-tabs .ft-tabs__item{padding:8px 50px;border-radius:4px;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-functionality-tabs .ft-tabs__item.is-tags-tabs-active{background-color:#fff}.is-functionality-tabs .ft-tabs__item:hover{color:var(--blue100)}.is-functionality-tabs .ft-content{margin-top:40px}.is-functionality-tabs .ft-content__list .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-functionality-tabs .ft-content__item{padding:24px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07);border-radius:16px;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.is-functionality-tabs .ft-content__item:hover{color:var(--blue100)}.is-functionality-tabs .ft-content__name{font-size:20px;line-height:30px;font-weight:600}.is-functionality-tabs.state-accordion .is-accordion .ac-body-inner ul li{font-size:20px;line-height:38px;font-weight:400}.is-functionality-tabs.state-accordion .is-accordion .ac-body-inner ul li:before{color:var(--blue200);font-size:20px}.list-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px 30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.list-buttons .lb-button{font-size:26px;line-height:26px;font-weight:400;padding:27px 53px;border-radius:40px;background-color:#f4f4f4}.list-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px 40px}.list-links+.list-links{margin-top:26px}.list-links.border-bottom{padding-bottom:26px;border-bottom:1px solid var(--gray200)}.bonus-system{display:grid;grid-template-columns:repeat(3, 1fr) 600px;gap:48px}.bonus-system .bs-title{font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:38px;font-weight:600}.bonus-system .bs-title-a{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:34px;font-weight:600}.bonus-system .bs-title-a.count-2{margin-top:20px}.bonus-system .bs-text{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:400;margin-top:20px}.bonus-system .bs-text-a{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:400}.bonus-system .flex{gap:16px}.bonus-system .flex-col{min-height:160px}.bonus-system .bs-cloud{color:#fff;padding:12px 24px;background-color:var(--blue100);border-radius:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 1560px){.is-wrapper-a{width:1260px}.is-global-header .gh-nav{margin:1px 0 0 0}.is-global-header .gh-nav-item+.gh-nav-item{margin-left:24px}.is-global-header .gh-nav-link{font-size:20px;line-height:32px}.is-global-header .gh-nav-link .arrow{top:2px}.is-global-header .gh-nav-sub{margin:35px 0 0}.is-global-header .gh-nav-item--about .gh-nav-sub-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-height:100px;margin-left:150px}.is-global-header .gh-nav-item--about .gh-nav-sub-list .gh-nav-sub-link{margin-bottom:10px}.is-global-header .gh-nav-item--about .gh-nav-sub-list .gh-nav-sub-link+.gh-nav-sub-link{margin-left:0}.is-global-header .gh-nav-item--solutions .gh-nav-sub-list{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;margin-left:100px}.is-global-header .gh-tools-feedback{display:block;color:var(--gray800);font-size:20px;line-height:20px;font-weight:600;background-color:transparent;border-radius:none;padding:0}.is-global-header .gh-tools-feedback:hover{color:var(--blue100);background-color:transparent}.is-global-header--en .gh-nav-item--about .gh-nav-sub-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-main-layout .main-layout-content--industrial{padding:0}.m-section{padding:60px 0}.m-section.state-white+.m-section.state-white{padding-top:60px}h1,.h1{font-size:40px;line-height:48px}h1.state-small,.h1.state-small{font-size:28px;line-height:40px}h1.state-about,.h1.state-about{margin:0 0 60px 0}h1.state-ux,.h1.state-ux{font-size:148px;line-height:184px;font-weight:700;margin-bottom:110px}h1.state-a,.h1.state-a{font-size:40px;line-height:52px}h2,.h2{font-size:50px;line-height:62px}h2.state-s,.h2.state-s{font-size:26px;line-height:34px}h2.state-service-page,.h2.state-service-page{font-size:22px;line-height:34px;margin-bottom:40px}h2.state-ux,.h2.state-ux{font-size:34px;line-height:46px;font-weight:600}h2.h2-section,.h2.h2-section{font-size:36px;line-height:54px}h3,.h3{font-size:36px;line-height:54px}h3.state-design,.h3.state-design{font-size:34px;line-height:46px;font-weight:600}h3.state-design-2,.h3.state-design-2{font-size:22px;line-height:34px;font-weight:600;max-width:425px}h4,.h4{margin-bottom:16px;font-size:34px;line-height:46px}h4.state-ux,.h4.state-ux{font-size:22px;line-height:34px;font-weight:600}h5,.h5{margin-bottom:16px;font-size:22px;line-height:26px}.h7{margin-bottom:16px;font-size:20px;line-height:32px}p{margin-bottom:40px;font-size:20px;line-height:32px}p+p,p+ul,p+ol{margin-top:-20px}p.strong,p.bold,p.hard{font-size:28px;line-height:40px}ul{margin-bottom:40px}ul>li{margin-bottom:8px;padding-left:30px;font-size:20px;line-height:32px}ul>li:before{top:12px;width:16px}ul+p{margin-top:-20px}ol{margin-bottom:40px}ol>li{margin-bottom:8px;padding-left:30px;font-size:20px;line-height:32px}ol>li>ol>li{padding-left:48px}ol+p{margin-top:-20px}.is-table{margin-bottom:40px}.is-table table{font-size:20px;line-height:32px}.is-table table th,.is-table table td{padding:12px 16px}.is-table-a .t-item:not(:nth-child(5n+1)){padding-left:20px}.is-table-frontend h3{font-size:42px;line-height:54px}.is-table-frontend table .t-cell-title{padding-right:100px}.is-table-cost-erp .tc-row__name{width:50%}.is-table-cost-erp .tc-info{width:35%}.is-style img{border-radius:12px;margin-bottom:40px}.is-style img+.is-image-label{margin-top:-30px}.is-style.state-wrapper-a{max-width:1120px}.is-style.state-wrapper-b{max-width:960px}.is-style.state-low-headers h2,.is-style.state-low-headers .h2{font-size:28px;line-height:40px;font-weight:600;margin:0 0 20px 0}.is-style.state-low-headers h4,.is-style.state-low-headers .h4{font-size:20px;line-height:24px;font-weight:600;margin:0 0 16px 0}.is-style.state-low-headers h5,.is-style.state-low-headers .h5{font-size:16px;line-height:24px;font-weight:700;margin:0 0 16px 0}.is-image-label{margin-bottom:40px}.is-quote-a{font-size:48px;line-height:68px}.is-quote-b{margin-bottom:40px;padding:40px 0 0 120px}.is-quote-b:before{width:90px;height:90px}.is-quote-d{margin-bottom:40px}.is-intro-video .iv-header{max-width:800px}.is-intro-video .iv-header br{display:none}.is-intro-video .iv-video{max-width:900px}.is-intro-video .iv-title{font-size:36px;line-height:54px}.is-intro-video .iv-preview{font-size:24px;line-height:36px}.is-intro-video.state-data{max-width:1024px}.is-list-cards{margin-bottom:40px}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview.state-a{font-size:20px;line-height:30px;font-weight:600}.is-list-recommended{margin-bottom:40px}.is-list-recommended .lr-item{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:600}.is-list-video{margin-bottom:40px}.is-list-video.state-industrial .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-b{padding:40px 45px}.is-list-services-b .l-list{margin:0 0 -10px -50px}.is-list-services-b .l-item{margin:0 0 20px 50px;font-size:26px;line-height:48px}.is-list-services-b .l-item:before{left:-28px}.is-list-services-b .write-to-us{margin:20px 0 0 0}.is-list-services-b .write-to-us a{font-size:28px;line-height:48px}.is-list-services-b .l-show-more{margin:20px 0 0 0}.is-list-services-b .l-show-more a{font-size:26px;line-height:38px}.is-list-services-b .is-collapsed-box .cb-action span{color:var(--blue200);font-size:28px;line-height:36px}.is-list-news-a .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;row-gap:40px}.is-list-news-a .l-item-name{font-size:26px;line-height:32px}.is-list-vacancy-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-vacancy-a .l-item{padding:20px 40px}.is-list-projects .l-item-image{height:373px}.is-list-projects .l-item-name{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.is-box-familiar .familiar-preview{font-size:26px;line-height:34px;font-weight:500}.is-list-tags-a .list-tags-item{font-size:16px;line-height:18px}.is-box-express .express-preview{margin-bottom:40px}.is-box-process .bp-layout-process p{font-size:22px;line-height:34px}.is-box-projects-b{-webkit-box-sizing:border-box;box-sizing:border-box}.is-box-projects-b .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-box-projects-b .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px}.is-box-projects-b .bp-item-title{font-size:20px;line-height:30px;font-weight:600;margin-bottom:16px}.is-box-projects-b .bp-item-preview{margin-bottom:24px}.is-box-awards .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:40px}.is-global-footer .gf-row-a{margin-bottom:40px;padding:130px 0 40px 0}.is-global-footer .gf-row-b{padding-bottom:10px}.is-global-footer .gf-col-a{position:absolute;top:60px;left:0}.is-global-footer .gf-item-f{width:105%}.is-no-result{margin-bottom:80px}.is-header-layout-b{margin-bottom:60px}.is-list-tags-b .list-tm-dock-inner{max-height:240px}.is-header-layout-c{max-width:990px}.is-list-type-a .l-item{margin:0 0 20px 0}.is-list-type-a .l-key{font-size:28px;line-height:40px}.is-list-type-a .l-value{margin:8px 0 0 0}.is-box-portfolio{margin-top:-164px}.is-box-portfolio .box-portfolio-main{padding:224px 0 60px}.is-box-portfolio .bp-li-content{width:600px}.is-box-portfolio .bp-li-content p+h4{padding-top:40px}.is-box-portfolio .bp-li-aside{padding-top:56px;width:440px}.is-box-portfolio .bp-li-aside--pt0{padding-top:0}.is-box-portfolio .bp-text-a{max-width:1040px;font-size:28px;line-height:40px}.is-box-portfolio .bp-text-c{max-width:1040px;padding:45px 0 0 120px;font-size:24px;line-height:36px}.is-box-portfolio .bp-text-c img{width:90px;height:auto}.is-box-portfolio .bp-quote-preview{max-width:1040px;font-size:28px;line-height:40px}.is-box-portfolio .bp-other-header{font-size:28px;line-height:40px}.is-box-portfolio .box-portfolio-quote{padding:60px 0}.is-box-portfolio .box-portfolio-other{padding:60px 0}.is-box-portfolio .box-portfolio-form{padding:60px 0}.is-image-port{max-width:700px}.is-image-port-frame{max-width:700px}.is-box-contacts .bc-lead-contacts{margin-bottom:80px}.is-box-contacts .bc-map-layout{margin-bottom:80px}.is-box-contacts .bc-ml-map{height:600px}.is-box-contacts .bc-ml-list{width:380px;margin-left:140px}.is-box-contacts .bc-ml-item:before{top:14px}.is-box-contacts .bc-ml-item-name{font-size:34px;line-height:28px}.is-box-contacts .bc-ml-item-preview{font-size:18px;line-height:24px}.is-box-contacts .bc-ml-item-preview:before{height:8px}.is-box-contacts .bc-ip-text{font-size:22px;line-height:34px}.is-box-form .bfr-layout-left{max-width:630px}.is-box-form.state-service .bfr-layout-left{max-width:512px}.is-box-form.state-service .bfr-layout-right{height:378px}.is-box-form.state-service .bfr-layout-right img{height:100%}.is-box-form.state-subscribe .bfr-layout-left{margin:0 40px 0 0}.is-box-form.state-vacancy-detail{margin-bottom:60px}.is-box-form.state-vacancy-detail .bfr-layout-left{margin:0 40px 0 0}.is-box-form.state-subscription .bfr-layout-left{max-width:596px}.is-box-form.state-blog .bfr-layout-left{width:100%}.is-box-form.state-blog .bfr-layout-right{display:none}.is-box-form.state-design .is-form-rules-link{font-size:12px;line-height:18px;font-weight:500}.is-box-form.state-friends .bfr-inputs-wrapper{width:420px}.is-box-form.state-friends .bfr-layout-image{max-width:600px}.is-box-form.state-friends .bfr-layout-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.bfr-layout-right img{width:100%;height:auto}.is-header-layout-d{margin-bottom:60px}.is-header-layout-d .hl-tags{max-width:1160px}.is-slider-news-last .sn-item-type-a{padding:30px}.is-slider-news-last .sn-item-type-b{padding:0 0 30px 0}.is-slider-news-last .sn-item-type-c{padding:30px}.is-slider-video .swiper-slide{height:432px}.is-slider-video.state-initial .swiper-slide{margin-right:27px}.is-slider-industry .swiper-slide{width:295px;height:295px}.is-slider-industry .si-name{font-size:28px;line-height:38px}.is-slider-industry.state-initial .swiper-slide{margin-right:27px}.is-list-news-b .l-item-lead-image{min-height:305px}.is-list-news-b .l-item-lead-text{width:375px;margin:0 0 0 40px}.is-list-news-d .ln-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-news-d .ln-image{height:100px;width:172px}.is-list-news-d .ln-preview{margin:12px 0 0 0}.is-search-line-a .autocomplete-suggestion{padding:16px 26px 16px 26px}.is-header-layout-e{margin-bottom:60px}.is-header-layout-e .hl-image{margin-bottom:20px}.is-header-layout-e .hl-image img{border-radius:12px}.is-header-layout-e .hl-header{margin:0 0 60px 0}.is-header-layout-e .hl-header+.hl-preview{margin-top:-32px}.is-header-layout-e .hl-preview{margin:0 0 60px 0;font-size:28px;line-height:40px}.is-details-news .dn-layout-aside{width:360px}.is-details-news .dn-aside{width:360px;margin-left:130px}.is-details-news .dn-quote{padding:45px 0 0 120px;font-size:20px;line-height:30px}.is-details-news .dn-quote img{width:90px;height:auto}.is-box-author{margin-bottom:60px}.is-box-author.state-inline{margin:0 0 40px 0}.is-box-share-a{max-width:none}.is-accordion.state-it-consulting .ac-header img{width:52px;height:52px}.is-accordion.state-it-consulting .ac-header span{font-size:20px;line-height:32px;font-weight:600}.is-accordion.state-it-consulting .ac-body-inner{padding-left:76px}.is-accordion.state-it-consulting .ac-body-inner p{font-size:18px;line-height:30px;font-weight:400}.is-list-career-a .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;row-gap:100px}.is-list-career-a .l-image{margin:0 0 8px 0}.is-list-career-a .l-image img{width:100px;height:100px}.is-list-career-b{position:relative;display:block}.is-list-career-b .l-item{padding:60px 0}.is-list-career-b .l-item:first-child{padding-top:0}.is-list-career-b .l-image img{width:481px;height:auto}.is-list-career-b .l-content{width:700px}.is-list-career-b .l-name{margin:0 0 28px 0}.is-list-career-b .l-button{margin:28px 0 0 0}.is-list-images-a .l-item{width:520px;border-radius:12px}.is-list-images-a .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57.5%}.is-list-images-a .l-item+.l-item{margin:0 0 0 40px}.is-list-images-a.state-service .l-item{width:460px}.is-list-images-a.state-service .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:75%}.is-box-career-begin-block{max-width:1120px}.is-list-services-c .l-list{font-size:47px;line-height:80px}.is-list-services-c .l-list span.state-arrow::after,.is-list-services-c .l-list a.state-arrow::after{content:"";width:28px;height:24px;margin-left:8px;margin-right:8px}.is-list-services-c .l-list span.state-arrow.state-bold::after,.is-list-services-c .l-list a.state-arrow.state-bold::after{content:"";width:28px;height:24px;margin-left:8px;margin-right:8px}.is-list-services-c .l-show-more{padding:20px 0 0 0}.is-list-services-c .l-show-more a{font-size:44px;line-height:44px}.is-slider-images-a .swiper-slide{width:520px;border-radius:12px}.is-slider-images-a.state-initial .swiper-slide{margin-right:40px}.is-friends__list .is-grid .l-preview{font-size:24px;line-height:36px;font-weight:500}.is-friends__preview{font-size:22px;line-height:36px;font-weight:500}.is-list-career-c .is-grid,.is-friends__list .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:60px}.is-header-layout-g{margin:0 0 20px 0}.is-header-layout-g .hl-image img{border-radius:12px}.is-header-layout-g .hl-header{margin:0 0 20px 0}.is-details-vacancy .dv-layout-aside{width:360px}.is-details-vacancy .dv-banner-wrapper{width:425px}.is-details-vacancy .dv-banner-wrapper .dv-banner{padding:44px 30px;margin-top:40px;background-image:url("/h/assets/img/temp/background.png");background-repeat:no-repeat;background-position:77px 0;height:425px}.is-details-vacancy .dv-banner-wrapper .dv-banner__title{font-size:28px;line-height:40px;font-weight:600}.is-details-vacancy .dv-banner-wrapper .dv-banner__preview{font-size:18px;line-height:30px;font-weight:400;margin-top:8px}.is-details-vacancy .dv-banner-wrapper .dv-banner__image{position:absolute;height:205px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner{font-size:24px;line-height:34px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:before{bottom:-69px;left:-79px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:after{top:-173px;right:-168px}.is-header-layout-h .hl-info.state-a{width:60%}.is-header-layout-h .hl-request{padding:40px}.is-header-layout-h .hl-request__title{font-size:26px;line-height:34px;font-weight:600;margin-bottom:40px}.is-header-layout-h .hl-request__subtitle{font-size:20px;line-height:32px;font-weight:500}.is-header-layout-h .hl-request .sd-button-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-header-layout-h .grid-layout{grid-template-columns:1fr}.is-header-layout-h .grid-layout{grid-template-columns:1fr}.is-header-layout-h.state-data .hl-request{padding:60px}.is-header-layout-h.state-data .hl-image img{max-width:576px}.is-header-layout-h.state-sdet .hl-request__preview{font-size:20px;line-height:28px;font-weight:600}.is-header-layout-h.header-animation .hl-image{height:448px}.is-box-processes:after{top:470px;height:430px}.is-processes-canvas .pc-label-preview.state-reverse:before{right:110px}.is-processes-canvas__wrapper:not(:last-child){margin-bottom:60px}.is-processes-canvas__subtitle{font-size:26px;line-height:38px;font-weight:500}.is-list-team{position:relative;display:block}.is-list-team .l-item{padding:60px 0}.is-list-team .l-image img{width:481px;height:auto}.is-list-team .l-content{width:700px}.is-service-detail .sd-section{padding:60px 0}.is-service-detail .sd-section.state-white+.sd-section.state-white{padding-top:60px}.is-service-detail .sd-section.state-black+.sd-section.state-black{padding-top:60px}.is-service-detail .sd-header{margin-bottom:60px}.is-service-detail .sd-header.state-a{margin-bottom:60px}.is-service-detail .sd-header.state-a h3{font-size:50px}.is-service-detail .is-box-schema-c .bs-box{width:660px}.is-service-detail .is-box-cities{margin-bottom:40px}.video-it-product{margin-top:-20px}.is-quote-e,.is-quote-f{font-size:34px;line-height:46px}.is-list-services-f .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-4 .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-b .l-wrapper .l-preview{font-size:22px;line-height:34px;font-weight:500}.is-list-services-f.state-b .l-wrapper.no-image .l-name{font-size:22px;line-height:32px;font-weight:600}.is-list-services-f.state-b .l-wrapper.no-image .l-preview{font-size:18px;line-height:30px;font-weight:500}.is-list-services-f.state-c .is-grid .grid-item{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border:2px solid var(--blue100);border-radius:16px}.is-list-services-f.state-c .is-grid .l-name{margin:0 3px 0 0;font-size:20px;line-height:32px}.is-list-services-g .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-g .l-item{padding:20px 40px}.is-list-services-h{-webkit-box-sizing:border-box;box-sizing:border-box}.is-list-services-h .is-grid{margin-bottom:40px}.is-list-services-h .l-name{margin-bottom:16px}.is-list-services-h .l-wrapper-info{padding:0 40px 20px}.is-list-services-k .l-preview.state-a{font-size:18px;line-height:30px;font-weight:400}.is-list-services-l{gap:8px}.is-list-services-l .l-item{padding:23px 20px}.is-list-benefits{gap:40px}.is-list-benefits .l-preview{font-size:20px;line-height:30px;font-weight:600}.is-slider-reviews-cases.state-initial .swiper-slide{margin-right:60px}.is-slider-reviews-cases--it-consulting .sr-preview{padding:40px}.is-list-tech-long .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}.is-list-images-b img{max-width:220px;height:auto}.is-list-tiles-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a .grid-item{padding:32px 32px 4px 32px;border-radius:12px}.is-list-tiles-a.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a.state-3 .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a.state-no-stretch .is-grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-quote-person .qp-preview{max-width:1120px;margin:0 0 40px 0;font-size:34px;line-height:46px}.is-box-not-found{margin:-40px 0 60px 0}.is-box-not-found .bnf-image{width:400px;margin-bottom:10px}.is-box-not-found .bnf-header{margin-bottom:12px}.is-box-not-found .bnf-link a span{margin-right:16px}.is-box-not-found .bnf-link a svg{margin-left:12px}.is-list-logos .is-grid{display:grid;grid-template-columns:repeat(4, 1fr);-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:40px}.is-list-awards .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;row-gap:60px}.is-slider-reviews.state-initial .swiper-slide{margin-right:60px}.is-slider-reviews-trust .sr-inner{padding:40px}.is-slider-reviews-trust .sr-author-role{font-size:18px;line-height:30px;font-weight:400}.is-slider-reviews-trust .sr-preview-more{font-size:18px;line-height:30px;font-weight:400}.is-slider-reviews-trust .sr-preview-text{margin-bottom:24px}.is-slider-reviews-trust.state-it-consulting .sr-preview{margin-bottom:36px}.is-slider-reviews-trust.state-it-consulting .sr-preview-text{margin-bottom:36px}.is-slider-reviews-trust.state-it-consulting .sr-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-slider-reviews-trust.state-it-consulting .sr-author-logo{margin:0}.is-slider-reviews-trust.state-it-consulting .sr-author-logo{margin-top:50px;height:45px}.is-slider-reviews-trust.state-it-consulting .sr-author-logo img{width:auto}.is-slider-reviews-trust.state-it-product .sr-inner{padding:60px}.is-slider-reviews-trust.state-it-product .sr-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:200px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-slider-reviews-trust.state-it-product .sr-author-logo{margin:0}.is-slider-specialist .ss-preview-place{font-size:22px;line-height:30px}.is-slider-specialist .ss-preview-name{font-size:18px;line-height:28px}.is-slider-specialist .ss-preview-button{font-size:18px;line-height:30px;padding:16px 16px}.is-slider-specialist.state-a .ss-preview-item .ss-preview-item-box{width:auto}.is-slider-specialist.state-a .ss-preview-item .ss-preview-button{display:none}.is-slider-specialist.state-a .ss-preview-button--mobile{display:block;margin-top:20px}.is-box-unsubscribe .is-box-form .bfr-layout-left{max-width:100%}.is-box-about-us{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 0}.is-box-about .about-title{margin-bottom:60px}.is-box-about .about-preview{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:34px;font-weight:500;margin-bottom:40px}.is-box-about .about-preview.state-a{font-size:22px;line-height:34px;font-weight:500}.is-box-about.state-data .about-list{gap:26px}.is-box-order-fall .bof-info__title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:500}.is-box-tabs.state-b .b-info{-ms-flex-preferred-size:50%;flex-basis:50%}.is-box-tabs.state-data .b-info{-ms-flex-preferred-size:46%;flex-basis:46%}.is-section-bgimage .sb-header{width:1260px;padding:176px 30px 120px 30px}.is-section-bgimage .sb-box-header{max-width:1080px}.is-section-bgimage .sb-box-header .sb-header-list .l-list{margin-bottom:25px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span{font-size:22px;line-height:34px;font-weight:500}.is-section-bgimage.state-a .sb-header .sb-box-header{padding:100px 40px;width:408px;min-width:408px}.is-section-bgimage.state-a .sb-header .sb-box-header h1{font-size:48px;line-height:58px;font-weight:700}.is-box-recommended{margin-bottom:40px}.is-box-meeting .bm-wrapper{padding:80px}.is-box-meeting.state-b .bm-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.is-box-meeting.state-b .bm-person{display:-webkit-box;display:-ms-flexbox;display:flex}.is-box-meeting.state-c .bm-wrapper{padding:60px}.is-box-meeting.state-c .bm-info{max-width:500px}.is-box-meeting.state-d .bm-wrapper{padding:40px 60px}.is-box-meeting.state-f .bm-wrapper{padding:40px 94px}.is-box-meeting.state-f .bm-info__title{font-size:24px;line-height:30px}.is-box-meeting.state-f img{max-width:260px}.is-box-meeting.state-g .bm-wrapper{padding:60px}.is-box-meeting.state-partners .bm-info__title{font-size:50px;line-height:62px;font-weight:700}.is-box-meeting.state-partners .bm-image{max-width:520px}.is-box-meeting.state-partners .sd-button-order{margin-top:40px}.is-industrial-detail h1{font-size:50px;line-height:62px;font-weight:700}.is-industrial-detail .id-section{padding:60px 0}.is-industrial-detail .id-section.state-white+.is-industrial-detail .id-section.state-white{padding-top:60px}.is-industrial-detail .id-box-solution{display:none}.is-industrial-detail .id-box-solution--2col{display:-webkit-box;display:-ms-flexbox;display:flex}.is-industrial-detail .id-box-solution--2col .acc-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:40px}.is-industrial-detail .id-box-solution--2col .acc-col:last-of-type{margin-right:0}.is-industrial-detail .id-box-solution--2col .acc-box{max-width:500px;padding:40px 40px 20px;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07);border-radius:16px;-ms-flex-negative:0;flex-shrink:0;margin-bottom:40px}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion{margin:0}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-item{border:none}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-header{margin-bottom:20px}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-header span{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:30px;font-weight:600;padding:0}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-body-inner{font-size:18px;line-height:30px;font-weight:400;padding:0}.is-industrial-detail .is-box-managment .id-managment-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:730px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-preview{font-size:22px;line-height:34px;font-weight:500}.is-industrial-detail .is-box-managment .id-managment-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:425px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__number{font-size:26px;line-height:34px;font-weight:700;margin-bottom:8px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__name{position:initial;font-size:18px;line-height:30px;font-weight:400}.is-industrial-detail .id-box-work .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-industrial-detail .id-box-work .l-item{padding:40px}.is-industrial-detail .id-box-work .l-item-image{height:92px;margin-left:35px}.is-history-detail .is-header-layout{margin:0 0 20px 0}.is-history-detail .is-header-layout .hl-header h1{font-size:50px;line-height:62px;font-weight:700}.is-history-detail .is-header-layout .hl-preview{font-size:34px;line-height:46px;font-weight:500}.is-history-detail .is-header-layout .is-intro-video .is-intro-video-preview{max-width:900px}.is-history-detail .hd-section{padding:60px 0}.is-history-detail .hd-section.state-white+.is-history-detail .hd-section.state-white{padding-top:60px}.is-history-detail .hd-section .hd-section-preview{font-size:26px;line-height:38px;font-weight:600;margin:0 0 40px 0}.is-history-detail .is-slider-history{position:relative}.is-history-detail .is-slider-history .hd-section{padding:60px 0}.is-history-detail .is-slider-history .hd-section.state-white+.is-history-detail .is-slider-history .hd-section.state-white{padding-top:60px}.is-history-detail .is-slider-history .hd-section:last-child{padding-bottom:240px}.is-history-detail .is-slider-history .is-arrow-a{top:140px}.is-history-detail .is-slider-history .is-arrow-a.arrow-next{right:24%}.is-history-detail .is-slider-history .is-arrow-a.arrow-prev{left:24%}.is-history-detail .is-slider-history .swiper-pagination{bottom:60px}.is-history-detail .is-slider-history .swiper-pagination--fixed{bottom:0}.is-history-detail .is-slider-history .swiper-pagination-bullet{font-size:40px;line-height:52px;font-weight:800;margin-right:25px}.is-history-detail .is-slider-history .swiper-pagination-bullet-active{color:var(--blue100);border-bottom:4px solid var(--blue100)}.is-history-detail .is-slider-history .swiper-container{overflow:initial;margin-top:-350px}.is-history-detail .is-slider-history .swiper-slide .hd-section{opacity:0}.is-history-detail .is-slider-history .swiper-slide.swiper-slide-active .hd-section{opacity:1}.is-history-detail .is-slider-history .swiper-years{padding-top:220px}.is-history-detail .is-slider-history .swiper-years .swiper-slide .sh-years{font-family:"mont","Verdana",sans-serif;font-size:110px;line-height:140px;font-weight:800}.is-history-detail .is-slider-history .sh-title{margin-bottom:60px}.is-history-detail .is-slider-history .sh-title__check{border-bottom:6px solid #fce385}.is-history-detail .is-slider-history .sh-box{display:-webkit-box;display:-ms-flexbox;display:flex}.is-history-detail .is-slider-history .sh-box:nth-child(1n){margin-bottom:60px}.is-history-detail .is-slider-history .sh-box--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-box--column .sh-case:not(:last-child){margin-bottom:60px}.is-history-detail .is-slider-history .sh-box--overtop{margin-top:-40px}.is-history-detail .is-slider-history .sh-case-row .sh-case-img{margin-right:50px}.is-history-detail .is-slider-history .sh-case-row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.is-history-detail .is-slider-history .sh-case-row-reverse .sh-case-img{margin-left:50px;margin-right:0}.is-history-detail .is-slider-history .sh-case-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-case-column .sh-case-img{margin-bottom:20px}.is-history-detail .is-slider-history .sh-case-column .sh-case-text-bottom{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-overtop{margin-top:-20px}.is-history-detail .is-slider-history .sh-case-text--a{max-width:360px}.is-history-detail .is-slider-history .sh-case-text--b{max-width:380px}.is-history-detail .is-slider-history .sh-case-text--c{max-width:400px}.is-history-detail .is-slider-history .sh-case-text--d{max-width:640px}.is-history-detail .is-slider-history .sh-case-text--e{max-width:700px}.is-history-detail .is-slider-history .sh-case-text--h{max-width:500px}.is-history-detail .is-slider-history .sh-case-text--g{max-width:50%}.is-history-detail .is-slider-history .sh-case-text--k{max-width:500px}.is-history-detail .is-slider-history .sh-case-text--n{max-width:700px}.is-history-detail .is-slider-history .sh-case-text__title{font-size:26px;line-height:32px;font-weight:600;margin-bottom:16px}.is-history-detail .is-slider-history .sh-case-text__preview{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-history-detail .is-slider-history .sh-case-text__preview p{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400;margin-bottom:20px}.is-history-detail .is-slider-history .sh-case-text__preview p+p{margin-top:-10px}.is-history-detail .is-slider-history .sh-case-text__preview p:last-child{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-text__preview ul li{font-family:"root","Arial",sans-serif;font-size:18px;line-height:30px;font-weight:400}.is-history-detail .is-slider-history .sh-case-text-bottom{margin-bottom:20px}.is-slider-ux.state-a .swiper-slide{width:calc(50% + 150px) !important}.is-slider-ux.state-a .su-right{margin-left:-315px}.is-slider-components .sc-inner{padding:24px 48px}.is-slider-components .sc-preview{width:290px}.is-slider-components.state-a .sc-inner{gap:30px}.is-slider-components.state-a .sc-inner-text{padding:24px 26px 24px 48px}.is-slider-components.state-a .sc-image img{max-width:170px}.is-slider-carousel .swiper-slide{width:750px}.is-ux-tiles{row-gap:120px}.is-ux-tiles .ut-item{gap:40px}.is-ux-tiles .ut-preview{font-size:36px;line-height:48px;font-weight:600}.is-ux-tiles .ut-info{width:270px}.is-ux-tiles .ut-info__title{font-size:28px;line-height:40px;font-weight:600}.is-ux-tiles .ut-info__description{font-size:18px;line-height:30px;font-weight:500}.is-list-table .lt-row{gap:40px;padding:40px 0}.is-list-table .lt-cell-title{width:425px}.is-list-table .lt-cell-description{width:580px}.is-list-table .lt-cell-description .is-button-ux{margin-top:46px}.is-list-table.state-a .lt-cell-title{width:270px}.is-list-table.state-a .lt-cell-description{width:580px}.is-list-decisions{grid-template-columns:repeat(2, 1fr)}.is-list-decisions .l-wrapper:nth-child(n){border:1px solid var(--gray200);border-bottom:none;border-right:none}.is-list-decisions .l-wrapper:nth-child(2n+1){border-left:none}.is-list-decisions .l-wrapper:nth-child(-n+2){border-top:none}.is-cards-ux{grid-template-columns:repeat(3, 1fr);gap:24px}.is-scheme-work{gap:84px}.is-scheme-work .sw-left{width:425px}.is-scheme-work .sw-right{gap:72px}.is-scheme-work .sw-item__info{max-width:480px}.is-philosophy .p-description{width:735px}.is-philosophy .p-description p{font-size:24px;line-height:36px;font-weight:500}.is-info-design{padding:75px 60px}.is-info-design .id-title{font-size:34px;line-height:46px;font-weight:600}.banner .vebinar-banner__title{font-size:20px;line-height:30px;font-weight:600}.banner .vebinar-banner__preview{font-size:18px;line-height:28px;font-weight:400}.banner .vebinar-banner__date{font-size:18px;line-height:28px;font-weight:500}.is-get-presentation .gp-preview p{font-size:18px;line-height:30px;font-weight:400;max-width:336px}.is-work-schema{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-work-schema .ws-column{width:270px}.is-work-schema .ws-item-header{font-size:24px;line-height:36px;font-weight:600}.is-work-schema .ws-item-list{margin-top:16px}.is-work-schema .ws-item-list li{font-size:16px;line-height:24px;font-weight:500}.is-work-schema .ws-item[data-item="1"],.is-work-schema .ws-item[data-item="2"]{margin-top:15px}.is-work-schema .ws-item[data-item="4"]{margin-top:135px}.is-work-schema .ws-item[data-item="3"]{margin-top:20px}.is-work-schema .ws-schema{width:640px;height:540px;margin-top:-40px}.is-work-schema .ws-schema .ws-arrows{width:84px;top:41%}.is-work-schema .ws-schema .step-desktop{display:none}.is-work-schema .ws-schema .step-laptop{display:block}.is-work-schema .ws-schema .step-1{top:20px;left:-28px}.is-work-schema .ws-schema .step-2{top:20px;right:38px}.is-work-schema .ws-schema .step-3{bottom:-7px;right:38px}.is-work-schema .ws-schema .step-4{bottom:-7px;left:-28px}.is-box-association img{width:227px;height:227px}.is-box-association .association-info{padding:25px 0}.is-box-association .association-text{font-size:24px;line-height:30px}.is-box-price{gap:25px}.is-box-price .bp-item__title{font-size:16px;line-height:24px}.is-box-price .bp-item__num--md{font-size:28px;line-height:48px;font-weight:600}.is-box-price .bp-card--shadow{padding:40px}.is-box-price .bp-card .flex{gap:16px}.is-box-price .bp-card .bp-item{min-width:230px}.is-list-experts{gap:36px}.is-list-partners .is-grid{display:grid;grid-template-columns:repeat(3, 1fr);-webkit-column-gap:77px;-moz-column-gap:77px;column-gap:77px;row-gap:32px}.is-list-results .lr-image{width:100px}.bonus-system{grid-template-columns:repeat(3, 1fr) 450px}.bonus-system .card{padding:32px}.bonus-system .bs-img{max-width:105px}.bonus-system .bs-title{font-size:22px;line-height:32px}.bonus-system .bs-title-a{font-size:18px;line-height:28px}.bonus-system .bs-title-a.count-2{margin-top:16px}.bonus-system .bs-text{font-size:18px;line-height:28px;margin-top:20px}.bonus-system .flex-col{min-height:136px}}.t-hidden{display:block !important}.t-block{display:none !important}@media screen and (max-width: 1330px){.t-hidden{display:none !important}.t-block{display:block !important}.is-main-layout .main-layout-content{padding-top:176px}.is-main-layout .main-layout-content--industrial{padding:0}.is-wrapper-a{width:900px;padding:0}.is-global-header{position:absolute !important;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;height:176px}.is-global-header:after{display:none}.is-global-header .gh-logo{position:absolute;top:40px;left:0;margin:0}.is-global-header .gh-nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px 0 0 0}.is-global-header .gh-nav-item+.gh-nav-item{margin:0}.is-global-header .gh-nav-item--services .gh-nav-sub{grid-template-columns:1fr;row-gap:40px;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;width:100%}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(1){grid-row:1/2;grid-column:1/3;margin:0}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(2){grid-row:2;grid-column:1}.is-global-header .gh-nav-item--services .gh-nav-sub-box:nth-child(3){grid-row:2;grid-column:2;left:-80px}.is-global-header .gh-nav-item--technologies .gh-nav-sub{width:100%;margin-left:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-global-header .gh-nav-item--technologies .gh-nav-sub-box{width:28%}.is-global-header .gh-nav-item--technologies .gh-nav-sub-box:nth-child(3),.is-global-header .gh-nav-item--technologies .gh-nav-sub-box:nth-child(5){width:auto}.is-global-header .gh-nav-item--technologies .gh-nav-sub-box:nth-child(4),.is-global-header .gh-nav-item--technologies .gh-nav-sub-box:nth-child(5){margin-top:40px}.is-global-header .gh-nav-link{font-size:20px;line-height:20px}.is-global-header .gh-nav-link .arrow{top:-4px}.is-global-header .gh-nav-sub{margin-top:50px}.is-global-header .gh-nav-sub.state-right{left:auto;right:0}.is-global-header .gh-tools{position:absolute;top:26px;right:0;margin:0}.is-global-header .gh-tools-feedback{display:block;color:var(--white);font-size:22px;line-height:20px;font-weight:600;background-color:var(--blue200);border-radius:8px;padding:16px 32px;-webkit-transition:color 200ms;-o-transition:color 200ms;transition:color 200ms}.is-global-header .gh-tools-feedback:hover{background-color:#1692fb;color:var(--white);-webkit-transition:background 300ms;-o-transition:background 300ms;transition:background 300ms}.m-section{padding:40px 0}.m-section.state-white+.m-section.state-white{padding-top:40px}h1,.h1{font-size:36px;line-height:43px;margin-bottom:28px}h1 br,.h1 br{display:none}h1.state-about,.h1.state-about{margin:0 0 40px 0}h1.state-ux,.h1.state-ux{font-size:110px;line-height:134px;font-weight:700;margin-bottom:40px}h2,.h2{margin-bottom:40px}h2.state-service-page,.h2.state-service-page{margin-bottom:40px}h2.state-s,.h2.state-s{font-size:22px;line-height:34px}h2.h2-section,.h2.h2-section{font-size:32px;line-height:39px}h3,.h3{font-size:32px;line-height:39px}h3 br,.h3 br{display:none}h3.state-a,.h3.state-a{font-size:34px;line-height:46px}h3.state-design-2,.h3.state-design-2{font-size:18px;line-height:30px;font-weight:600;max-width:310px}h4 br{display:none}h4.state-ux{font-size:18px;line-height:20px;font-weight:600}p.state-note{margin-top:60px}.is-table-a .t-item{width:50%}.is-table-a .t-item:not(:nth-child(5n+1)){padding-left:0}.is-table-frontend table td{padding-right:50px}.is-table-frontend table .t-cell-title{font-size:18px;line-height:30px;font-weight:600;padding-right:40px}.is-table-frontend table .t-cell-preview{font-size:18px;line-height:28px;font-weight:400}.is-table-frontend table .t-cell-preview ul>li{font-size:18px;line-height:28px;font-weight:400}.is-table-cost-erp .tc-row__name{width:40%;font-size:20px;line-height:30px;font-weight:600}.is-table-cost-erp .tc-info{width:45%}.is-table-cost-erp .tc-info__cost{font-size:20px;line-height:30px;font-weight:600}.is-intro-video .iv-header,.is-intro-video .iv-preview{margin-bottom:40px}.is-intro-video .iv-title{margin-bottom:24px}.is-list-recommended .lr-item{font-family:"root","Arial",sans-serif;font-size:14px;line-height:16px;font-weight:500}.is-list-cards.state-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px;font-weight:600}.is-list-cards.link-with-arrow .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-cards.link-with-arrow .lc-item{gap:30px}.is-list-video .iv-video{height:882px}.is-list-vacancy-a .l-item{padding:36px}.is-list-vacancy-a .l-item-image{display:none}.is-list-services-a{margin:0 0 20px -20px}.is-list-services-a .l-item{margin-left:20px;font-size:18px;line-height:24px}.is-box-process{-ms-flex-wrap:wrap;flex-wrap:wrap}.is-box-process .bp-layout-process{width:100%;max-width:none;margin:0 0 20px 0}.is-box-process .bp-layout-process p{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:30px}.is-box-process .bp-layout-columns{width:100%;margin:0}.is-box-process .bp-column-tech,.is-box-process .bp-column-industry{width:420px}.is-list-projects .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-projects .l-item-image{height:430px}.is-list-projects .is-list-tags-a .list-tags-item{font-size:14px;line-height:20px}.is-list-projects .l-item-name{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.is-box-awards .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px;row-gap:40px}.is-box-awards.state-3 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:50px}.is-box-awards.state-4 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:50px}.is-box-awards.state-5 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:50px}.is-box-meeting .bm-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 40px}.is-box-meeting .bm-center .sd-button-order{text-align:left}.is-box-meeting .bm-info{margin-right:60px}.is-box-meeting .bm-image{display:none}.is-box-meeting.state-a .bm-wrapper{padding:60px 40px}.is-box-meeting.state-b{border:none;-webkit-box-shadow:0px 10px 40px rgba(10,12,16,.07);box-shadow:0px 10px 40px rgba(10,12,16,.07)}.is-box-meeting.state-c .bm-wrapper{padding:60px 40px}.is-box-meeting.state-c .bm-info{max-width:100%}.is-box-meeting.state-d .bm-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-box-meeting.state-f .bm-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-box-meeting.state-f .bm-wrapper{padding:40px 54px}.is-box-meeting.state-partners .bm-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.is-box-meeting.state-partners .bm-image{display:block;max-width:100%}.is-box-meeting.state-inner{margin:40px 0 0}.is-global-footer .gf-row-a{padding:110px 0 40px 0}.is-global-footer .gf-row-c{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-global-footer .gf-col-b{display:none}.is-global-footer .gf-col-b--tablet{display:-webkit-box;display:-ms-flexbox;display:flex;width:450px}.is-global-footer .gf-col-a{top:40px}.is-global-footer .gf-col-c{width:auto}.is-global-footer .gf-col-d{width:auto;margin-left:40px}.is-global-footer .gf-item-e{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;margin:40px 0 0 0}.is-global-footer .gf-item-f{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 -23px 0;padding:0}.is-global-footer .gf-item-b:nth-child(3n+2){margin:0 0 8px 0}.is-global-footer--turkey{margin-top:60px}.is-global-footer--turkey .is-wrapper-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:60px 20px}.is-global-footer--turkey .gf-logo{margin-bottom:40px}.is-global-footer--turkey .gf-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:40px}.is-global-footer--turkey .gf-nav-item{margin:0 0 12px 0}.is-global-footer--turkey .gf-nav-item+.gf-nav-item{margin:0 0 12px 0}.is-header-layout-b .hl-tags{max-width:768px}.is-header-layout-d .hl-tags{max-width:680px}.is-header-layout-h{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-header-layout-h .hl-info{width:100%;margin-right:0}.is-header-layout-h .hl-info.state-a{width:100%}.is-header-layout-h .grid-layout{grid-template-columns:1fr 1fr}.is-header-layout-h .hl-request{padding:40px}.is-header-layout-h .hl-request__subtitle{font-size:18px;line-height:28px;font-weight:500}.is-header-layout-h .hl-image{width:100%}.is-header-layout-h .sd-button-order.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.is-header-layout-h .grid-layout{grid-template-columns:1fr 1fr}.is-header-layout-h.state-data h1{font-size:50px;line-height:62px;font-weight:700}.is-header-layout-h.state-data .hl-request{padding:40px}.is-header-layout-h.state-data .hl-request{padding:16px 20px}.is-header-layout-h.state-data .hl-image img{-o-object-position:center;object-position:center;max-width:none;max-height:484px}.is-header-layout-h.header-animation .hl-info h1{width:100%}.is-header-layout-h.header-animation .hl-image{width:100%;height:600px}.is-header-layout-h.header-animation--active .hl-image .animate-image{border-radius:12px}.is-list-projects-lines .l-item:hover .l-item-inner{height:260px}.is-list-projects-lines .l-item-inner{height:260px}.is-list-projects-lines .l-item-preview{width:600px}.is-list-projects-lines .l-item-name{font-size:36px;line-height:48px}.is-list-projects-lines .l-item-image-desktop,.is-list-projects-lines .l-item-image-iphone,.is-list-projects-lines .l-item-image-android{display:none}.is-list-projects-lines .is-list-tags-a .list-tags-wrapper{margin:0 0 0 -20px}.is-list-projects-lines .is-list-tags-a .list-tags-item{margin:0 0 12px 20px}.is-list-tags-a .list-tags-item{font-size:14px;line-height:20px}.is-image-phones .ip-phone-item+.ip-phone-item{margin-left:30px}.is-image-port-parent{margin-bottom:100px}.is-image-port-parent .image-port-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;position:relative;display:block}.is-image-port-parent .image-port-item+.image-port-item{margin-left:30px}.is-box-portfolio{margin-top:-236px}.is-box-portfolio .box-portfolio-main{padding:276px 0 40px}.is-box-portfolio .bp-li-aside{width:250px}.is-box-portfolio .bp-text-c{max-width:640px}.is-box-portfolio .box-portfolio-quote{padding:40px 0}.is-box-portfolio .box-portfolio-other{padding:40px 0}.is-box-portfolio .box-portfolio-form{padding:40px 0}.is-list-projects-tiles{width:720px}.is-list-projects-tiles .l-item{width:240px}.is-list-projects-tiles .l-item:nth-of-type(n + 7){display:none}.is-list-projects-tiles .l-item-name{top:24px}.is-list-projects-tiles .is-list-tags-a{bottom:22px}.is-list-tags-b .list-layout-more--projects{margin-left:40px}.is-list-tags-b--projects{max-width:92%}.is-box-contacts .bc-map-layout{margin-bottom:40px}.is-box-contacts .bc-lead-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:50px}.is-box-contacts .bc-ml-list{margin-left:90px;width:330px}.is-box-contacts .bc-lc-item:nth-child(1){width:100%}.is-box-contacts .bc-ml-item:before{width:38px;margin-right:18px}.is-box-contacts .bc-ml-item-preview br{display:none}.is-box-contacts .bc-preview-sub{font-size:16px;line-height:24px}.is-box-contacts .bc-preview-sub br{display:none}.is-box-form .bfr-layout-left{max-width:100%}.is-box-form .bfr-layout-right{display:none}.is-box-form .bfr-preview a{white-space:nowrap}.is-box-form.state-service .bfr-fields{max-width:100%}.is-box-form.state-service .bfr-layout-left{max-width:100%}.is-box-form.state-vacancy-detail{margin-bottom:40px}.is-box-form.state-subscribe .bfr-layout-left{margin:0}.is-box-form.state-subscription .bfr-layout-left{max-width:545px}.is-box-form.state-subscription .bfr-layout-right{display:block}.is-box-form.state-blog .bfr-layout-left .is-button-submit{display:none}.is-box-form.state-blog .is-button-submit{margin-top:28px}.is-box-form.state-design .bfr-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-form.state-design .bfr-layout-left{position:static;max-width:100%;padding-right:0}.is-box-form.state-design .bfr-layout-left__info{margin-bottom:40px}.is-box-form.state-design .bfr-layout-right{display:block;max-width:100%}.is-box-form.state-design .bfr-preview{margin:20px 0 0;font-size:18px;line-height:28px;font-weight:500}.is-box-form.state-design .bfr-icon{position:absolute;bottom:0;right:0}.is-box-form.state-design .bfr-fields{max-width:100%}.is-box-form.state-design .is-form-rules-link{max-width:400px}.is-box-form.state-friends{padding:80px}.is-box-form.state-friends .bfr-header{margin-bottom:60px}.is-box-form.state-friends .bfr-inputs-wrapper{width:100%}.is-box-form.state-friends .bfr-layout-image{display:none}.is-box-form.state-it-consulting .bfr-layout-right{display:none}.is-drop-down{grid-template-columns:1fr}.is-slider-news-last .sn-item-type-a{padding:40px}.is-slider-news-last .sn-item-type-c{padding:40px}.is-slider-video .swiper-slide{height:320px}.is-slider-industry{margin-bottom:120px}.is-slider-industry .swiper-slide{width:205px;height:205px}.is-slider-industry .si-inner{padding:26px 26px 0 26px}.is-slider-industry .si-name{font-size:22px;line-height:30px}.is-list-news-a{position:relative;display:block}.is-list-news-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-a .is-grid>.grid-item.state-extra{display:none}.is-list-subtitle{font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:40px;font-weight:500;margin-bottom:40px}.is-list-text{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:36px;font-weight:500}.is-list-text--last{margin-bottom:40px}.is-list-news-b .l-item-lead-image{width:100%;min-height:0;margin:0 0 20px 0}.is-list-news-b .l-item-lead-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-list-news-b .l-item-lead-text{width:100%;margin:0 0 0 0}.is-list-news-b .l-item-lead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-list-news-b .l-item-lead .is-list-tags-a .list-tags-item{font-size:16px;line-height:20px}.is-list-news-b .l-list .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-b .l-list .is-grid>.grid-item.state-extra{display:none}.is-list-news-c .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-news-d .ln-image{height:120px;width:100%}.is-pager .ip-item span{font-size:22px;line-height:32px}.is-details-news .dn-layout-content{width:600px}.is-details-news .dn-layout-aside{width:240px}.is-details-news .dn-aside{width:240px;margin-left:60px}.is-list-career-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-career-a .l-image{margin:0 0 16px 0}.is-list-career-a .l-image img{width:120px;height:120px}.is-list-career-b{position:relative;display:block}.is-list-career-b .l-item{padding:100px 0}.is-list-career-b .l-item:first-child{padding-top:0}.is-list-career-b .l-image img{width:342px;height:auto}.is-list-career-b .l-content{width:510px}.is-list-career-b .l-name{margin:0 0 28px 0;font-size:36px;line-height:48px}.is-list-career-b .l-preview{font-family:"root","Arial",sans-serif;font-size:20px;line-height:32px;font-weight:400}.is-list-career-b .l-button{margin:28px 0 0 0}.is-list-career-d{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-list-career-d .l-row{grid-template-columns:repeat(1, 1fr);width:50%}.is-list-career-d .l-image{min-height:424px}.is-list-career-d .card{min-height:424px;-ms-flex-item-align:normal;align-self:normal}.is-list-images-a .l-item{width:800px;border-radius:12px}.is-list-images-a .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57.5%}.is-list-images-a .l-item+.l-item{margin:0 0 0 40px}.is-list-services-c .l-list{font-size:34px;line-height:60px}.is-list-services-c .l-list i{width:60px;height:36px}.is-list-services-c .l-list i:before{width:10px;height:10px;margin:-5px 0 0 -5px}.is-list-services-c .l-list span.state-dot{margin-left:45px}.is-list-services-c .l-list span.state-dot::before{pointer-events:none;position:absolute;display:inline-block;content:"";width:10px;height:10px;top:25px;left:-65px}.is-list-services-c .l-show-more{padding:10px 0 0}.is-list-services-c .l-show-more a{font-size:34px;line-height:34px}.is-text-conditions{font-size:34px;line-height:60px}.is-slider-reviews-trust .sr-inner{padding:40px}.is-slider-reviews-trust .sr-preview-more{font-size:18px;line-height:30px;font-weight:400}.is-slider-reviews-trust .sr-author{margin-top:24px}.is-slider-reviews-trust .sr-author-role{font-size:18px;line-height:30px;font-weight:400}.is-slider-reviews-trust .sr-author-logo{margin:0}.is-slider-reviews-trust.state-it-product .sr-author{height:170px}.is-slider-images-a .swiper-slide{width:800px}.is-slider-specialist .ss-preview-place{font-size:26px;line-height:34px}.is-slider-specialist .ss-preview-name{font-size:22px;line-height:32px}.is-slider-specialist .ss-preview-button{font-size:22px;line-height:34px;padding:16px 34px}.is-slider-specialist.state-a .ss-preview-item .ss-preview-button{display:block}.is-slider-specialist.state-a .ss-preview-button--mobile{display:none}.is-slider-meetup{position:relative}.is-slider-meetup .is-arrow-a{top:30%}.is-slider-meetup .sm-item{display:block;position:relative}.is-slider-meetup .sm-image{position:relative;display:block;overflow:hidden;margin:0 0 26px 0;border-radius:8px}.is-slider-meetup .sm-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-slider-meetup .sm-name{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:28px;font-weight:400}.is-list-career-c .is-grid,.is-list-reward .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-details-vacancy .dv-header{display:-webkit-box;display:-ms-flexbox;display:flex}.is-details-vacancy .dv-header .dv-list-salary{display:block}.is-details-vacancy .dv-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-details-vacancy .dv-layout-content{width:100%}.is-details-vacancy .dv-layout-aside{width:100%;margin-top:120px}.is-details-vacancy .dv-layout-aside .is-list-articles .l-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.is-details-vacancy .dv-layout-aside .is-list-articles .l-item{width:50%}.is-details-vacancy .dv-layout-aside .is-list-type-b{display:none}.is-details-vacancy .dv-list-salary{display:none;margin-bottom:60px}.is-details-vacancy .dv-ls-salary{font-size:26px;line-height:38px}.is-details-vacancy .dv-ls-button{margin-bottom:60px}.is-details-vacancy--depricated .dv-header{display:none}.is-details-vacancy--depricated .is-accordion .ac-header-box .is-list-type-b{display:block;margin-left:65px}.is-details-vacancy .dv-banner-wrapper{width:100%}.is-details-vacancy .dv-banner-wrapper .dv-banner{padding:85px 40px;background-position:100% -50px;height:348px}.is-details-vacancy .dv-banner-wrapper .dv-banner__title{font-size:34px;line-height:46px;font-weight:600}.is-details-vacancy .dv-banner-wrapper .dv-banner__preview{font-size:22px;line-height:34px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-banner__image{position:absolute;height:80%;right:55px;top:44px}.is-list-type-b{margin-bottom:48px}.is-list-type-b .l-item{margin-bottom:12px}.is-list-type-b .l-key{margin-bottom:2px}.is-list-type-b .l-value{font-size:20px;line-height:32px}.is-button-b{padding:0 35px}.is-button-b--vacancy{margin-left:0;margin-top:16px;width:70%}.is-box-processes:after{top:380px;height:390px}.is-box-processes--data .is-processes-canvas{margin:40px 0 0}.is-box-processes--data .is-processes-canvas .pc-label-preview.state-reverse{left:0;right:auto}.is-box-processes--data .is-processes-canvas .pc-label-preview.state-reverse:before{left:140px;right:auto}.is-processes-canvas img.state-desktop{display:none}.is-processes-canvas img.state-tablet{display:block}.is-processes-canvas img.state-mobile{display:none}.is-processes-canvas .pc-label-preview{width:260px;font-size:16px;line-height:26px}.is-processes-canvas .pc-label-preview.state-reverse:before{right:60px}.is-list-team{position:relative;display:block}.is-list-team .l-item{padding:100px 0}.is-list-team .l-image img{width:342px;height:auto}.is-list-team .l-content{width:510px}.is-list-services-f .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-f .l-name.state-a{font-size:22px;line-height:32px;font-weight:600}.is-list-services-f .l-image{width:80px;height:80px}.is-list-services-f.state-3 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:48px}.is-list-services-f.state-3 .grid-item{width:100%;margin-bottom:0;border:none}.is-list-services-f.state-3 .grid-item .ac-header{height:120px;background-color:var(--gray100);border-radius:16px;font-size:24px;line-height:36px;font-weight:600;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px}.is-list-services-f.state-3 .grid-item .is-accordion{margin-bottom:40px}.is-list-services-f.state-3 .grid-item .is-accordion .ac-item{border:none}.is-list-services-f.state-3.tablet{display:block}.is-list-services-f.state-3.not-tablet{display:none}.is-list-services-f.state-3.state-c .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-f.state-3.state-c .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px;border:2px solid var(--blue100)}.is-list-services-f.state-3.state-c .is-grid .l-name{margin:0 20px 0 0;font-size:22px;line-height:32px;font-weight:600}.is-list-services-f.state-4 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-f.state-a .is-grid .grid-item{padding:20px}.is-list-services-f.state-b .is-grid .grid-item-wrapper{padding:20px}.is-list-services-f.state-b .is-grid .grid-item .l-link{font-size:18px;line-height:30px;font-weight:500}.is-list-services-f.state-b .l-wrapper{gap:40px;padding:20px}.is-list-services-f.state-b .l-wrapper .l-preview{font-size:20px;line-height:32px;font-weight:500}.is-list-services-f .l-preview.state-a{font-size:18px;line-height:30px;font-weight:400}.is-list-services-f+p{margin:40px 0 0}.is-list-services-f--qa-consulting .l-name{min-height:0}.is-list-industries{margin-bottom:-20px}.is-list-industries .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-industries.state-3 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-industries.state-4 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:60px}.is-list-services-g .l-item{padding:26px}.is-list-services-g .l-item-name{font-size:24px}.is-list-services-g .l-item-image{margin:0 40px 0 0}.is-list-services-h .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-h .l-wrapper-info{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px 20px;width:100%}.is-list-services-h .l-wrapper-info .button{width:100%}.is-list-services-k{grid-template-columns:1fr 1fr}.is-list-services-k .l-item{padding:40px}.is-tags-tabs--service{margin-bottom:88px}.is-list-tiles-a .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a.state-3 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tiles-a.state-no-stretch .is-grid{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.is-list-tech-long .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-slider-reviews-cases--it-consulting .sr-preview-inner{-webkit-line-clamp:5}.is-slider-reviews-cases--specialization .sr-preview{padding:24px 37px}.is-box-not-found{margin:0 0 80px 0}.is-box-not-found .bnf-image{width:460px}.is-box-not-found .bnf-header{font-size:34px;line-height:46px}.is-box-not-found .bnf-link a{font-size:34px;line-height:46px}.is-list-awards .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;row-gap:60px}.is-cookie-privacy{max-width:777px}.is-service-detail p.preview-a{font-size:22px;line-height:30px}.is-service-detail p.preview-c{font-size:28px;line-height:40px}.is-service-detail .sd-section{padding:40px 0}.is-service-detail .sd-section.state-white+.sd-section.state-white{padding-top:40px}.is-service-detail .sd-section.state-black+.sd-section.state-black{padding-top:40px}.is-service-detail .sd-section.state-image .header-title{max-width:530px}.is-service-detail .sd-section.state-image .is-wrapper-a{padding:80px 30px 40px}.is-service-detail .sd-section.state-image .full-img{background-position-x:75%}.is-service-detail .sd-header-title h3.state-a{margin:0}.is-service-detail .sd-header.state-a h3{font-size:34px;line-height:46px;font-weight:600}.is-service-detail .sd-header.state-a .sd-header-link{font-size:18px;line-height:30px;font-weight:500}.is-service-detail .is-box-schema .bs-info{font-family:"mont","Verdana",sans-serif;font-size:20px;line-height:32px}.is-service-detail .is-box-schema-c .bs-box{width:100%}.is-service-detail .is-box-help .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:0px}.is-service-detail .is-box-help .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex}.is-service-detail .is-box-help .is-grid .grid-item:nth-last-child(n+2){border-bottom:1px solid var(--gray400)}.is-service-detail .is-box-help .is-grid .grid-item:hover{border-radius:16px;background-color:#fff;border-color:#fff}.video-it-product{margin-top:-30px}.is-quote-e,.is-quote-f{font-size:22px;line-height:34px;padding:50px 0 0 120px}.is-quote-e:before,.is-quote-f:before{width:88px;height:88px}.is-quote-g{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.banner{top:20px;right:20px}.banner.vebinar-banner{max-width:400px}.banner .vebinar-banner-image{display:none}.banner .vebinar-banner-info{max-width:100%}.is-section-bgimage .sb-header{width:900px;padding:224px 0 120px 0}.is-section-bgimage .sb-header--partners{padding:134px 0 350px 0}.is-section-bgimage .sb-box-header{max-width:755px}.is-section-bgimage.state-storage .sb-header h1{margin-top:20px}.is-section-bgimage.state-storage .order-industrial{margin-top:0}.is-industrial-detail h3{font-size:34px;line-height:46px;font-weight:600}.is-industrial-detail .id-section{padding:40px 0}.is-industrial-detail .id-section.state-white+.is-industrial-detail .id-section.state-white{padding-top:40px}.is-industrial-detail .is-box-managment{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-industrial-detail .is-box-managment .id-managment-info{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:100%;margin-bottom:40px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-title{font-size:34px;line-height:46px;font-weight:600}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-preview{font-size:22px;line-height:34px;font-weight:500}.is-industrial-detail .is-box-managment .id-managment-list{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:272px;margin-right:40px;margin-bottom:20px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item:last-child{margin-right:0}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__number{font-size:26px;line-height:34px;font-weight:700;margin-bottom:8px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__name{position:initial;font-size:16px;line-height:28px;font-weight:400}.is-industrial-detail .id-box-work .l-item{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-industrial-detail .id-box-work .l-item-image{margin-left:0;margin-bottom:16px}.is-industrial-detail .is-box-about .id-about-title{font-size:34px;line-height:46px;font-weight:600}.is-industrial-detail .is-box-about .id-about-list{-ms-flex-wrap:wrap;flex-wrap:wrap}.is-industrial-detail .is-box-about .id-about-item{width:50%;margin-bottom:40px}.is-industrial-detail .is-box-about .id-about-item__num{font-size:34px;line-height:46px;font-weight:600;margin-bottom:8px}.is-box-about .about-list{gap:20px}.is-box-about.state-data .about-list{gap:16px}.is-box-about.state-data .about-item__num{font-size:42px;line-height:68px}.is-box-about.state-data .about-item__text{font-size:18px;line-height:30px}.is-box-about-us{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:80px 0}.is-box-familiar h3{font-size:34px;line-height:46px;font-weight:600;margin-bottom:28px}.is-box-familiar .familiar-preview{font-size:22px;line-height:34px;font-weight:500}.is-box-tabs .b-info{display:none}.is-box-tabs .b-tabs{padding:0;margin:0;background:transparent;width:100%}.is-box-tabs .b-tabs.state-arrows .b-tabs__item{position:relative;padding-right:0;margin-bottom:20px;background-color:transparent}.is-box-tabs .b-tabs.state-arrows .b-tabs__item:after{right:auto;left:0;top:67px}.is-box-tabs .b-tabs.state-arrows .tab-arrow{right:auto;left:11px;top:100px;height:calc(100% - 20px)}.is-box-tabs .b-tabs.state-opened .b-tabs__item{cursor:pointer;padding-bottom:20px}.is-box-tabs .b-tabs.state-opened .b-tabs__item-info{display:none}.is-box-tabs .b-tabs.state-opened .b-tabs__item-name{font-size:26px;line-height:34px}.is-box-tabs .b-tabs__item{position:relative;background:var(--gray100);padding:60px;margin-bottom:20px;border-radius:16px}.is-box-tabs .b-tabs__item .arrow{display:block;position:absolute;width:30px;height:30px;top:65px;right:30px}.is-box-tabs .b-tabs__item .arrow-down{display:block}.is-box-tabs .b-tabs__item .arrow-up{display:none}.is-box-tabs .b-tabs__item.state-active .arrow-up{display:block}.is-box-tabs .b-tabs__item.state-active .arrow-down{display:none}.is-box-tabs .b-tabs__item.state-active .b-info-mobile{padding-top:20px}.is-box-tabs .b-tabs__item-name{color:var(--gray800)}.is-box-tabs .b-tabs__item.is-tags-tabs-active{background:var(--gray100)}.is-box-tabs .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--gray800)}.is-box-tabs .b-tabs__item:hover .b-tabs__item-name{color:var(--gray800)}.is-box-tabs .b-tabs__item:last-child{margin-bottom:0}.is-box-tabs .b-info__item{margin-bottom:16px}.is-box-tabs .b-info-mobile{padding-top:0}.is-box-tabs .b-info__item-mb{margin-bottom:28px}.is-box-tabs .b-info--full{display:none}.is-box-tabs--black .b-tabs{background:var(--gray800);padding:60px}.is-box-tabs--black .b-tabs .sd-button-order--mobile{display:block}.is-box-tabs--black .b-tabs .sd-button-order--mobile a{width:100%}.is-box-tabs--black .b-tabs__item-name{color:var(--gray400)}.is-box-tabs--black .b-tabs__item{background:transparent}.is-box-tabs--black .b-tabs__item.is-tags-tabs-active{background:transparent}.is-box-tabs--black .b-tabs__item.is-tags-tabs-active .b-tabs__item-name{color:var(--gray400)}.is-box-tabs--black .b-tabs__item:hover .b-tabs__item-name{color:var(--gray400)}.is-box-tabs--black .b-tabs__item.state-active .b-tabs__item-name{color:var(--gray000)}.is-box-tabs--black .b-info__item{padding:0}.is-box-tabs.state-a .b-tabs.state-arrows .b-tabs__item{padding:0 50px}.is-box-tabs.state-a .b-tabs__item-name{font-size:26px;line-height:36px}.is-box-tabs.state-a .b-tabs__item .arrow{top:5px;right:20px}.is-box-tabs.state-b{gap:48px}.is-box-tabs.state-b .b-tabs__item{background:transparent}.is-box-tabs.state-b .b-tabs__item-name{font-size:20px;line-height:32px;font-weight:600}.is-box-tabs.state-b .b-info__text{font-size:18px;line-height:30px;font-weight:500}.is-box-tabs.state-b .b-info-mobile{color:var(--white);background-color:var(--blue400);border-radius:0 0 16px 16px;padding:20px}.is-box-tabs.state-b--white .b-tabs{width:100%}.is-box-tabs.state-b--white .b-info-mobile{background-color:#fff}.is-box-tabs.state-data .b-tabs{margin:0;-ms-flex-preferred-size:100%;flex-basis:100%}.is-box-tabs.state-data .b-info{display:none}.is-box-tabs.state-data .b-tabs__item-wrapper{position:relative;gap:32px}.is-box-tabs.state-data .b-tabs__item-name{font-size:24px;line-height:30px}.is-box-tabs.state-data .b-info__icon{margin-bottom:40px}.is-box-tabs.state-data .b-info-mobile{color:var(--gray800);background-color:var(--white);border-radius:0 0 16px 16px;font-size:18px;line-height:30px;font-weight:500;padding:40px;-webkit-box-shadow:0 10px 40px 0 #0A0C1012;box-shadow:0 10px 40px 0 #0A0C1012}.is-box-map .bm-info{margin-bottom:40px}.is-box-map .bm-map .map-tablet{display:block}.is-box-map .bm-map .map-desktop,.is-box-map .bm-map .map-mobile{display:none}.is-box-order-fall{margin:20px 0 0}.is-box-order-fall .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:0px}.is-box-order-fall .is-grid .grid-item{padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-order-fall .bof-image{display:none}.is-box-order-fall .bof-info{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-box-order-fall .bof-info__title{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:24px;margin-bottom:20px}.is-box-technologies .bt-wrapper .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:24px}.is-box-technologies .bt-wrapper .is-grid .grid-item:last-of-type{margin-top:0}.is-box-technologies .bt-wrapper .bt-header{height:45px}.is-box-technologies .bt-wrapper .bt-header-title{font-size:18px;line-height:28px;font-weight:500}.is-box-technologies .bt-wrapper .bt-body{margin-top:16px}.is-box-technologies .bt-wrapper .bt-body-text{font-size:16px;line-height:28px;font-weight:500}.is-box-cities .bc-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-cities .bc-box-name{font-size:22px;line-height:34px;font-weight:500}.is-box-cities .bc-box-name:not(:last-child){margin-bottom:20px}.is-box-cities .bc-num{font-size:60px;line-height:60px;font-weight:700}.is-box-cities .bc-num-subtitle{display:block;font-size:26px;line-height:38px;font-weight:600;margin-top:20px}.is-box-cities .bc-subtitle{font-size:20px;line-height:34px;font-weight:500;color:var(--white)}.is-box-cities .bc-icon{position:absolute;top:3px;opacity:0}.is-box-info .bi-info{max-width:476px}.is-history-detail .is-header-layout .hl-header{margin:0 0 28px 0}.is-history-detail .is-header-layout .is-intro-video .is-intro-video-preview{max-width:100%}.is-history-detail .is-header-layout .is-intro-video .is-video-player{margin:0 0 40px 0}.is-history-detail .hd-section{padding:40px 0}.is-history-detail .hd-section.state-white+.is-history-detail .hd-section.state-white{padding-top:40px}.is-history-detail .is-slider-history .hd-section{padding:40px 0}.is-history-detail .is-slider-history .hd-section.state-white+.is-history-detail .is-slider-history .hd-section.state-white{padding-top:40px}.is-history-detail .is-slider-history .hd-section:last-child{padding-bottom:150px}.is-history-detail .is-slider-history .is-arrow-a{top:335px}.is-history-detail .is-slider-history .is-arrow-a.arrow-next{right:5%}.is-history-detail .is-slider-history .is-arrow-a.arrow-prev{left:5%}.is-history-detail .is-slider-history .swiper-pagination{bottom:40px}.is-history-detail .is-slider-history .swiper-pagination-bullet{font-family:"mont","Verdana",sans-serif;font-size:28px;line-height:40px;font-weight:800}.is-history-detail .is-slider-history .swiper-pagination-bullet-active{color:var(--blue100);border-bottom:4px solid var(--blue100)}.is-history-detail .is-slider-history .swiper-container{overflow:initial;margin-top:-370px}.is-history-detail .is-slider-history .swiper-years{padding-top:300px}.is-history-detail .is-slider-history .swiper-years .swiper-slide .sh-years{font-family:"mont","Verdana",sans-serif;font-size:60px;line-height:72px;font-weight:800}.is-history-detail .is-slider-history .sh-box-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-box{-ms-flex-wrap:wrap;flex-wrap:wrap}.is-history-detail .is-slider-history .sh-box:nth-child(1n){margin-bottom:0}.is-history-detail .is-slider-history .sh-box--end{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto}.is-history-detail .is-slider-history .sh-box--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-history-detail .is-slider-history .sh-box--center .sh-case+.sh-case{margin-left:0}.is-history-detail .is-slider-history .sh-box--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-box--column:not(:last-child){margin-bottom:32px}.is-history-detail .is-slider-history .sh-box--column:not(:first-child){margin-left:0}.is-history-detail .is-slider-history .sh-box--column .sh-case:not(:last-child){margin-bottom:32px}.is-history-detail .is-slider-history .sh-box--overtop{margin-top:0}.is-history-detail .is-slider-history .sh-case{margin-bottom:32px}.is-history-detail .is-slider-history .sh-case-row .sh-case-img{margin-right:20px}.is-history-detail .is-slider-history .sh-case-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-history-detail .is-slider-history .sh-case-row-reverse .sh-case-img{margin-left:0;margin-right:20px}.is-history-detail .is-slider-history .sh-case-overtop{margin-top:0}.is-history-detail .is-slider-history .sh-case-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-history-detail .is-slider-history .sh-case-column-reverse .sh-case-text{margin-bottom:32px}.is-history-detail .is-slider-history .sh-case-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-history-detail .is-slider-history .sh-case-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.is-history-detail .is-slider-history .sh-case-column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-history-detail .is-slider-history .sh-case-column .sh-case-img{margin-bottom:0;margin-right:20px}.is-history-detail .is-slider-history .sh-case-column .sh-case-text-bottom{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-img{width:50%;height:auto}.is-history-detail .is-slider-history .sh-case-img img{width:100%;height:100%}.is-history-detail .is-slider-history .sh-case-img-a{width:450px}.is-history-detail .is-slider-history .sh-case-text{max-width:50%}.is-history-detail .is-slider-history .sh-case-text--a,.is-history-detail .is-slider-history .sh-case-text--b,.is-history-detail .is-slider-history .sh-case-text--c,.is-history-detail .is-slider-history .sh-case-text--d,.is-history-detail .is-slider-history .sh-case-text--e,.is-history-detail .is-slider-history .sh-case-text--f,.is-history-detail .is-slider-history .sh-case-text--h,.is-history-detail .is-slider-history .sh-case-text--k,.is-history-detail .is-slider-history .sh-case-text--n,.is-history-detail .is-slider-history .sh-case-text--l{max-width:50%}.is-history-detail .is-slider-history .sh-case-text__title{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:38px;font-weight:600;margin-bottom:16px}.is-history-detail .is-slider-history .sh-case-text__preview p:last-child{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-text-bottom{margin-bottom:0}.is-ux-tiles .ut-info__title{font-size:22px;line-height:34px;font-weight:600}.is-slider-ux.state-a .swiper-slide{width:calc(50% + 110px) !important}.is-slider-ux.state-a .su-right{margin-left:-220px}.is-slider-ux.state-a .su-person__name{font-size:14px;line-height:32px;font-weight:500}.is-slider-ux.state-a .su-person__place{font-size:14px;line-height:26px;font-weight:500}.is-slider-ux.state-a .su-description p{font-size:16px;line-height:28px;font-weight:500}.is-slider-components .sc-inner{padding:24px 35px}.is-slider-components .sc-preview{width:273px}.is-slider-components .sc-image{display:none}.is-slider-components.state-a .sc-image{display:none}.is-slider-rpa .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.is-slider-rpa .is-arrow-a{top:40px;right:0;left:auto}.is-slider-rpa .is-arrow-a.arrow-prev{right:80px}.is-slider-rpa .sr-inner{padding-left:0}.is-slider-rpa .sr-preview-inner{margin-top:20px}.is-slider-rpa .sr-image{width:auto;max-width:715px}.is-slider-carousel .swiper-slide{width:556px}.is-slider-carousel .swiper-pagination-wrapper{margin-top:40px}.is-slider-carousel .swiper-pagination{gap:9px}.is-slider-carousel .swiper-pagination-bullet{width:11px;height:11px}.is-slider-carousel .swiper-pagination-bullet-active{width:15px;height:15px}.is-slider-carousel .is-arrow-a{width:17px;height:17px;top:8px}.is-slider-carousel .is-arrow-a.arrow-prev{margin-right:15px}.is-slider-carousel .is-arrow-a.arrow-next{margin-left:15px}.is-list-table .lt-cell-title{width:311px}.is-list-table .lt-cell-description{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.is-list-table .lt-cell-description p{font-size:18px;line-height:24px;font-weight:500}.is-list-table .lt-cell-description li{font-size:18px;line-height:24px;font-weight:500}.is-list-table .lt-cell-icon{display:none}.is-list-table.state-a .lt-cell-title{width:194px;font-size:16px;line-height:20px;font-weight:600}.is-list-table.state-a .lt-cell-description p{font-size:14px;line-height:20px;font-weight:500}.is-list-table.state-a .lt-cell-description .is-button-ux{font-size:16px;line-height:20px;font-weight:500}.is-list-table.state-a .lt-cell-icon{display:block;max-width:210px}.is-list-results .is-grid .grid-item{padding:26px}.is-list-results .lr-image{width:60px}.is-cards-ux{grid-template-columns:repeat(2, 1fr);gap:40px}.is-cards-ux .cu-item-card{padding:20px 20px 68px}.is-cards-ux .cu-item-header__number{font-size:18px;line-height:28px;font-weight:500}.is-cards-ux .cu-item-description{font-size:16px;line-height:24px;font-weight:500}.is-cards-testing .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:32px}.is-scheme-work{gap:84px}.is-scheme-work .sw-left{width:311px}.is-scheme-work .sw-right{gap:96px}.is-scheme-work .sw-item__title{font-size:18px;line-height:32px;font-weight:600}.is-scheme-work .sw-item__description{font-size:16px;line-height:24px;font-weight:500;margin-top:12px}.is-scheme-work .sw-item__info{max-width:300px}.is-philosophy{margin-top:80px}.is-philosophy .p-description{width:662px}.is-info-design{padding:40px}.is-info-design .id-title{font-size:24px;line-height:36px;font-weight:600}.is-info-design .id-icon{width:64px;height:64px}.is-work-schema{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-work-schema .ws-column{width:194px;min-width:194px}.is-work-schema .ws-item-header{font-size:18px;line-height:28px;font-weight:600}.is-work-schema .ws-item-header svg{margin-right:16px}.is-work-schema .ws-item-list{margin-top:16px}.is-work-schema .ws-item-list li{font-size:14px;line-height:20px;font-weight:500}.is-work-schema .ws-item[data-item="1"],.is-work-schema .ws-item[data-item="2"]{margin-top:0}.is-work-schema .ws-item[data-item="4"]{margin-top:113px}.is-work-schema .ws-item[data-item="3"]{margin-top:20px}.is-work-schema .ws-schema .step-laptop{display:none}.is-work-schema .ws-schema .step-tablet{display:block}.is-work-schema .ws-schema .ws-arrows{width:60px;top:40%;left:39%}.is-work-schema .ws-schema .step-1{top:50px;left:-40px}.is-work-schema .ws-schema .step-2{top:50px;right:12px}.is-work-schema .ws-schema .step-3{bottom:75px;right:12px}.is-work-schema .ws-schema .step-4{bottom:75px;left:-40px}.is-box-association{padding:40px}.is-box-association .association-info{padding:5px 0}.is-box-association .association-text{font-size:24px;line-height:36px}.is-box-association .association-link{font-size:18px;line-height:22px}.is-box-price{gap:15px}.is-box-price .bp-item{padding:18px}.is-box-price .bp-item__title{font-size:20px;line-height:32px;font-weight:400}.is-box-price .bp-item--dashed{border:none}.is-box-price .bp-item__num--md{white-space:wrap}.is-box-price .bp-card--shadow{padding:38px 32px}.is-box-price .bp-card .flex{gap:16px}.is-box-price .bp-card .bp-item{min-width:auto}.is-box-solution{gap:40px}.is-box-solution .acc-col{gap:40px}.is-box-solution .acc-box .ac-header span{font-size:16px;line-height:26px;font-weight:600}.is-box-solution .acc-box .ac-body-inner{font-size:14px;line-height:22px;font-weight:400}.is-box-effect .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-box-effect .be-item.state-big{grid-column:span 1}.is-box-effect .be-item__label{font-size:32px;line-height:48px;font-weight:600;position:absolute;top:60%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);white-space:nowrap}.is-box-effect .be-item__preview{font-size:18px;line-height:30px;font-weight:400}.is-list-experts{grid-template-columns:1fr 1fr;gap:40px}.is-list-experts .l-content{margin-top:20px}.is-list-partners .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px;row-gap:60px}.is-list-logos.state-a{gap:20px 32px}.list-buttons{gap:16px 20px}.list-buttons .lb-button{font-size:20px;line-height:24px;font-weight:400;padding:20px 32px}.is-functionality-tabs .ft-content__list .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-functionality-tabs .ft-content__item{padding:40px}.is-functionality-tabs .ft-content__name{font-size:16px;line-height:26px;font-weight:600}.is-functionality-tabs.state-accordion .is-accordion .ac-body-inner ul li{font-size:18px;line-height:30px;font-weight:400}.bonus-system{grid-template-columns:repeat(3, 1fr);gap:24px}.bonus-system .card:nth-of-type(4){grid-column:span 3}}.d-hidden{display:none !important}@media screen and (max-width: 950px){.a-hidden{display:none !important}.d-hidden{display:block !important}html{min-width:320px;min-height:0}.is-main-layout{display:block;min-height:0}.is-main-layout .main-layout-content{padding:64px 0 0 0}.is-main-layout .main-layout-content--industrial{padding:0}.is-wrapper-a{width:100%;max-width:728px;margin:0 auto;padding:0 20px}.is-global-header,.is-global-footer{display:none !important}.is-global-footer-mob{display:block}.is-global-header-mob{display:block}h1,.h1{margin-bottom:28px;font-size:30px;line-height:38px;font-weight:600}h1 br,.h1 br{display:none}h1.state-article,.h1.state-article{font-size:22px;line-height:28px;font-weight:600}h1.state-about,.h1.state-about{margin:0 0 32px 0}h1.state-service,.h1.state-service{margin-bottom:16px}h1.state-ux,.h1.state-ux{font-size:84px;line-height:102px;font-weight:700}h2,.h2{margin-bottom:32px;font-size:28px;line-height:36px}h2.state-s,.h2.state-s{font-size:18px;line-height:26px}h2.state-service-page,.h2.state-service-page{font-size:18px;line-height:24px;margin-bottom:28px;text-align:left}h2.state-article,.h2.state-article{font-size:20px;line-height:28px;font-weight:600}h2.state-ux,.h2.state-ux{font-size:30px;line-height:38px;font-weight:600}h2.h2-section,.h2.h2-section{font-size:22px;line-height:28px}h3,.h3{margin-bottom:32px;font-size:24px;line-height:30px}h3 br,.h3 br{display:none}h3.state-a,.h3.state-a{font-size:22px;line-height:28px}h3.state-design,.h3.state-design{font-size:30px;line-height:38px;font-weight:600}h4{margin-bottom:16px;font-size:22px;line-height:28px}.h7{margin-bottom:16px;font-size:18px;line-height:24px}p{font-size:16px;line-height:24px}p.strong,p.bold,p.hard{font-size:16px;line-height:26px}p.state-context{font-size:14px;line-height:16px;width:100%}p.state-note{margin-top:25px}ul>li{margin-bottom:6px;padding-left:16px;font-size:16px;line-height:24px}ul>li:before{top:12px;width:8px}ul>li>ol,ul>li>ul{margin:6px 0 6px 0}ul>li>ul>li{padding-left:20px}ul+p{margin-top:-20px}ol>li{margin-bottom:6px;padding-left:20px;font-size:16px;line-height:24px}ol>li>ol,ol>li>ul{margin:6px 0 6px 0}ol>li>ol>li{padding-left:36px}ol+p{margin-top:-20px}.is-hr-uni{height:20px}.is-table{overflow-x:scroll}.is-table-frontend table thead th .tf-title{font-size:22px;line-height:28px;font-weight:600}.is-table-frontend table tbody .t-cell-title{font-size:16px;line-height:24px;font-weight:600}.is-table-frontend table tbody .t-cell-preview{font-size:16px;line-height:24px;font-weight:400}.is-table-frontend table tbody .t-cell-preview ul>li{font-size:16px;line-height:24px;font-weight:400}.is-table-cost-erp .tc-row{gap:40px}.is-table-cost-erp .tc-row__name{width:50%;font-size:16px;line-height:26px;font-weight:600}.is-table-cost-erp .tc-info{width:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-table-cost-erp .tc-info__cost{font-size:16px;line-height:26px;font-weight:600}.is-table-cost-erp .tc-info__button{margin-top:20px;width:100%}.is-style.state-low-headers h2,.is-style.state-low-headers .h2{font-size:24px;line-height:32px;font-weight:600;margin:0 0 16px 0}.is-style.state-low-headers h3,.is-style.state-low-headers .h3{font-size:20px;line-height:24px;font-weight:600;margin:0 0 16px 0}.is-style.state-low-headers h4,.is-style.state-low-headers .h4{font-size:20px;line-height:24px;font-weight:600;margin:0 0 16px 0}.is-style.state-low-headers h5,.is-style.state-low-headers .h5{font-size:16px;line-height:24px;font-weight:700;margin:0 0 16px 0}.is-block-wrapper{position:relative;display:block;margin:32px 0 0}.is-quote-a{font-size:24px;line-height:32px}.is-quote-b,.is-quote-c{margin-bottom:40px;padding:20px 0 0 64px;font-size:18px;line-height:26px;font-weight:500}.is-quote-b:before,.is-quote-c:before{width:46px;height:46px}.is-quote-d{margin-bottom:40px;font-size:18px;line-height:30px}.is-quote-g .qg-wrapper p{font-size:22px;line-height:34px;font-weight:600}.order-service,.ask-a-question{height:52px;text-align:center;font-size:16px;line-height:52px;font-weight:500;padding:0 29px;border-radius:6px;width:100%}.order-service.state-a,.ask-a-question.state-a{display:inline-block;padding:0 45px}.is-button-a{height:52px;padding:0 15px;text-align:center;font-size:16px;line-height:52px;font-weight:500;border-radius:6px}.is-button-b{display:block;height:52px;padding:0 15px;text-align:center;font-size:16px;line-height:52px;font-weight:500;border-radius:6px}.is-button-b--vacancy{width:100%}.is-button-submit{display:block;height:52px;text-align:center;font-size:16px;line-height:52px;font-weight:500;border-radius:6px}.is-button-submit .bs-label-success{left:10px}.form-state-success .is-button-submit .bs-play{-webkit-transform:translateX(-70px);-ms-transform:translateX(-70px);transform:translateX(-70px)}.state-it-consulting .is-button-submit{max-width:260px}.is-button-ux{font-size:16px;line-height:24px;font-weight:500}.is-arrow-a{width:40px;height:40px;margin:-20px 0 0 0;border-radius:50%}.is-arrow-a.arrow-prev{left:-18px}.is-arrow-a.arrow-next{right:-18px}.is-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-columns .col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:100%;margin:0 !important}.is-icon.icon-heart{width:22px;height:auto;margin-top:-1px}.is-icon.icon-flame{width:22px;height:auto;margin:-6px 0 0 10px}.is-link-show-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.is-link-show-all .mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-link-show-all .not-mobile{display:none}.is-button-play{width:64px;height:64px;margin:-32px 0 0 -32px}.is-button-play .bp-icon-play{width:auto;height:22px;margin:-11px 0 0 -6px}.is-intro-video .iv-video{border-radius:8px 8px 0 0}.is-intro-video .iv-video-header{height:20px;padding:0 10px;border-radius:8px 8px 0 0}.is-intro-video .iv-video-header svg{width:auto;height:5px}.is-intro-video .iv-title{font-size:22px;line-height:28px}.is-intro-video .iv-preview{font-size:18px;line-height:24px;margin-bottom:24px}.is-list-cards{gap:8px}.is-list-cards .lc-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.is-list-cards.state-rotate-animation .lc-item-front,.is-list-cards.state-rotate-animation .lc-item-back{padding:32px}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview{font-size:18px;line-height:24px;font-weight:600}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview.state-a{font-size:18px;line-height:24px;font-weight:600}.is-list-cards.state-rotate-animation .lc-item-back .lc-item__preview{font-size:16px;line-height:24px}.is-list-cards.link-with-arrow .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-cards.link-with-arrow .lc-item{padding:16px;gap:20px}.is-list-cards.link-with-arrow .lc-item__preview{margin-top:10px}.is-list-video .lv-wrapper{display:none}.is-list-video .iv-video{height:560px}.is-list-video .lv-slider{display:block}.is-list-video.state-industrial .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-video.state-industrial .lv-video .vp-title{font-size:18px;line-height:30px;font-weight:600;top:20px;left:20px}.is-list-services-b{padding:20px;border-radius:8px}.is-list-services-b .l-list{width:100%;margin:0 0 -8px -28px}.is-list-services-b .l-item{width:100%;white-space:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 8px 28px;font-size:18px;line-height:30px}.is-list-services-b .l-item:before{top:14px;left:-16px;width:4px;height:4px}.is-list-services-b .l-item img{width:auto;height:32px;margin:0 10px 0 0}.is-list-services-b .write-to-us a{font-size:16px;line-height:24px}.is-list-services-b .l-show-more a{font-size:18px;line-height:24px}.is-list-services-b .is-collapsed-box .cb-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-list-services-b .is-collapsed-box .cb-action span{color:var(--blue200);font-size:16px;line-height:24px}.is-list-news-a{position:relative;display:block}.is-list-news-a .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:30px}.is-list-news-a .l-item-image{margin-bottom:20px;border-radius:8px}.is-list-news-a .l-item-name{font-size:20px;line-height:24px;font-weight:600}.is-list-news-a .l-item-date{font-size:16px;line-height:24px}.is-list-news-a .l-item-time span{font-size:16px;line-height:18px;font-weight:400}.is-list-subtitle{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:40px;font-weight:500}.is-list-text{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:36px;font-weight:500}.is-list-vacancy-a .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:12px}.is-list-vacancy-a .l-item{position:relative;padding:20px;border:none;border-radius:8px}.is-list-vacancy-a .l-item-name{margin-bottom:6px;font-size:20px;line-height:24px}.is-list-vacancy-a .l-item-section{font-size:14px;line-height:20px}.is-list-vacancy-a+.is-list-vacancy-a{margin-top:12px}.is-list-tags-a{margin-bottom:0}.is-list-tags-a .list-tags-wrapper{margin:0 0 0 -12px}.is-list-tags-a .list-tags-item{margin:0 0 10px 12px;font-size:12px;line-height:20px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.is-list-index-logo:not(.state-it-product) .l-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;margin:0 -20px;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.is-list-index-logo:not(.state-it-product) .l-item{position:relative;width:35%;height:80px;margin:0 20px 20px 20px}.is-list-index-logo:not(.state-it-product) .l-item+.l-item{margin:0 20px 20px 20px}.is-list-index-logo:not(.state-it-product) .l-item.state-extra{display:none}.is-header-layout.state-a{text-align:left}.is-header-layout-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 0 32px 0;gap:12px}.is-header-layout-a .hl-right{width:100%;margin:0}.is-box-express{position:relative}.is-box-express h3{font-size:20px;line-height:32px;display:block;margin-bottom:16px}.is-box-express .express-preview{font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:400;margin-bottom:24px}.is-box-projects-b .grid-item{padding:20px}.is-box-projects-b .bp-item-preview{font-size:16px;line-height:28px;font-weight:400}.is-box-projects-b .bp-item-list-tag{font-size:12px;line-height:20px;font-weight:500}.is-box-process .bp-layout-process{margin-bottom:20px}.is-box-process .bp-layout-process h2,.is-box-process .bp-layout-process h3,.is-box-process .bp-layout-process h4,.is-box-process .bp-layout-process h5{margin-bottom:16px}.is-box-process .bp-layout-process p{font-size:16px;line-height:26px;font-weight:400}.is-box-process .bp-layout-process .is-link-show-all-short svg{top:3px}.is-box-process .bp-layout-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;width:100%}.is-box-process .bp-column-tech,.is-box-process .bp-column-industry{width:100%;padding:20px;border-radius:8px}.is-box-process .bp-column-tech{margin:0 0 20px 0}.is-box-process .bp-header{margin-bottom:16px;font-size:20px;line-height:28px}.is-box-process .bp-list-item{font-size:16px;line-height:24px;font-weight:500}.is-box-awards .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:30px}.is-box-awards .ba-item-logo{height:50px;margin:0 0 30px 0}.is-box-awards .ba-item-label-name{font-size:16px;line-height:24px;margin-bottom:10px}.is-box-awards .ba-item-label-rank{font-size:14px;line-height:24px}.is-box-awards.state-3 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-show-more{margin:30px 0 0}.is-show-more a{display:block;font-size:16px;line-height:16px}.is-no-result{margin:80px 0;font-size:18px;line-height:24px}.is-no-result .nr-header br{display:none}.is-no-result .nr-link{font-size:16px;line-height:24px}.is-no-result--blog{margin:80px 0 40px 0;padding-bottom:40px}.is-cookie-privacy{bottom:20px;right:20px;padding:20px;max-width:467px}.is-cookie-privacy .cp-layout{gap:24px}.is-cookie-privacy .cp-layout-text{font-size:14px;line-height:22px}.is-cookie-privacy .cp-layout-button{width:110px}.is-cookie-privacy .cp-layout-button .is-button-a{width:100%}.fb-modal-default{width:100%;max-width:none;padding:30px 20px 30px 20px;border-radius:0}.fb-modal-default .md-wrapper{width:100%;max-width:410px;margin:0 auto}.fb-modal-default .md-wrapper .is-list-tags-c .l-link-name{font-size:16px;line-height:24px}.fb-modal-default .md-header{margin-bottom:20px;font-size:22px;line-height:28px}.fb-modal-default .md-preview{font-size:16px;line-height:24px}.fb-modal-default .md-preview br{display:none}.fb-modal-partners{padding:0;border-radius:16px}.fb-modal-partners .md-wrapper{max-width:100%}.is-header-layout-b{margin:0 0 40px 0}.is-collapsed-box .cb-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-collapsed-box .cb-action span{font-size:16px;line-height:16px}.is-collapsed-box.state-logos .cb-action{padding-top:12px}.is-collapsed-box.state-awards .cb-action{padding-top:12px}.is-image-phones{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 12px 0}.is-image-phones .ip-phone-item{margin:0 0 28px 0}.is-image-phones .ip-phone-item+.ip-phone-item{margin:0 0 28px 0}.is-header-layout-c{margin-bottom:28px}.is-list-type-a .l-item{margin:0 0 20px 0}.is-list-type-a .l-key{font-size:24px;line-height:32px}.is-list-type-a .l-value{margin:8px 0 0 0;font-size:16px;line-height:24px}.is-image-frame-a{margin-bottom:40px;border-width:1px;border-radius:8px 8px 0 0}.is-image-frame-a .if-header{height:20px}.is-image-frame-a .if-header svg{left:9px;width:22px;height:6px;margin:-3px 0 0 0}.is-image-frame-a .if-image{min-height:100px}.is-image-port-frame{border-width:1px;border-radius:8px 8px 0 0}.is-image-port-frame .ip-header{height:20px}.is-image-port-frame .ip-header svg{left:9px;width:22px;height:6px;margin:-3px 0 0 0}.is-image-port-frame .ip-image{min-height:100px}.is-image-a{min-height:100px;margin-bottom:40px}.is-image-port{min-height:100px}.is-image-port-phone{margin:0 auto}.is-image-port-parent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 0 0}.is-image-port-parent .image-port-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;width:100%;margin:0 0 40px 0}.is-image-port-parent .image-port-item+.image-port-item{margin:0 0 40px 0}.is-list-projects .is-grid{display:grid;grid-template-columns:repeat(2, minmax(100px, 1fr));-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:30px}.is-list-projects .l-item{color:var(--gray800);width:auto}.is-list-projects .l-item-link{position:absolute;display:block;z-index:20;top:0;left:0;width:100%;height:100%}.is-list-projects .l-item-image{position:relative;display:block;overflow:hidden;height:auto;max-height:334px;margin:0 0 12px 0}.is-list-projects .l-item-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:150%}.is-list-projects .l-item-name{position:relative;display:block;margin:0 0 8px 0;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-size:16px;line-height:24px;font-weight:600}.is-list-projects .is-list-tags-a{margin-bottom:6px}.is-list-projects .is-list-tags-a .list-tags-item{white-space:inherit;font-size:13px}.is-list-projects.state-2 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-projects-tiles{display:none;width:100%;margin:0 0 40px 0}.is-list-projects-tiles .l-item{width:50%}.is-list-projects-tiles .l-item-name{top:16px;font-size:16px;line-height:24px;font-weight:400}.is-list-projects-tiles .is-list-tags-a{bottom:14px}.is-list-projects-tiles--mobile{display:block}.is-box-portfolio{margin-top:-154px}.is-box-portfolio .box-portfolio-main{padding-top:194px}.is-box-portfolio .box-portfolio-quote{padding:60px 0 20px 0}.is-box-portfolio .box-portfolio-other{padding:60px 0 20px 0}.is-box-portfolio .box-portfolio-form{padding:60px 0 60px 0}.is-box-portfolio .bp-layout-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-box-portfolio .bp-li-content{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;width:100%}.is-box-portfolio .bp-li-content p+h4{padding-top:0}.is-box-portfolio .bp-li-aside{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;width:100%;padding:0}.is-box-portfolio .bp-text-a{margin-bottom:40px;font-size:16px;line-height:26px}.is-box-portfolio .bp-text-a br{display:none}.is-box-portfolio .bp-text-b{margin:0}.is-box-portfolio .bp-text-c{margin-bottom:40px;padding:25px 0 0 60px;font-size:16px;line-height:24px}.is-box-portfolio .bp-text-c img{width:42px;height:auto}.is-box-portfolio .bp-text-c br{display:none}.is-box-portfolio .bp-quote-preview{margin-bottom:20px;font-size:16px;line-height:24px}.is-box-portfolio .bp-qa-photo{width:64px;height:64px}.is-box-portfolio .bp-qa-name{margin:0 0 6px 0;font-size:18px;line-height:28px}.is-box-portfolio .bp-qa-role{color:var(--gray400);font-size:16px;line-height:24px;font-weight:400}.is-box-portfolio .bp-other-header{margin:0 0 28px 0;font-size:24px;line-height:32px}.is-box-contacts .bc-lead-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;margin:0 0 32px 0}.is-box-contacts .bc-lc-item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;position:relative;display:block;width:100%;margin:0 0 28px 0}.is-box-contacts .bc-lc-name{font-size:18px;line-height:24px;font-weight:400;margin:0 0 4px 0}.is-box-contacts .bc-lc-value{font-size:18px;line-height:24px}.is-box-contacts .bc-map-layout{position:relative;display:block}.is-box-contacts .bc-ml-map{pointer-events:none;position:absolute;display:block;overflow:hidden;top:0;left:0;width:0;height:0;opacity:0}.is-box-contacts .bc-ml-list{display:block;width:100%;margin:0}.is-box-contacts .bc-ml-item{margin:0 0 24px 0}.is-box-contacts .bc-ml-item:before{top:10px;width:38px;margin-right:-38px}.is-box-contacts .bc-ml-item-name{padding-left:50px;font-size:20px;line-height:20px;font-weight:600}.is-box-contacts .bc-ip-text{padding-left:50px;font-size:16px;line-height:24px}.is-box-contacts .bc-ip-map{display:block}.is-box-contacts .bc-preview-sub{font-size:14px;line-height:20px}.is-box-form{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:0 -20px;padding:60px 20px;background:var(--white);border-radius:0;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-box-form .bfr-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-box-form .bfr-layout-left{width:100%}.is-box-form .bfr-layout-right{display:none}.is-box-form .bfr-header{margin:0 0 20px 0;font-size:22px;line-height:28px}.is-box-form .bfr-preview{margin:0 0 24px 0;font-size:16px;line-height:24px}.is-box-form .bfr-preview br{display:none}.is-box-form .bfr-preview.state-a{font-size:18px;line-height:30px}.is-box-form .bfr-fields{position:relative;display:block;max-width:600px}.is-box-form.state-subscribe-2 .bfr-header{margin:0 0 30px 0}.is-box-form.state-subscription{padding:40px 0}.is-box-form.state-subscription .bfr-layout-left{max-width:430px}.is-box-form.state-subscription .bfr-layout-right{display:block}.is-box-form.state-subscription .bfr-layout-right img{height:300px}.is-box-form.state-subscription .bfr-header{font-size:30px;line-height:38px;font-weight:700}.is-box-form.state-blog{margin-bottom:60px}.is-box-form.state-blog .bfr-layout-left{padding:60px 20px}.is-box-form.state-blog .is-form-fields-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-box-form.state-blog .is-form-fields-row .field-radio+.field-radio{margin:8px 0 0 0}.is-box-form.state-design .bfr-layout{padding:0 20px}.is-box-form.state-design .bfr-preview{font-size:16px;line-height:24px;font-weight:500}.is-box-form.state-design .bfr-icon{display:none}.is-box-form.state-design .is-form-rules-link{max-width:100%}.is-box-form.state-design .is-form-fields-row .is-button-submit{min-width:230px;width:230px}.is-box-form.state-friends{padding:60px 20px}.is-box-form.state-service .is-button-submit{width:100%}.is-drop-down .dd-item{font-size:26px;line-height:34px;font-weight:600}.is-header-layout-d{margin-bottom:40px}.is-list-news-b .l-item-lead{margin-bottom:28px}.is-list-news-b .l-item-lead .is-list-tags-a .list-tags-item{font-size:12px;line-height:20px}.is-list-news-b .l-item-lead-image{margin-bottom:20px;border-radius:8px}.is-list-news-b .l-item-lead-name{font-size:20px;line-height:24px}.is-list-news-b .l-item-lead-date{font-size:16px;line-height:24px}.is-list-news-b .l-item-time span{font-size:16px;line-height:18px;font-weight:400}.is-list-news-b .l-list .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-news-b .l-item-image{margin-bottom:20px;border-radius:8px}.is-list-news-b .l-item-name{margin-bottom:12px;font-size:22px;line-height:28px;font-weight:600}.is-list-news-b .l-item-date{font-size:16px;line-height:24px}.is-list-news-c .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-news-c .is-grid>.grid-item.state-extra{display:none}.is-list-news-c .l-item-name{font-size:18px;line-height:24px;font-weight:500}.is-list-news-c .l-item-date{font-size:16px;line-height:24px}.is-slider-news-last .sn-item-type-a{padding:40px}.is-slider-news-last .sn-item-type-a .sn-item-name{font-size:20px;line-height:24px;font-weight:600}.is-slider-news-last .sn-item-type-a .sn-item-date{font-size:16px;line-height:24px}.is-slider-news-last .sn-item-type-b{min-height:430px}.is-slider-news-last .sn-item-type-b .sn-item-image{margin-bottom:20px}.is-slider-news-last .sn-item-type-b .sn-item-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:50%}.is-slider-news-last .sn-item-type-b .sn-item-name{margin-bottom:12px;font-size:20px;line-height:24px;font-weight:600}.is-slider-news-last .sn-item-type-b .sn-item-date{font-size:16px;line-height:24px}.is-slider-news-last .sn-item-type-c{padding:40px}.is-slider-news-last .sn-item-type-c .sn-item-name{font-size:20px;line-height:24px;font-weight:600}.is-slider-news-last .sn-item-type-c .sn-item-icon{width:64px;height:auto;margin:0 0 16px -27px}.is-slider-news-last .sn-item-type-c .sn-item-date{font-size:16px;line-height:24px}.is-pager{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-pager .ip-item{width:40px;height:40px;border-radius:4px}.is-pager .ip-item span{font-size:20px;line-height:24px}.is-pager .ip-item+.ip-item{margin-left:8px}.is-pager .ip-item.state-extra{display:none}.is-header-layout-e{margin-bottom:40px}.is-header-layout-e .hl-image{margin-bottom:16px}.is-header-layout-e .hl-image img{border-radius:8px}.is-header-layout-e .hl-date{font-size:16px;line-height:24px}.is-header-layout-e .hl-header{margin-bottom:40px}.is-header-layout-e .hl-header+.hl-preview{margin-top:-24px}.is-header-layout-e .hl-preview{margin-bottom:40px;font-size:18px;line-height:24px}.is-search-line-a .is-form-field.field-text .ff-input{padding:16px 54px 16px 20px}.is-search-line-a .is-form-field.field-text .ff-icon{right:20px;width:24px;height:24px;margin:-12px 0 0 0}.is-search-line-a .is-form-field.field-text.state-has-value .ff-label{opacity:0;font-size:18px;line-height:30px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.is-search-line-a .is-form-field.field-text.state-focus .ff-label{font-size:18px;line-height:30px;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none}.is-search-line-a .autocomplete-suggestion{font-size:16px;line-height:20px}.is-details-news{margin-bottom:20px}.is-details-news .dn-layout-content{width:100%}.is-details-news .dn-layout-content p{font-size:16px;line-height:24px}.is-details-news .dn-layout-content ul>li,.is-details-news .dn-layout-content ol>li{font-size:16px;line-height:24px}.is-details-news .dn-layout-aside{display:none}.is-details-news .dn-aside-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-details-news .dn-aside{position:relative;width:100%;left:0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-details-news .dn-quote{padding:25px 0 0 60px;margin:0 0 40px 0}.is-details-news .dn-quote img{width:50px;height:auto}.is-box-author{margin-bottom:40px}.is-box-author .ba-image{width:66px;height:66px}.is-box-author .ba-name{font-size:18px;line-height:24px}.is-box-author .ba-role{color:var(--gray800);font-size:16px;line-height:24px;font-weight:400}.is-box-author.state-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 40px 0}.is-box-author.state-inline .ba-image{margin:0 0 16px 0}.is-box-author.state-inline .ba-role{margin:0;color:var(--gray800);font-size:16px;line-height:24px;font-weight:400}.is-box-share-a{padding:16px 0 0 0}.is-box-share-a .bs-tags{margin:0 0 16px 0}.is-box-share-a .bs-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.is-header-layout-f{margin-bottom:20px}.is-header-layout-f .hl-preview{font-size:18px;line-height:32px}.is-header-layout-f .hl-preview br{display:none}.is-header-layout-h .hl-preview{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.is-list-career-a .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-career-a .l-image{margin:0 0 8px 0}.is-list-career-a .l-image img{width:80px;height:80px}.is-list-career-a .l-name{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px}.is-list-career-b{position:relative;display:block}.is-list-career-b .l-item{padding:40px 0}.is-list-career-b .l-item:first-child{padding-top:0}.is-list-career-b .l-image{display:none}.is-list-career-b .l-content{width:100%}.is-list-career-b .l-name{margin:0 0 16px 0;font-size:20px;line-height:24px}.is-list-career-b .l-preview{font-size:16px;line-height:24px}.is-list-career-b .l-button{margin-top:16px}.is-list-career-d{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-career-d .l-row{width:100%}.is-list-career-d .l-image{min-height:auto}.is-list-career-d .card{min-height:auto}.is-list-images-a .l-item{width:350px;border-radius:8px}.is-list-images-a .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57%}.is-list-images-a .l-item+.l-item{margin:0 0 0 20px}.is-list-images-a.state-service .l-item{width:280px}.is-list-images-a.state-service .l-item:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:75%}.is-slider-images-a .swiper-slide{width:100%;border-radius:8px}.is-slider-images-a .swiper-slide:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:57%}.is-slider-images-a.state-initial .swiper-slide{margin-right:20px}.is-slider-images-a.state-service .swiper-slide{width:100%}.is-slider-images-a.state-service .swiper-slide:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:75%}.is-slider-video .swiper-slide{height:240px}.is-accordion .ac-header span{padding:30px 0;font-size:20px;line-height:24px}.is-accordion .ac-body-inner p:last-child{margin-bottom:30px}.is-accordion .ac-body-inner .is-list-news-b .grid-item{width:100%}.is-accordion .ac-body-inner .is-list-news-b .grid-item .l-item-name{font-size:18px}.is-accordion .ac-body-inner .ac-body-inner-image{display:none}.is-accordion .ac-body-inner .ac-body-inner-image--mobile{display:block}.is-accordion .ac-body-inner .ac-body-inner-title{font-size:16px;line-height:16px;font-weight:500}.is-accordion .ac-body-inner .ac-body-inner-image--mobile{display:block}.is-accordion .ac-body-inner .ac-body-inner-title{font-size:16px;line-height:16px;font-weight:500}.is-accordion .ac-body-inner .dropdown-button{font-size:16px;line-height:24px;font-weight:500}.is-accordion .ac-body-inner .dropdown-content a{font-size:16px;line-height:24px;font-weight:500}.is-accordion .ac-item.state-open .ac-body-inner .is-list-news-b .grid-item{width:100%}.is-accordion .ac-item.state-open .ac-body-inner .is-list-news-b .grid-item .l-item-name{font-size:18px}.is-accordion .ac-item.state-open .ac-body-inner p{font-size:16px;line-height:20px}.is-accordion.state-it-consulting .ac-body-inner p{font-size:16px;line-height:24px;font-weight:400}.is-list-services-c .l-list{font-size:20px;line-height:36px;font-weight:500}.is-list-services-c .l-list i{width:26px;height:18px}.is-list-services-c .l-list i:before{width:4px;height:4px;margin:-2px 0 0 -2px}.is-list-services-c .l-list span.state-arrow::after,.is-list-services-c .l-list a.state-arrow::after{content:"";width:14px;height:14px;margin-left:8px;margin-right:8px}.is-list-services-c .l-list span.state-arrow.state-bold::after,.is-list-services-c .l-list a.state-arrow.state-bold::after{content:"";width:14px;height:14px;margin-left:8px;margin-right:8px}.is-list-services-c .l-list span.state-dot,.is-list-services-c .l-list a.state-dot{margin-left:30px}.is-list-services-c .l-list span.state-dot::before,.is-list-services-c .l-list a.state-dot::before{pointer-events:none;position:absolute;display:inline-block;content:"";width:4px;height:4px;top:15px;left:-50px}.is-list-services-c .l-show-more a{font-size:20px;line-height:20px;font-weight:500}.is-text-conditions{font-size:18px;line-height:36px}.is-friends-wrap{max-width:1120px}.is-friends__subtitle{font-size:16px;line-height:28px;font-weight:500;margin-bottom:40px}.is-friends__preview{font-size:16px;line-height:24px;margin-bottom:50px}.is-friends__footnote--text{font-size:16px;line-height:28px;font-weight:400}.is-friends-logo{margin-bottom:48px}.is-friends__list{margin-top:48px}.is-friends__list .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:50px}.is-friends__list .l-image{margin:0 0 8px 0}.is-friends__list .l-image img{width:80px;height:80px}.is-friends__list .l-name{font-size:22px;line-height:24px;font-weight:600}.is-friends__list .is-grid .l-preview{margin-top:12px;font-size:18px;line-height:24px}.is-friends__list--dark .l-name{font-size:20px;line-height:24px;font-weight:400}.is-friends__list.grid-layout{grid-template-columns:1fr}.is-friends-questions__icon{width:80px;height:80px}.is-friends-questions__text{font-size:20px;line-height:32px;margin-left:50px}.is-list-career-c .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:50px}.is-list-career-c .l-image{margin:0 0 8px 0}.is-list-career-c .l-image img{width:80px;height:80px}.is-list-career-c .l-name{font-size:20px;line-height:24px;font-weight:400}.is-list-career-c .l-preview{margin-top:12px;font-size:16px;line-height:24px}.is-list-career-c p{font-size:16px;line-height:24px;font-weight:400}.is-list-career-c ul>li{font-size:16px;line-height:24px;font-weight:400}.is-header-layout-g{margin-bottom:40px}.is-header-layout-g .hl-image{margin:0 0 28px 0}.is-header-layout-g .hl-button{display:block}.is-details-vacancy .dv-header{display:none}.is-details-vacancy .dv-layout-content{width:100%}.is-details-vacancy .dv-layout-content p{font-size:16px;line-height:24px}.is-details-vacancy .dv-layout-content ul>li{font-size:16px;line-height:24px}.is-details-vacancy--depricated .is-header-layout-a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-details-vacancy--depricated .is-header-layout-a h3{font-size:22px;line-height:34px}.is-details-vacancy--depricated .is-list-vacancy-a .is-grid{margin:0}.is-details-vacancy--depricated .is-list-vacancy-a .is-grid .grid-item{min-width:315px}.is-details-vacancy--depricated .is-list-vacancy-a .l-item-name{font-size:18px;line-height:30px}.is-details-vacancy--depricated .is-list-vacancy-a .l-item-image{margin-left:28px}.is-details-vacancy--depricated .is-accordion{margin-bottom:0}.is-details-vacancy--depricated .is-accordion .ac-body{margin-top:40px}.is-details-vacancy .dv-banner-wrapper .dv-banner{background-position:120% -100px;height:284px}.is-details-vacancy .dv-banner-wrapper .dv-banner__title{font-size:20px;line-height:28px;font-weight:600}.is-details-vacancy .dv-banner-wrapper .dv-banner__preview{font-size:16px;line-height:24px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-banner__image{right:12px;top:32px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:before{bottom:-80px;left:-67px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:after{top:-117px;right:-70px;width:215px;height:215px}.is-header-layout-h .hl-info h1{margin-bottom:32px}.is-header-layout-h .hl-request{padding:16px 20px}.is-header-layout-h .hl-request__title{font-size:22px;line-height:28px;margin-bottom:16px}.is-header-layout-h .grid-layout{grid-template-columns:1fr}.is-header-layout-h.state-data h1{font-size:30px;line-height:38px;font-weight:600}.is-header-layout-h.state-data .hl-request__title{font-size:22px;line-height:28px;font-weight:600}.is-header-layout-h.state-data .hl-image img{max-height:420px}.is-header-layout-h.state-sdet .hl-info h2{font-size:22px;line-height:34px;font-weight:600}.is-header-layout-h .sd-button-order.grid-2{display:grid;grid-template-columns:1fr}.is-header-layout-h .grid-layout{grid-template-columns:1fr}.is-header-layout-h.header-animation .hl-image{height:463px}.is-list-type-b{margin-bottom:28px}.is-list-type-b .l-item{margin-bottom:12px}.is-list-type-b .l-key{margin-bottom:2px;font-size:16px;line-height:24px}.is-list-type-b .l-value{font-size:18px;line-height:24px}.is-box-processes:after{display:none}.is-processes-canvas img.state-desktop{display:none}.is-processes-canvas img.state-tablet{display:none}.is-processes-canvas img.state-mobile{display:block}.is-processes-canvas .pc-label-list{position:relative;height:auto}.is-processes-canvas .pc-label{cursor:default;position:relative;display:block;top:auto !important;bottom:auto !important;left:auto !important;right:auto !important;width:100%;height:auto !important;margin:0 0 40px 0;padding:0 0 0 16px}.is-processes-canvas .pc-label-children{margin-left:16px}.is-processes-canvas .pc-label-children .pc-label-line{background:#e5e5e5}.is-processes-canvas .pc-label-children .pc-label-line--arrow::before,.is-processes-canvas .pc-label-children .pc-label-line--arrow::after{background:#e5e5e5}.is-processes-canvas .pc-label-line{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:11px;left:0;bottom:-51px;width:2px;background:#f19236}.is-processes-canvas .pc-label-line--arrow::after{position:absolute;display:block;content:"";bottom:3px;left:-7px;width:10px;height:2px;background:#f19236;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.is-processes-canvas .pc-label-line--arrow::before{position:absolute;display:block;content:"";bottom:3px;left:-1px;width:10px;height:2px;background:#f19236;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:auto}.is-processes-canvas .pc-label-line--none{display:none}.is-processes-canvas .pc-label-name{display:block;font-size:20px;line-height:24px;font-weight:400}.is-processes-canvas .pc-label-preview{pointer-events:auto;position:static;top:auto;left:auto;width:100%;margin:12px 0 0 0;padding:0;font-family:"root","Arial",sans-serif;font-size:14px;line-height:20px;background:transparent;border-radius:0;-webkit-filter:none;filter:none;opacity:1 !important;visibility:visible;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:none;-o-transition:none;transition:none;will-change:none}.is-processes-canvas .pc-label-preview:before{display:none}.is-processes-canvas .pc-label-preview.state-reverse{left:auto;right:auto}.is-processes-canvas .pc-label-preview.state-reverse:before{left:auto;right:auto}.is-processes-canvas__wrapper:not(:last-child){margin-bottom:40px}.is-processes-canvas__subtitle{font-size:20px;line-height:32px;font-weight:500}.is-processes-canvas--ic .pc-label-list{display:none}.is-processes-canvas--rpa .pc-label-list{display:block;color:var(--gray800)}.is-processes-canvas--rpa .pc-label{padding:20px;border-radius:16px;-webkit-box-shadow:0 10px 40px rgba(10,12,16,.07);box-shadow:0 10px 40px rgba(10,12,16,.07)}.is-processes-canvas--rpa .pc-label:last-child{margin:0}.is-processes-canvas--rpa .pc-label-name ul li{padding:0}.is-processes-canvas--rpa .pc-label-name ul li:before{display:none}.is-processes-canvas--rpa .pc-label-name h4{font-size:20px;line-height:24px;font-weight:600}.is-processes-canvas--rpa .pc-label-arrow{display:block;position:absolute;bottom:-40px;left:50%;height:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.is-list-team{position:relative;display:block}.is-list-team .l-item{padding:40px 0}.is-list-team .l-item:first-child{padding-top:0}.is-list-team .l-image{display:none}.is-list-team .l-content{width:100%}.is-list-team .l-name{margin:0 0 16px 0;font-size:20px;line-height:24px}.is-list-team .l-preview{font-size:16px;line-height:24px}.is-list-team .l-preview ul li{font-size:16px;line-height:24px}.is-list-team .l-preview ul li:before{top:12px}.is-list-team.state-service{margin-bottom:0}.is-box-services{position:relative;display:block}.is-service-detail p{font-size:16px;line-height:24px;font-weight:400}.is-service-detail p.preview-a{font-size:16px;line-height:24px}.is-service-detail p.preview-b{font-size:16px;line-height:24px;font-weight:400}.is-service-detail p.preview-c{font-size:18px;line-height:24px}.is-service-detail p.hard{font-size:16px;line-height:24px}.is-service-detail ul li{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-service-detail .preview-section p{font-size:16px;line-height:24px}.is-service-detail .sd-section.state-scheme h2{margin-bottom:20px}.is-service-detail .sd-section.state-black+.sd-section.state-black{padding-top:0}.is-service-detail .sd-section.state-image .is-header-layout-a{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.is-service-detail .sd-section.state-image .is-header-layout-a .is-link-show-all{width:auto}.is-service-detail .sd-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-bottom:20px}.is-service-detail .sd-header-title h1,.is-service-detail .sd-header-title h2,.is-service-detail .sd-header-title h3,.is-service-detail .sd-header-title h4,.is-service-detail .sd-header-title h5,.is-service-detail .sd-header-title .h1,.is-service-detail .sd-header-title .h2,.is-service-detail .sd-header-title .h3,.is-service-detail .sd-header-title .h4,.is-service-detail .sd-header-title .h5{margin:0}.is-service-detail .sd-header-title h3.state-a{margin-bottom:15px}.is-service-detail .sd-header-title p{font-size:16px;line-height:24px;font-weight:500}.is-service-detail .sd-header-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:90vw}.is-service-detail .sd-header-link span{font-size:16px;line-height:24px;font-weight:500}.is-service-detail .sd-header-link .not-mobile{display:none}.is-service-detail .sd-header-link .mobile{display:block}.is-service-detail .sd-header.state-a{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;margin-bottom:24px}.is-service-detail .sd-header.state-a h3{font-size:22px;line-height:18px;font-weight:600}.is-service-detail .sd-header.state-a .sd-header-link a{width:auto}.is-service-detail .sd-header.state-a .sd-header-link span{font-size:18px;line-height:24px;font-weight:500}.is-service-detail .sd-header.state-a .sd-header-link .not-mobile{display:block}.is-service-detail .sd-header.state-a .sd-header-link .mobile{display:none}.is-service-detail .sd-header.state-b .sd-header-link,.is-service-detail .sd-header.state-b a{width:100%}.is-service-detail .is-box-schema{padding:0;margin:60px 0}.is-service-detail .is-box-schema .bs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-service-detail .is-box-schema .bs-info{max-width:100%;padding-left:16px;margin-bottom:40px;font-size:16px;line-height:28px}.is-service-detail .is-box-schema .bs-arrow{display:none}.is-service-detail .is-box-schema .bs-arrow-mobile{display:block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:11px;left:0;bottom:-51px;width:2px;background:#f19236}.is-service-detail .is-box-schema .bs-arrow-mobile::before{position:absolute;display:block;content:"";bottom:3px;left:-1px;width:10px;height:2px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:auto;background:#f19236}.is-service-detail .is-box-schema .bs-arrow-mobile::after{position:absolute;display:block;content:"";bottom:3px;left:-7px;width:10px;height:2px;background:#f19236;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.is-service-detail .is-box-schema-b .bs-item__name{font-size:18px;line-height:30px;font-weight:600}.is-service-detail .is-box-schema-b .bs-item__preview{font-size:16px;line-height:24px}.is-service-detail .is-box-schema-c .bs-item__name{font-size:20px;line-height:32px;font-weight:600}.is-service-detail .is-box-schema-c .bs-item__preview{font-size:16px;line-height:24px;font-weight:400}.is-service-detail .is-box-help .is-grid .grid-item{padding:12px 16px}.is-service-detail .is-box-help .bh-name{font-size:16px;line-height:26px}.is-quote-e,.is-quote-f{padding:20px 0 0 64px;font-size:18px;line-height:24px;font-weight:500}.is-quote-e:before,.is-quote-f:before{width:46px;height:46px}.is-list-services-f .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-services-f .l-image{width:60px;height:60px}.is-list-services-f .l-name{margin:20px 0 0 0;font-size:20px;line-height:28px;font-weight:500}.is-list-services-f .l-preview{margin:20px 0 0 0;font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-list-services-f .l-preview p{font-size:16px;line-height:24px;font-weight:400}.is-list-services-f.state-2 .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-services-f.state-3 .is-grid .grid-item{padding-top:40px;border-top:solid 1px var(--gray200);border-bottom:solid 1px var(--gray200)}.is-list-services-f.state-3.tablet{display:none}.is-list-services-f.state-3.not-tablet{display:block}.is-list-services-f.state-3.state-c .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-services-f.state-3.state-c .is-grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px;border:2px solid var(--blue100)}.is-list-services-f.state-3.state-c .is-grid .l-name{margin:0 20px 0 0;font-size:18px;line-height:30px;font-weight:600}.is-list-services-f.state-4 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-list-services-f.state-a .l-name{font-size:18px;line-height:24px;margin-bottom:10px}.is-list-services-f.state-b .is-grid .grid-item{padding:0}.is-list-services-f.state-b .is-grid .grid-item .l-link{font-size:16px;line-height:28px;font-weight:500}.is-list-services-f.state-b .is-grid .grid-item .l-link svg{width:12px;height:12px}.is-list-services-f.state-b .l-name{font-size:18px;line-height:24px;margin-bottom:10px}.is-list-services-f.state-b .l-wrapper{grid-template-columns:80px 1fr;gap:40px}.is-list-services-f.state-b .l-wrapper .l-preview{font-size:18px;line-height:24px;font-weight:500}.is-list-services-f.state-b .l-wrapper.no-image.no-image .l-name{font-size:20px;line-height:30px;font-weight:600}.is-list-services-f.state-b .l-wrapper.no-image.no-image .l-preview{font-size:16px;line-height:24px;font-weight:500}.is-list-services-f.state-b .l-round{width:60px;height:60px}.is-list-services-f.state-b .l-round__number{font-size:20px;line-height:32px;font-weight:500}.is-list-services-g .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:12px}.is-list-services-g .l-item{position:relative;padding:20px;border:none;border-radius:8px;padding:16px 20px}.is-list-services-g .l-item-name{font-size:16px;line-height:24px}.is-list-services-g .l-item-image{width:48px;height:auto;margin-right:16px}.is-list-services-g .l-item-section{font-size:16px;line-height:24px}.is-list-services-g+.is-list-vacancy-a{margin-top:-48px}.is-list-services-h .is-grid{margin-bottom:12px}.is-list-services-h .l-name{font-size:18px;line-height:30px}.is-list-services-h .l-preview ul li{font-size:16px;line-height:28px}.is-list-services-h .bp-item-list-tag{font-size:12px;line-height:20px;font-weight:500}.is-list-services-k{grid-template-columns:1fr;row-gap:12px}.is-list-services-k .l-item{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px 20px}.is-list-services-k .l-content{margin-right:0}.is-list-services-k .l-name{font-size:20px;line-height:28px;margin-bottom:16px}.is-list-services-k .l-preview{font-size:16px;line-height:24px}.is-list-services-k .l-preview.state-a{font-size:16px;line-height:24px}.is-list-services-k .l-image{width:40px;height:40px;margin-bottom:10px}.is-list-services-k .l-image img{width:100%;height:100%}.is-list-services-l{margin-bottom:40px}.is-list-services-l .l-item{font-size:16px;line-height:24px;font-weight:500}.is-list-benefits{grid-template-columns:1fr;margin:0}.is-list-benefits .l-item{padding:20px}.is-slider-reviews-cases .sr-preview{padding:20px}.is-slider-reviews-cases .sr-preview-name{margin-bottom:16px;font-size:20px;line-height:26px;font-weight:600}.is-slider-reviews-cases .sr-preview-link{font-size:16px;line-height:16px;font-weight:400;margin:-8px 0 24px 0}.is-slider-reviews-cases .sr-preview-link svg{width:12px;height:12px}.is-slider-reviews-cases .sr-preview-link span{font-size:16px;line-height:24px}.is-slider-reviews-cases .sr-preview-inner{height:auto;font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:26px;font-weight:500}.is-slider-reviews-cases .sr-preview-inner li{font-family:"root","Arial",sans-serif;font-size:16px;line-height:26px;font-weight:500}.is-slider-reviews-cases .sr-preview-inner p{font-family:"root","Arial",sans-serif;font-size:16px;line-height:26px;font-weight:500;margin-bottom:0;margin-top:0}.is-slider-reviews-cases .sr-preview-inner--link{-webkit-line-clamp:7}.is-slider-reviews-cases .sr-author-photo{width:68px;height:68px;margin-bottom:16px}.is-slider-reviews-cases .sr-author-name{font-size:20px;line-height:28px}.is-slider-reviews-cases .sr-author-role{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-slider-reviews-cases.state-initial .swiper-slide{margin-right:24px}.is-slider-reviews-cases.state-cases .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-slider-reviews-cases .sr-preview-more a{font-size:16px;line-height:24px}.is-slider-reviews-cases.state-reviews .is-arrow-a{top:25%}.is-slider-reviews-cases.ux-audit-cases .sr-preview{height:auto;min-height:320px}.is-slider-reviews-cases--review .sr-preview{padding:20px;height:290px}.is-slider-reviews-cases--ml .swiper-slide,.is-slider-reviews-cases--gi .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-slider-reviews-cases--ml .sr-image,.is-slider-reviews-cases--gi .sr-image{width:100%;position:relative}.is-slider-reviews-cases--ml .sr-image:before,.is-slider-reviews-cases--gi .sr-image:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;content:"";width:100%;height:auto;padding-bottom:65%}.is-slider-reviews-cases--ml .sr-image .full-img,.is-slider-reviews-cases--gi .sr-image .full-img{-o-object-fit:cover;object-fit:cover;border-radius:16px 16px 0 0}.is-slider-reviews-cases--ml .sr-inner,.is-slider-reviews-cases--gi .sr-inner{width:100%}.is-slider-reviews-cases--ml .sr-preview,.is-slider-reviews-cases--gi .sr-preview{border-radius:0 0 16px 16px}.is-slider-reviews-cases--ml .sr-preview-more,.is-slider-reviews-cases--gi .sr-preview-more{background:transparent}.is-slider-reviews-cases--gi .sr-preview-link+.sr-preview-inner{height:183px}.is-slider-reviews-cases--it-consulting .sr-preview{padding:40px 48px}.is-slider-reviews-cases--it-consulting .sr-preview .sr-preview-inner{margin:24px 0;-webkit-line-clamp:9}.is-slider-reviews-cases--it-consulting .sr-preview-more{padding:0;background:transparent !important}.is-slider-reviews-cases--specialization .sr-preview-name{font-size:18px;line-height:30px;font-weight:600}.is-slider-reviews-trust .sr-author-name{font-size:16px;line-height:28px}.is-slider-reviews-trust .sr-preview-more a span{font-size:18px;line-height:30px;font-weight:600}.is-slider-reviews-trust .sr-preview-more svg{margin-left:6px}.is-slider-reviews-trust.state-it-product .sr-inner{padding:20px}.is-slider-reviews-trust.state-it-product .sr-author{height:155px}.is-slider-specialist .ss-preview-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}.is-slider-specialist .ss-preview-place{font-size:16px;line-height:24px;margin-bottom:10px}.is-slider-specialist .ss-preview-name{font-size:16px;line-height:24px}.is-slider-specialist .ss-preview-inner{position:relative;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:8;margin-bottom:20px}.is-slider-specialist .ss-preview-wrapper{padding:20px}.is-slider-specialist .ss-preview-item{width:100%}.is-slider-specialist .ss-preview-item:first-child{margin-bottom:8px}.is-slider-specialist .ss-preview-more{display:block;font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:24px;font-weight:600;text-align:center;margin-bottom:16px}.is-slider-specialist .ss-preview-more a{color:var(--blue100)}.is-slider-specialist .ss-preview-button{width:100%}.is-slider-specialist.state-a .ss-preview-item .ss-preview-button{display:none}.is-slider-specialist.state-a .ss-preview-button--mobile{display:block}.is-list-industries{display:none}.is-list-industries--mobile{display:block}.is-list-tech{position:relative;display:block}.is-list-tech .l-item{margin:0 0 20px 0;padding:0 0 20px 0}.is-list-tech .l-name{font-size:20px;line-height:24px;font-weight:500}.is-list-tech .l-tech-list{margin:16px 0 -12px -40px}.is-list-tech .l-tech-list span{margin:0 0 12px 40px;font-size:18px;line-height:24px}.is-list-tech .l-tech-list span:before{top:10px;left:-22px}.is-quote-person{position:relative;display:block}.is-quote-person .qp-preview{margin-bottom:32px;font-size:16px;line-height:24px}.is-quote-person .qp-author{position:relative;display:block}.is-quote-person .qp-a-photo,.is-quote-person .qp-a-photo--service{width:68px;height:68px}.is-quote-person .qp-a-name{margin-top:16px;font-size:18px;line-height:28px}.is-quote-person .qp-a-role{margin-top:4px;font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-quote-person .qp-a-name--service{margin-top:16px;font-size:24px;line-height:30px}.is-quote-person .qp-a-role--service{margin-top:4px;font-size:18px;line-height:24px}.is-quote-person .qp-a-role--service p{font-size:18px;line-height:24px}.is-quote-person .qp-a-role--service .bold{font-size:18px;line-height:24px}.is-tech-box-filter .tb-tabs{padding:26px 0 0 0;border-top:1px solid var(--gray500)}.is-tech-box-filter.state-data .tb-tabs{padding:0;margin:0;border-top:1px solid var(--gray500)}.is-tech-box-filter.state-data .d-hidden{padding:24px}.is-tech-box-filter.state-data .stm-name{font-size:18px;line-height:24px;margin-right:20px}.is-tech-box-filter.state-data .is-list-tech-long .is-grid{grid-template-columns:1fr;gap:0}.is-tech-box-filter.state-data .is-list-tech-long .grid-item{padding:24px;border-bottom:1px solid var(--gray500)}.is-tech-box-filter.state-data .is-list-tech-long .l-name{margin-bottom:16px;font-weight:600}.is-list-tech-long{position:relative;display:block}.is-list-tech-long .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-tech-long .grid-item{padding-bottom:24px;border-bottom:1px solid var(--gray500)}.is-list-tech-long .l-name{margin:0 0 8px 0;font-size:18px;line-height:24px;font-weight:500}.is-list-tech-long .l-value{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px}.is-list-tech-long.no-tabs .is-grid{margin-top:40px}.is-list-tech-long.state-3 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.is-list-images-b{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-list-images-b img{display:block;max-width:none;width:45%;height:auto}.is-list-tiles-a{position:relative;display:block}.is-list-tiles-a .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-tiles-a .grid-item{padding:32px 16px 4px 16px;border-radius:8px}.is-list-tiles-a.state-2 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-tiles-a.state-3 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-tiles-a.state-no-stretch .is-grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-box-not-found{margin-bottom:60px}.is-box-not-found .bnf-image{width:80%;margin-bottom:40px}.is-box-not-found .bnf-header{white-space:nowrap;font-size:16px;line-height:24px;font-weight:600}.is-box-not-found .bnf-link a span{margin-right:8px;white-space:nowrap;font-size:16px;line-height:16px;font-weight:600}.is-box-not-found .bnf-link a svg{width:16px;height:16px;margin:0 0 0 0}.is-show-tags-mobile a span{font-size:16px;line-height:28px}.is-list-logos .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:10px}.is-list-logos.state-a{gap:16px}.is-list-logos.state-a .l-item{width:142px;height:90px}.is-list-awards .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:60px}.is-list-awards .l-logo{height:auto;margin-bottom:16px}.is-list-awards .l-logo img{width:auto;height:64px;margin:0 0 5px 0}.is-list-awards .l-rate-item{margin-bottom:12px}.is-list-awards .l-rate-item.state-link .l-rate-item-key{color:var(--blue100)}.is-list-awards .l-rate-item-key{font-size:16px;line-height:24px}.is-list-awards .l-rate-item-value{font-size:18px;line-height:24px;font-weight:600}.is-list-awards .l-rate-item-value:before{top:11px;left:-36px;width:20px}.is-slider-reviews .sr-preview{padding:20px}.is-slider-reviews .sr-preview-inner{height:auto;max-height:288px;font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:26px;font-weight:500}.is-slider-reviews .sr-author-photo{width:68px;height:68px;margin-bottom:16px}.is-slider-reviews .sr-author-role{font-size:16px;line-height:24px;font-weight:400}.is-slider-reviews.state-initial .swiper-slide{margin-right:24px}.is-slider-reviews .is-arrow-a{top:135px}.is-slider-reviews .sr-preview-more a{font-size:16px;line-height:24px}.is-slider-reviews .sr-author-name{font-size:18px;line-height:24px}.is-slider-reviews-trust .sr-inner{padding:20px}.is-slider-reviews-trust .sr-preview-more{font-size:16px;line-height:24px;font-weight:400}.is-slider-reviews-trust .sr-preview-text{font-size:16px;line-height:24px;font-weight:400;margin-bottom:16px}.is-slider-reviews-trust .sr-author-role{font-size:16px;line-height:24px;font-weight:400}.is-slider-reviews-trust .sr-author-name{font-size:16px;line-height:24px}.is-slider-reviews-trust .sr-author-logo{margin:15px 0 0}.is-slider-reviews-trust.state-it-consulting .sr-inner{padding:40px}.is-list-quotes .l-item{padding:24px;margin:0 -24px;border-radius:0;border:none;background:var(--white)}.is-list-quotes .l-item:after{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;display:block;content:"";bottom:0;left:24px;right:24px;height:1px;background:#f7f7f9}.is-list-quotes .l-item:last-child:after{display:none}.is-list-quotes .l-item.state-active{border:none;background:#f7f7f9}.is-list-quotes .l-item.state-active .l-preview{max-height:none;-webkit-line-clamp:unset}.is-list-quotes .l-name{margin-bottom:16px;font-size:20px;line-height:28px;font-weight:600}.is-list-quotes .l-link{font-size:16px;line-height:16px;font-weight:400;margin:-8px 0 24px 0}.is-list-quotes .l-link span{font-size:16px;line-height:16px;font-weight:400}.is-list-quotes .l-link svg{width:12px;height:12px}.is-list-quotes .l-preview{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20;overflow:hidden;font-family:"root","Arial",sans-serif;font-size:18px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:5}.is-list-quotes .l-toggle{-webkit-box-ordinal-group:31;-ms-flex-order:30;order:30;display:block}.is-list-quotes .l-author{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:16px 0 28px 0}.is-list-quotes .l-a-photo{width:48px;height:48px;margin:0 0 12px 0}.is-list-quotes .l-a-name{font-size:16px;line-height:24px}.is-list-quotes .l-a-role{color:var(--gray400);font-size:14px;line-height:20px}.is-list-quotes-specialist .l-header{position:relative;background:var(--gray200);padding:20px}.is-list-quotes-specialist .l-person{position:relative;z-index:10}.is-list-quotes-specialist .l-place{margin-bottom:5px;font-size:16px;line-height:24px}.is-list-quotes-specialist .l-name{font-size:16px;line-height:24px}.is-list-quotes-specialist .l-preview{padding:20px}.is-list-quotes-specialist .l-preview-item{margin-bottom:10px}.is-list-quotes-specialist .l-preview .l-preview-item__title{margin-bottom:5px}.is-list-quotes-specialist .l-preview .l-preview-item__info{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400}.is-list-quotes-specialist .l-preview{padding:20px 0}.is-box-unsubscribe .bu-image{width:auto;max-width:400px}.is-box-about-us{padding:0}.is-box-about .about-title{font-size:22px;line-height:28px;font-weight:600;margin-bottom:16px}.is-box-about .about-preview{font-size:18px;line-height:24px}.is-box-about .about-preview.state-a{font-size:16px;line-height:24px;font-weight:500}.is-box-about .about-list{-ms-flex-wrap:wrap;flex-wrap:wrap}.is-box-about .about-item{width:calc(50% - 10px);margin-bottom:20px}.is-box-about .about-item__num{font-size:24px;line-height:32px;font-weight:600}.is-box-about .about-item__text{font-size:16px;line-height:24px}.is-box-about.state-data .about-list{display:grid;grid-template-columns:1fr 1fr;gap:20px 110px}.is-box-about.state-data .about-item{width:100%;margin-bottom:0}.is-box-about.state-data .about-item__num{font-size:58px;line-height:68px;margin-bottom:16px}.is-box-about.state-data .about-item__text{font-size:22px;line-height:34px}.is-box-meeting .bm-wrapper{padding:40px 20px}.is-box-meeting .bm-info{margin-right:0}.is-box-meeting .bm-info__title{font-size:24px;line-height:34px}.is-box-meeting .bm-info__preview{font-size:16px;line-height:24px;font-weight:400}.is-box-meeting .bm-image{display:none}.is-box-meeting.state-a .bm-wrapper{padding:20px}.is-box-meeting.state-b .bm-wrapper{padding:20px}.is-box-meeting.state-b .bm-info__title{font-size:22px;line-height:32px}.is-box-meeting.state-c .bm-wrapper{padding:20px}.is-box-meeting.state-c .bm-info__title{font-size:24px;line-height:32px}.is-box-meeting.state-f .bm-info{margin:0}.is-box-meeting.state-f .bm-wrapper{padding:32px;display:block}.is-box-meeting.state-f .order-service{padding:0 108px}.is-box-meeting.state-e .bm-wrapper{padding:20px}.is-box-meeting.state-g .bm-wrapper{padding:40px}.is-box-meeting.state-partners .bm-info__title{font-size:30px;line-height:38px;font-weight:700}.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0;outline-width:0}.is-tags-tabs .is-tags-tabs-wrapper{width:100%}.is-tags-tabs-item{max-width:50%;padding:10px 25px;font-size:16px}.is-tags-tabs--service{width:100%;margin-bottom:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-tags-tabs--service .is-tags-tabs-item{font-size:16px;line-height:24px;font-weight:500;margin-bottom:18px}.is-tags-tabs--service .is-tags-tabs-item+.is-tags-tabs-item{margin-left:0}.chat-bot.cookie-visible{bottom:185px}.chat-bot--up{bottom:65px}.banner{margin-left:20px;right:20px;bottom:112px;padding:16px}.banner.cookie-visible{bottom:260px}.banner .vk-banner-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner .vk-banner__text{max-width:70%;margin-left:20px;text-align:left;font-size:14px;line-height:20px;font-weight:500}.banner .vk-banner__icon{width:32px;height:32px}.banner.vebinar-banner{padding:20px}.banner.vebinar-banner.banner-hide-title .vebinar-banner__preview{padding-top:10px}.banner .vebinar-banner__title{font-size:16px;line-height:26px;font-weight:600}.banner .vebinar-banner__preview{font-size:14px;line-height:24px;font-weight:400;margin:10px 0 0 0}.banner .vebinar-banner__date{font-size:14px;line-height:24px;font-weight:500;margin:12px 0 0 0}.banner .vebinar-banner__link{padding:0 20px;margin:24px 0 0 0}.is-section-bgimage .sb-header{width:100%;max-width:728px;margin:0 auto;padding:156px 20px 72px}.is-section-bgimage .sb-header--partners{padding:40px 20px 260px}.is-section-bgimage .sb-box-header{max-width:758px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span{font-family:"mont","Verdana",sans-serif;font-size:16px;line-height:28px;font-weight:500}.is-section-bgimage .order-industrial{color:var(--white);font-size:16px;line-height:24px;font-weight:600;padding:14px 103px;height:52px}.is-section-bgimage.state-a .sb-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60}.is-section-bgimage.state-a .sb-header .sb-box-header{-webkit-box-sizing:border-box;box-sizing:border-box;padding:60px 40px;width:100%;min-width:100%;height:auto;margin-top:-40px;border-radius:16px;background:-webkit-gradient(linear, left top, right top, from(var(--blue100)), to(var(--blue200)));background:-o-linear-gradient(left, var(--blue100), var(--blue200));background:linear-gradient(to right, var(--blue100), var(--blue200))}.is-section-bgimage.state-a .sb-header .sb-box-header h1{width:362px}.is-section-bgimage.state-storage .sb-header{padding:80px 20px 40px}.is-section-bgimage.state-storage .sb-header .sb-box-header .logo-wrapper{gap:15px}.is-section-bgimage.state-storage .sb-header .sb-box-header .logo-wrapper .logo-image{height:37px}.is-section-bgimage.state-storage .sb-header .sb-box-header .logo-wrapper .logo-image.state-simbirsoft{margin-bottom:-8px;height:14px}.is-industrial-detail h1{font-size:32px;line-height:44px;font-weight:700}.is-industrial-detail h3{font-size:24px;line-height:36px;font-weight:600}.is-industrial-detail .order-industrial,.is-industrial-detail .order-industrial-portfolio{color:var(--white);font-size:16px;line-height:24px;font-weight:600;padding:14px 103px;height:52px}.is-industrial-detail .id-section--trust{padding:0}.is-industrial-detail .id-box-solution--2col .acc-col{margin-right:20px}.is-industrial-detail .id-box-solution--2col .acc-box{padding:32px 32px 12px;margin-bottom:20px}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-header{height:60px;margin-bottom:16px}.is-industrial-detail .id-box-solution--2col .acc-box .is-accordion .ac-body-inner{font-size:16px;line-height:28px;font-weight:400}.is-industrial-detail .is-box-managment{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-title{font-size:24px;line-height:36px;font-weight:600;margin-bottom:40px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-preview{font-size:18px;line-height:30px;font-weight:500}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item{margin-right:20px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item:last-child{margin-right:20px}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__number{font-size:20px;line-height:32px;font-weight:700}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__name{position:initial}.is-industrial-detail .id-box-work .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.is-industrial-detail .id-box-work .l-item-preview{font-size:16px;line-height:24px;font-weight:400}.is-industrial-detail .id-box-work .l-item-image{height:40px}.is-industrial-detail .is-box-form .bfr-preview{max-width:550px}.is-industrial-detail .is-box-form .is-form-field{max-width:550px}.is-industrial-detail .is-box-form .is-form-field .ff-label{top:20px}.is-industrial-detail .is-box-form .is-form-field .ff-input{padding-top:20px}.is-industrial-detail .is-box-form .is-button-submit{max-width:100%}.is-box-familiar h3{font-size:22px;line-height:34px;font-weight:600}.is-box-familiar .familiar-preview{font-size:18px;line-height:24px;font-weight:500}.is-box-tabs .b-tabs{padding:0}.is-box-tabs .b-tabs.state-arrows .b-tabs__item{padding:20px 0 20px 30px}.is-box-tabs .b-tabs.state-arrows .b-tabs__item:after{left:0;top:23px;width:16px;height:16px}.is-box-tabs .b-tabs.state-arrows .b-tabs__item .arrow{right:0}.is-box-tabs .b-tabs.state-arrows .tab-arrow{right:auto;left:8px;top:45px;height:calc(100% - 5px)}.is-box-tabs .b-tabs__item{padding:20px}.is-box-tabs .b-tabs__item .arrow{top:23px;right:20px}.is-box-tabs .b-tabs__item-name{font-size:20px;line-height:28px;color:var(--gray800);max-width:85%}.is-box-tabs .b-tabs__item .sd-button-order{display:none}.is-box-tabs .b-tabs__item .sd-button-order a{padding:0 186px}.is-box-tabs .b-tabs__item .sd-button-order--mobile{display:block}.is-box-tabs .b-info__text{font-size:16px;line-height:24px}.is-box-tabs .b-info__text p{font-size:16px;line-height:24px}.is-box-tabs .b-info__title{font-size:16px;line-height:24px}.is-box-tabs--black .b-tabs__item-name{font-size:18px;line-height:24px;color:var(--gray400)}.is-box-tabs.state-a .b-tabs.state-arrows .tab-arrow{position:absolute;left:8px;top:29px;height:calc(100% + 15px)}.is-box-tabs.state-a .b-tabs__item-name{font-size:18px;line-height:24px;color:var(--gray400)}.is-box-tabs.state-a .b-tabs__item .arrow{top:0;right:20px}.is-box-tabs.state-b .b-tabs__item{padding:0}.is-box-tabs.state-b .b-info__text{font-size:18px;line-height:24px}.is-box-tabs.state-data .b-tabs__item-wrapper{gap:24px}.is-box-tabs.state-data .b-tabs__item-name{font-size:20px;line-height:28px}.is-box-tabs.state-data .b-info__icon{margin-bottom:20px}.is-box-tabs.state-data .b-info-mobile{padding:32px}.is-history-detail .is-header-layout .hl-header{margin:0 0 16px 0}.is-history-detail .is-header-layout .hl-header h1{font-size:26px;line-height:38px;font-weight:700}.is-history-detail .is-header-layout .hl-preview{font-size:16px;line-height:24px;font-weight:500;margin-bottom:32px}.is-history-detail .is-header-layout .is-intro-video .is-intro-video-preview{max-width:100%;font-size:16px;line-height:24px;text-align:left}.is-history-detail .hd-section .hd-section-preview{font-size:20px;line-height:32px;margin:0 0 16px 0}.is-history-detail .is-slider-history .hd-section:last-child{padding-bottom:260px}.is-history-detail .is-slider-history .is-arrow-a{top:218px;height:20px}.is-history-detail .is-slider-history .is-arrow-a.arrow-next{right:0}.is-history-detail .is-slider-history .is-arrow-a.arrow-prev{left:0}.is-history-detail .is-slider-history .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-history-detail .is-slider-history .swiper-pagination--fixed{display:none}.is-history-detail .is-slider-history .swiper-pagination-bullet{font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:38px}.is-history-detail .is-slider-history .swiper-pagination-bullet-active{color:var(--blue100);border-bottom:4px solid var(--blue100);font-size:30px;line-height:38px}.is-history-detail .is-slider-history .swiper-container{overflow:initial;margin-top:-270px}.is-history-detail .is-slider-history .swiper-years{padding-top:190px}.is-history-detail .is-slider-history .swiper-years .swiper-slide .sh-years{font-size:30px;line-height:38px}.is-history-detail .is-slider-history .swiper-years--mobile{display:block;position:fixed;bottom:0;z-index:10;left:0;width:100%;background:var(--white)}.is-history-detail .is-slider-history .swiper-years--mobile .swiper-slide{padding:10px 0}.is-history-detail .is-slider-history .swiper-years--mobile .swiper-slide .sh-years{color:var(--gray200)}.is-history-detail .is-slider-history .swiper-years--mobile .swiper-slide-active .sh-years{color:var(--blue100)}.is-history-detail .is-slider-history .swiper-years--mobile .swiper-slide .sh-years{text-align:center;font-size:30px;line-height:38px;font-weight:800}.is-history-detail .is-slider-history .swiper-years--mobile .is-arrow-a{top:auto;bottom:18px;height:20px;pointer-events:initial}.is-history-detail .is-slider-history .swiper-years--mobile .is-arrow-a.arrow-next{right:5%}.is-history-detail .is-slider-history .swiper-years--mobile .is-arrow-a.arrow-prev{left:5%}.is-history-detail .is-slider-history .sh-title{font-size:22px;line-height:28px;margin-bottom:30px}.is-history-detail .is-slider-history .sh-title--awards{font-size:20px;line-height:28px;margin-bottom:10px}.is-history-detail .is-slider-history .sh-title .sh-title__check{border:none}.is-history-detail .is-slider-history .sh-main-image{height:200px;margin-bottom:130px}.is-history-detail .is-slider-history .sh-main-image img{width:100%;height:100%}.is-history-detail .is-slider-history .sh-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.is-history-detail .is-slider-history .sh-box--end{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto}.is-history-detail .is-slider-history .sh-box--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-history-detail .is-slider-history .sh-case{margin-bottom:32px}.is-history-detail .is-slider-history .sh-case-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-history-detail .is-slider-history .sh-case-row .sh-case-img{margin-right:0}.is-history-detail .is-slider-history .sh-case-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-history-detail .is-slider-history .sh-case-row-reverse .sh-case-img{margin-left:0;margin-right:0}.is-history-detail .is-slider-history .sh-case-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-history-detail .is-slider-history .sh-case-column-reverse .sh-case-text{margin-bottom:32px}.is-history-detail .is-slider-history .sh-case-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-history-detail .is-slider-history .sh-case-column .sh-case-img{margin-right:0;margin-bottom:16px}.is-history-detail .is-slider-history .sh-case-column .sh-case-text-bottom{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-img{width:100%;margin-bottom:16px}.is-history-detail .is-slider-history .sh-case-img-a{max-width:400px}.is-history-detail .is-slider-history .sh-case-text{max-width:100%}.is-history-detail .is-slider-history .sh-case-text--a,.is-history-detail .is-slider-history .sh-case-text--b,.is-history-detail .is-slider-history .sh-case-text--c,.is-history-detail .is-slider-history .sh-case-text--d,.is-history-detail .is-slider-history .sh-case-text--e,.is-history-detail .is-slider-history .sh-case-text--f,.is-history-detail .is-slider-history .sh-case-text--h,.is-history-detail .is-slider-history .sh-case-text--g,.is-history-detail .is-slider-history .sh-case-text--k,.is-history-detail .is-slider-history .sh-case-text--n,.is-history-detail .is-slider-history .sh-case-text--l{max-width:100%}.is-history-detail .is-slider-history .sh-case-text__title{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:24px;margin-bottom:8px}.is-history-detail .is-slider-history .sh-case-text__preview{font-size:16px;line-height:24px;font-weight:400}.is-history-detail .is-slider-history .sh-case-text__preview p{font-size:16px;line-height:24px;font-weight:400}.is-history-detail .is-slider-history .sh-case-text__preview p:last-child{margin-bottom:0}.is-history-detail .is-slider-history .sh-case-text-bottom{margin-bottom:0}.is-slider-ux.state-a .swiper-slide{width:calc(50% + 88px) !important}.is-slider-ux.state-a .su-box{padding:12px}.is-slider-ux.state-a .su-right{margin-left:-177px}.is-slider-components .sc-preview{width:calc(100% - 100px)}.is-slider-components.state-a .sc-inner-text{padding:25px}.is-slider-rpa .swiper-slide{gap:20px}.is-slider-rpa .is-arrow-a{top:50%}.is-slider-rpa .sr-inner{padding:0 30px}.is-slider-rpa .sr-image{padding:0 30px}.is-slider-rpa .sr-preview-title{font-size:20px;line-height:28px;font-weight:600}.is-slider-carousel .swiper-slide{width:356px;height:356px}.is-slider-config .is-arrow-a{top:50%}.is-slider-config .sc-inner__title{font-size:20px;line-height:30px}.is-slider-config .sc-inner__grid{gap:20px;margin-top:20px}.is-slider-config .sc-item{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-slider-config .sc-item__name{font-size:16px;line-height:26px}.is-slider-config .sc-item__list{row-gap:16px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-top:20px}.is-slider-config .sc-column{gap:16px}.is-slider-config .sc-column__name{font-size:16px;line-height:26px}.is-box-map .bm-title{margin-bottom:16px}.is-box-map .hd-section-preview{margin-bottom:32px}.is-box-map .bm-map{width:300px}.is-box-map .bm-map .map-mobile{display:block}.is-box-map .bm-map .map-desktop,.is-box-map .bm-map .map-tablet{display:none}.is-box-order-fall .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:32px}.is-box-order-fall .bof-info{width:100%}.is-box-order-fall .bof-info__title{font-family:"mont","Verdana",sans-serif;font-size:18px;line-height:24px;margin-bottom:20px}.is-box-order-fall .bof-info .sd-button-order{width:300px;max-width:100%}.is-box-technologies{display:none}.is-box-technologies--mobile{display:block}.is-box-technologies--mobile .is-accordion .ac-item{padding:20px;background:var(--gray600);border-radius:16px;border:none}.is-box-technologies--mobile .is-accordion .ac-item:not(:first-of-type){margin-top:12px}.is-box-technologies--mobile .is-accordion .ac-item.state-open .arrow-up{display:block}.is-box-technologies--mobile .is-accordion .ac-item.state-open .arrow-down{display:none}.is-box-technologies--mobile .is-accordion .ac-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-technologies--mobile .is-accordion .ac-header .ac-icon{height:35px;width:45px;padding-right:40px}.is-box-technologies--mobile .is-accordion .ac-header .ac-icon svg{height:100%;width:100%}.is-box-technologies--mobile .is-accordion .ac-body-inner{padding:0;padding-top:12px;margin-top:12px;border-top:1px solid var(--gray500)}.is-box-technologies--mobile .is-accordion .ac-body-inner .ac-body-text{font-family:"root","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400;margin-bottom:12px}.is-box-technologies--mobile .is-accordion .arrow{position:absolute;top:7px;right:0px}.is-box-technologies--mobile .is-accordion .arrow-up{display:none}.is-box-cities .bc-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-cities .bc-box .bc-box-name{position:relative;font-size:16px;line-height:24px;font-weight:500;margin-bottom:12px}.is-box-cities .bc-box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-cities .bc-num{font-size:52px;line-height:64px;font-weight:700;color:var(--white)}.is-box-cities .bc-num-subtitle{display:inline-block;font-size:16px;line-height:26px;font-weight:600;color:var(--white);margin-top:0;margin-left:8px}.is-box-cities .bc-subtitle{display:none}.is-box-cities .bc-subtitle--mobile{display:block;font-size:16px;line-height:26px;font-weight:500;color:var(--white);margin-top:32px}.is-box-cities .bc-name{display:block}.is-box-cities .bc-icon{top:-2px}.is-box-info .bi-info{max-width:100%}.is-box-info .bi-image{display:none}.is-get-presentation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-get-presentation .gp-button{margin-left:62px;margin-top:30px}.is-work-schema--mobile{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.is-work-schema--mobile .ws-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;width:50%}.is-work-schema--mobile .ws-item[data-item="1"],.is-work-schema--mobile .ws-item[data-item="2"],.is-work-schema--mobile .ws-item[data-item="3"],.is-work-schema--mobile .ws-item[data-item="4"]{margin:0}.is-work-schema--mobile .ws-item-list li{font-size:12px;line-height:12px;font-weight:500}.is-work-schema--mobile .ws-item-list li:before{top:4px}.is-work-schema--mobile .ws-schema{width:50%;height:auto;margin-top:20px}.is-work-schema--mobile .ws-schema img{width:100%}.is-ux-tiles{row-gap:80px}.is-ux-tiles .ut-preview{font-size:30px;line-height:38px;font-weight:600}.is-ux-tiles .ut-info{width:192px}.is-ux-tiles .ut-info__title{font-size:18px;line-height:30px;font-weight:600}.is-ux-tiles .ut-info__description{font-size:16px;line-height:24px;font-weight:500}.is-list-table .lt-cell-title{width:240px}.is-list-table .lt-cell-title h4{font-size:16px;line-height:24px;font-weight:600;margin:0}.is-list-table .lt-cell-description p{font-size:16px;line-height:24px;font-weight:500}.is-list-table .lt-cell-description li{font-size:16px;line-height:24px;font-weight:500}.is-list-table.state-a .lt-cell-icon{display:none}.is-list-decisions .l-name{font-size:26px;line-height:34px;font-weight:500}.is-list-results .is-grid .grid-item{padding:20px}.is-list-results .lr-preview{font-size:16px;line-height:24px;font-weight:400}.is-list-partners .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.is-cards-ux{gap:20px}.is-cards-ux .cu-item-card{padding:12px}.is-cards-ux .cu-item-header__number{font-size:16px;line-height:20px;font-weight:500}.is-cards-testing .grid-item{padding:36px 28px}.is-cards-testing .ct-name{font-size:20px;line-height:24px;font-weight:700}.is-cards-testing .ct-preview{font-size:18px;line-height:24px;font-weight:400}.is-scheme-work{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.is-scheme-work .sw-left{width:100%}.is-scheme-work .sw-right{margin-left:40px}.is-philosophy .p-description{width:472px}.is-info-design .id-title{font-size:22px;line-height:32px;font-weight:600}.is-info-design .id-social-list{gap:12px}.is-box-association{padding:32px 58px}.is-box-association img{width:158px;height:158px}.is-box-association .association-info{padding:0;gap:40px}.is-box-association .association-text{font-size:18px;line-height:24px}.is-box-association .association-link{font-size:16px;line-height:20px}.is-box-price{gap:12px;padding:15px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-price .bp-item{padding:14px;width:200px}.is-box-price .bp-item__title{font-size:18px;line-height:24px;font-weight:400}.is-box-price .bp-item__num{font-size:24px;line-height:32px;font-weight:600;margin-top:5px}.is-box-price .bp-item__num--md{white-space:nowrap}.is-box-price .bp-item--dashed{border:none}.is-box-price .bp-card{width:100%}.is-box-price .bp-card .bp-item{width:50%}.is-box-price svg{width:15px;height:15px}.is-box-marquee-history{gap:20px}.is-box-marquee-history .bm-item{color:var(--white);font-size:16px;line-height:20px;font-weight:500;padding:16px 20px}.is-list-experts{gap:40px 20px}.is-list-experts .l-content{margin-top:24px}.is-list-experts .l-name{font-size:20px;line-height:28px}.is-list-experts .l-role{font-size:16px;line-height:30px;margin-top:4px}.is-functionality-tabs .ft-tabs__item{font-size:14px;line-height:16px;font-weight:600;padding:8px 20px}.is-functionality-tabs .ft-content__list .is-grid{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.list-buttons{gap:12px 16px}.list-buttons .lb-button{font-size:16px;line-height:24px;font-weight:400;padding:12px 16px}.bonus-system{grid-template-columns:repeat(2, 1fr)}.bonus-system .card:nth-of-type(4){grid-column:span 1}.bonus-system .bs-img{max-width:100%}.bonus-system .bs-text{font-size:18px;line-height:28px;margin-top:16px}.bonus-system .bs-text-a{font-size:16px;line-height:24px}.bonus-system .flex-col{min-height:auto}}.sm-block{display:none !important}@media screen and (max-width: 767px){.sm-hidden{display:none !important}.sm-block{display:block !important}h1,.h1{font-size:26px;line-height:34px}h1.state-ux,.h1.state-ux{font-size:32px;line-height:40px;font-weight:700;margin-bottom:32px}h2.state-ux,.h2.state-ux{font-size:26px;line-height:34px;font-weight:600}h2.h2-section,.h2.h2-section{font-size:22px;line-height:28px}h3.state-design,.h3.state-design{font-size:22px;line-height:28px;font-weight:600}.ask-a-question{display:block}.is-list-services-b .l-item{font-size:16px;line-height:28px;letter-spacing:-0.5px}.is-list-services-b .l-show-more a{font-size:16px;line-height:24px}.is-table-a .t-item{width:100%}.is-table-a .t-item__name{font-size:18px;line-height:28px;font-weight:600;margin-bottom:12px}.is-table-a .t-item__preview{font-size:16px;line-height:24px;font-weight:400}.is-table-frontend table thead th:last-child{display:none}.is-table-frontend table tbody td{display:block;width:100%;padding:0}.is-table-frontend table tbody .t-cell-title{margin-bottom:8px;padding-top:24px;padding-right:0}.is-table-frontend table tbody .t-cell-preview{padding-bottom:24px}.is-table-cost-erp .tc-row{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-table-cost-erp .tc-row__name{width:100%}.is-table-cost-erp .tc-info{width:100%}.is-table-cost-erp .tc-info__button{margin-top:20px;width:100%}.order-service.state-a{display:block;padding:0 15px}.is-list-services-h.state-2 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.is-list-services-h.state-3 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:40px}.is-box-familiar h3{font-size:22px;line-height:28px;font-weight:600;margin-bottom:16px}.is-box-familiar .familiar-preview{margin-bottom:24px}.is-logo-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-tabs.state-b .b-info__icon{width:24px;height:24px}.is-box-tabs.state-b .b-info-mobile{font-size:16px;line-height:24px;font-weight:500}.is-box-tabs.state-data .b-tabs__item-name{font-size:16px;line-height:24px}.is-box-tabs.state-data .b-info__icon{width:40px;height:40px}.is-box-tabs.state-data .b-info-mobile{padding:32px;font-size:16px;line-height:24px;font-weight:400}.is-box-awards.state-4 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-box-awards.state-5 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-box-awards-b .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:8px}.is-box-awards-b .ba-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:var(--gray100);padding:24px}.is-box-awards-b .ba-header__title{margin-top:28px}.is-box-awards-b .is-grid{margin-top:8px}.is-box-awards-b .is-grid .grid-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:24px}.is-box-projects-b{-webkit-box-sizing:border-box;box-sizing:border-box}.is-box-projects-b .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.is-box-projects-b .is-grid .grid-item{padding:20px}.is-box-projects-b .is-header-layout-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:60px}.is-list-index-logo .l-item{max-height:140px;width:230px}.is-box-about-us .about-content--title{font-size:28px;line-height:36px;font-weight:600}.is-box-about-us .about-content--preview{font-size:16px;line-height:24px;font-weight:400}.is-service-detail .sd-section.state-image .header-title{font-size:18px;line-height:30px;font-weight:500}.is-service-detail .sd-section.state-image .is-wrapper-a{padding:40px 16px}.is-service-detail .sd-section.state-image .full-img.state-bg{background-image:url("/h/assets/img/it-product/background-mobile.jpg") !important}.is-service-detail .sd-section.state-image .sd-button-order{display:block}.is-service-detail .sd-section.state-image .sd-button-order .order-service{font-size:18px;line-height:24px;font-weight:600;padding:20px 20px}.is-service-detail .sd-section.state-image .is-header-layout-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.is-service-detail .sd-section.state-image .is-header-layout-a .hl-right{padding-bottom:0}.is-service-detail .sd-section.state-image h3{font-size:28px;line-height:36px;font-weight:600}.is-service-detail .sd-section.state-image+.is-wrapper-a .state-white{padding:40px 0}.is-quote-g .qg-wrapper p{font-size:20px;line-height:28px;font-weight:600}.is-tech-box-filter.state-data .stm-name,.is-tech-box-filter.state-data .l-name{font-size:16px;line-height:24px}.is-box-about .about-preview{font-size:16px;line-height:22px}.is-box-about .about-item{width:100%}.is-box-about .about-item__num{font-size:20px;line-height:24px;font-weight:600}.is-box-about.state-data .about-list{display:grid;grid-template-columns:1fr;gap:24px}.is-box-about.state-data .about-item__num{font-size:42px;line-height:38px;margin-bottom:20px}.is-box-about.state-data .about-item__text{font-size:18px;line-height:24px}.is-section-bgimage .sb-box-header .sb-header-list .l-list{max-width:280px;margin-bottom:35px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span{margin-bottom:5px}.is-section-bgimage.state-a .sb-header .sb-box-header h1{width:100%}.is-section-bgimage.state-a .sb-header__services .l-item{color:#202123;font-size:18px;line-height:22px;font-weight:600}.is-industrial-detail h1{font-size:28px;line-height:40px;font-weight:700}.is-industrial-detail .id-box-solution--2col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-industrial-detail .id-box-solution--2col .acc-col{margin-right:0}.is-industrial-detail .id-box-solution--2col .acc-box{padding:20px}.is-industrial-detail .id-box-work .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-industrial-detail .id-box-work .l-item-image{display:none}.is-industrial-detail .is-box-awards-b .l-item__image{height:20px}.is-details-vacancy .dv-banner-wrapper .dv-banner{padding:30px 20px;background-position:100% -100px}.is-details-vacancy .dv-banner-wrapper .dv-banner__title{font-size:20px;line-height:28px;font-weight:600}.is-details-vacancy .dv-banner-wrapper .dv-banner__preview{font-size:16px;line-height:24px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-banner__image{height:120px;top:auto;bottom:20px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner{padding:20px;font-size:16px;line-height:22px;font-weight:400}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:before{bottom:-131px;left:-67px}.is-details-vacancy .dv-banner-wrapper .dv-subbanner:after{top:-81px;right:-61px;width:177px;height:177px}.is-details-vacancy--depricated .is-header-layout-a .is-link-show-all span{display:none}.is-details-vacancy--depricated .is-list-vacancy-a .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:16px}.is-header-layout-h .hl-request__title{font-size:16px;line-height:26px;font-weight:600}.is-header-layout-h .hl-request__subtitle{font-size:16px;line-height:26px;font-weight:500}.is-header-layout-h.state-data h1{font-size:26px;line-height:34px;font-weight:600}.is-list-services-f .l-preview--desktop{display:none}.is-list-services-f .l-preview--mobile{display:block}.is-list-services-f.state-2 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-services-f.state-b .l-wrapper{grid-template-columns:1fr;grid-template-rows:40px 1fr;gap:16px;padding:0}.is-list-services-f.state-b .l-wrapper .l-preview{font-size:16px;line-height:24px;font-weight:500}.is-list-services-f.state-b .l-wrapper .l-round{width:24px;height:24px}.is-list-services-f.state-b .l-wrapper .l-round__number{font-size:12px;line-height:12px}.is-list-services-f.state-b .l-wrapper img{width:33px}.is-list-services-f.state-b .l-wrapper.no-image{grid-template-rows:1fr}.is-list-services-f.state-2 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-services-f.state-3 .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-services-g .l-item-name{font-size:16px;line-height:24px;font-weight:600}.is-list-services-g .l-item-image{display:none}.is-list-services-l{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.is-list-services-l .l-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;white-space:normal;padding:22px 16px;font-size:14px;line-height:16px;font-weight:500}.is-list-services-l .l-item svg{position:absolute;right:16px}.is-list-benefits{gap:12px}.is-list-benefits .l-preview{font-size:16px;line-height:26px;font-weight:600}.is-slider-specialist .ss-preview-button{display:none}.is-slider-specialist .ss-preview-button--mobile{display:block;font-size:16px;line-height:28px;font-weight:600}.is-slider-reviews-cases--it-consulting .sr-preview{padding:24px 20px}.is-slider-reviews-cases--it-consulting .sr-preview-name-cases{font-size:18px;line-height:24px;font-weight:600}.is-slider-reviews-cases--it-consulting .sr-preview-link{margin:0 0 12px 0}.is-slider-reviews-cases--it-consulting .sr-preview .sr-preview-inner{font-size:16px;line-height:26px;font-weight:400;margin:12px 0;-webkit-line-clamp:10}.is-slider-config .sc-inner__grid{grid-template-columns:1fr}.is-processes-canvas img.state-mobile{display:none}.is-processes-canvas--ic .pc-label-list{display:block}.is-processes-canvas--ic .pc-label-line{background:var(--blue100)}.is-processes-canvas--ic .pc-label-line--arrow::after{position:absolute;display:block;content:"";bottom:3px;left:-7px;width:10px;height:2px;background:var(--blue100);-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.is-processes-canvas--ic .pc-label-line--arrow::before{position:absolute;display:block;content:"";bottom:3px;left:-1px;width:10px;height:2px;background:var(--blue100);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:auto}.is-processes-canvas--ic .pc-label-name{font-size:16px;line-height:24px;font-weight:600;color:var(--gray800);text-indent:-20px;margin-left:20px}.is-processes-canvas--ic .pc-label-name span{color:var(--blue100)}.is-processes-canvas--ic .pc-postscriptum{display:block;font-size:14px;line-height:16px;font-weight:500;color:var(--gray800)}.is-processes-canvas--ic .pc-postscriptum span{font-size:20px;line-height:16px;font-weight:500;color:var(--blue100)}.is-slider-reviews-trust .sr-author{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-slider-reviews-trust.state-it-consulting .sr-inner{padding:20px}.is-slider-reviews-trust.state-it-product .sr-author{height:190px}.is-slider-ux.state-a .swiper-slide{grid-template-columns:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100% !important}.is-slider-ux.state-a .su-title{position:relative}.is-slider-ux.state-a .su-left .su-box--description{grid-row:1/2;border-bottom:none}.is-slider-ux.state-a .su-left .su-box--person{grid-column:1/2;grid-row:2/3;border-top:none}.is-slider-ux.state-a .su-right{margin-left:0}.is-slider-ux.state-a .su-right .su-box--description{grid-column:1/2;border-bottom:none}.is-slider-ux.state-a .su-right .su-box--person{grid-row:2/3;border-top:none}.is-slider-components .sc-inner{padding:20px}.is-slider-components .sc-name{font-size:16px;line-height:24px}.is-slider-components .sc-preview{width:100%}.is-slider-components .sc-button{font-size:14px;line-height:16px}.is-slider-application .sc-inner{padding:20px}.is-slider-application .sc-name{font-size:18px;line-height:24px;font-weight:500}.is-box-meeting.state-b .bm-person{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.is-box-meeting.state-b .bm-person__photo{margin-bottom:20px}.is-box-meeting.state-d .bm-wrapper{padding:20px}.is-box-meeting.state-f .bm-wrapper{padding:20px}.is-box-meeting.state-f .order-service{padding:0 40px}.is-box-meeting.state-g .bm-wrapper{padding:20px}.is-box-meeting.state-partners .bm-info__title{font-size:26px;line-height:34px;font-weight:700}.is-box-form.state-subscription .bfr-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-form.state-subscription .bfr-layout-left{max-width:100%}.is-box-form.state-subscription .bfr-layout-right img{height:auto;max-height:130px}.is-box-form.state-subscription .bfr-header{font-size:26px;line-height:34px;font-weight:700}.is-box-form.state-design .is-form-fields-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-form.state-design .is-form-fields-row .is-button-submit{width:100%}.is-box-form.state-design .is-form-fields-row .is-form-rules-link{margin:20px 0 0}.is-drop-down{gap:12px}.is-drop-down img{width:24px;height:24px}.is-drop-down .dd-item{font-size:14px;line-height:20px;font-weight:600;padding:8px 12px}.is-drop-down .dd-header{min-height:40px}.is-drop-down .dd-body-inner .dd-item{font-size:14px;line-height:20px;font-weight:600;min-height:48px;padding:8px 0;-webkit-box-sizing:content-box;box-sizing:content-box}.is-drop-down .dd-body-inner.state-nested{padding:8px 0 0;gap:9px}.is-drop-down .dd-body-inner.state-nested .dd-item{font-size:14px;line-height:20px;font-weight:500;min-height:48px}.is-drop-down .dd-body-inner.state-nested .dd-item:first-child{padding-top:8px}.is-drop-down .dd-body-inner.state-nested .dd-item.state-open{gap:8px}.is-drop-down .dd-body-inner.state-nested .dd-item.state-open .dd-body{padding:8px 0}.is-button-a{display:block}.is-button-submit{width:100%}.is-list-between{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-between .l-item:not(:last-child){margin-bottom:40px}.is-ux-tiles{row-gap:32px}.is-ux-tiles .ut-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.is-ux-tiles .ut-item--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.is-ux-tiles .ut-preview{font-size:22px;line-height:34px;font-weight:600}.is-ux-tiles .ut-info{width:100%}.is-cards-ux{display:block}.is-cards-ux .cu-item-card{padding:12px 12px 120px}.is-cards-ux .cu-item-header__number{font-size:16px;line-height:20px;font-weight:500}.is-cards-ux .cu-item-description{font-size:16px;line-height:20px;font-weight:500}.is-scheme-work .sw-right{margin-top:20px;gap:71px;margin-left:20px}.is-scheme-work .sw-item__line{width:60px}.is-scheme-work .sw-item__info{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.is-scheme-work .sw-item__round{width:40px;height:40px}.is-scheme-work .sw-item:hover .sw-item__line{width:60px}.is-philosophy{margin-top:32px}.is-philosophy .p-description{width:100%;margin-left:0}.is-philosophy .p-description p{font-size:18px;line-height:24px;font-weight:500}.is-list-table .lt-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px 0}.is-list-table .lt-cell-description p{font-size:14px;line-height:20px;font-weight:500}.is-list-table .lt-cell-description p+p{margin-top:16px}.is-list-table .lt-cell-description li{font-size:14px;line-height:20px;font-weight:500}.is-list-table.state-a .lt-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-list-table.state-a .lt-cell-title{width:100%}.is-list-table.state-a .lt-cell-description{min-width:100%;width:100%}.is-info-design{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.is-info-design .id-title{font-size:18px;line-height:24px;font-weight:600}.is-info-design .id-social-list{margin:0}.is-list-recommended .lr-item{width:100%;text-align:center;padding:24px 32px}.is-list-cards.state-a .lc-item__name{font-size:16px;line-height:24px;font-weight:600}.is-list-cards.state-rotate-animation .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-cards.state-rotate-animation .lc-item__number{font-size:32px;line-height:40px;font-weight:600}.is-list-cards.state-rotate-animation .lc-item-front,.is-list-cards.state-rotate-animation .lc-item-back{padding:20px}.is-list-cards.state-rotate-animation .lc-item-front .lc-item__preview{font-size:16px;line-height:24px;font-weight:600}.is-list-decisions{grid-template-columns:1fr}.is-list-decisions .l-wrapper:nth-child(n){border:none;border-bottom:1px solid var(--gray200)}.is-list-decisions .l-item{min-height:142px}.is-list-decisions .l-name{font-size:16px;line-height:24px;font-weight:500}.is-box-recommended .br-image{display:none}.is-box-recommended .br-info{width:100%}.is-box-recommended .br-info__preview{font-size:18px;line-height:24px;font-weight:600}.is-service-detail .sd-section .sd-header.state-a{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px;margin-bottom:20px}.is-service-detail .sd-section .sd-header.state-a h3{font-size:22px;line-height:28px;font-weight:600}.is-service-detail .sd-section .sd-header.state-a span{font-size:16px;line-height:24px;font-weight:500}.is-service-detail .sd-section .sd-header.state-a .sd-header-link{width:100%}.is-service-detail .sd-section .sd-header.state-a .sd-header-link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-service-detail .sd-section .sd-header.state-a .sd-header-link .not-mobile{display:none}.is-service-detail .sd-section .sd-header.state-a .sd-header-link .mobile{display:block}.is-snippet-blog{padding:20px}.is-snippet-blog .sb-info{width:100%}.is-snippet-blog .sb-info__title{font-size:16px;line-height:20px;font-weight:700;min-height:90px}.is-snippet-blog .sb-info__link{font-size:16px;line-height:36px;font-weight:700}.is-snippet-blog .sb-image{display:none}.is-get-presentation{padding:28px 12px}.is-get-presentation .gp-preview p{font-size:14px;line-height:24px}.is-get-presentation .gp-preview svg{margin-right:20px}.is-get-presentation .gp-button{margin-left:0;width:100%}.is-work-schema--mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-work-schema--mobile .ws-column{width:100%}.is-work-schema--mobile .ws-schema{max-width:280px;width:100%}.sd-button-order--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-accordion.state-it-consulting .ac-header img{display:none}.is-accordion.state-it-consulting .ac-header span{font-size:18px;line-height:28px;font-weight:600}.is-accordion.state-it-consulting .ac-body-inner{padding:0}.is-accordion .ac-header i{margin:0 15px 0}.is-accordion .ac-body-inner{padding:0 0 0 24px}.is-accordion .ac-body-inner .dropdown{width:100%}.is-accordion .ac-body-inner .dropdown-button{width:100%;height:80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;line-height:24px;font-weight:500}.is-accordion .ac-body-inner .dropdown-content{width:100%}.is-accordion .ac-body-inner .dropdown-content a{font-size:16px;line-height:24px;font-weight:500}.is-header-layout-h .hl-image.state-a{height:auto}.is-header-layout-h .sd-button-order.grid-2{display:grid;grid-template-columns:1fr}.is-box-association{padding:24px 12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-box-shadow:0 10px 40px 0 #0A0C1012;box-shadow:0 10px 40px 0 #0A0C1012;border:none}.is-box-association .association-img{-ms-flex-item-align:center;align-self:center}.is-box-association img{width:186px;height:186px}.is-box-association .association-info{padding:0;gap:24px}.is-box-association .association-text{font-weight:400}.is-box-association .association-link{width:100%}.is-box-solution{gap:20px}.is-box-solution.state-2{grid-template-columns:1fr}.is-box-solution .acc-col{gap:0}.is-box-solution .acc-box{padding:20px 20px 10px;min-height:72px}.is-box-solution .acc-box .ac-header{margin-bottom:10px}.is-box-solution .acc-box .ac-header span{font-size:12px;line-height:18px;font-weight:600}.is-box-solution .acc-box .ac-body-inner{font-size:12px;line-height:22px;font-weight:400}.is-box-effect .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-box-effect .be-item{padding:20px}.is-box-effect .be-item__label{font-size:24px;line-height:36px;font-weight:600;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.is-box-effect .be-item__preview{font-size:18px;line-height:30px;font-weight:400}.is-list-experts .l-content{margin-top:16px}.is-list-results .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-list-results .is-grid .grid-item{padding:16px}.is-list-results .lr-preview{font-size:14px;line-height:20px;font-weight:400}.is-list-partners .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.fb-modal-default.state-subscribe-popup{padding:20px}.fb-modal-default.state-subscribe-popup .is-form-field--agreement{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fb-modal-default.state-subscribe-popup .is-form-field--agreement img{max-width:100%}.fb-modal-partners .md-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fb-modal-partners .mp-aside{padding:0;padding-top:40px}.fb-modal-partners .mp-content{margin-top:40px;padding:20px 20px;border-radius:0 0 16px 16px}.is-box-share-a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-box-share-a .bs-date{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.is-box-share-a .bs-share{margin:8px 0 0}.is-functionality-tabs .ft-content__list .is-grid{display:grid;grid-template-columns:repeat(1, 1fr);-webkit-column-gap:0px;-moz-column-gap:0px;column-gap:0px;row-gap:20px}.is-functionality-tabs.state-accordion .is-accordion .ac-body-inner ul li{font-size:16px;line-height:24px;font-weight:400}.is-box-price .bp-card .flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-box-price .bp-card .bp-item{width:100%}.bonus-system{grid-template-columns:repeat(1, 1fr)}.bonus-system .bs-text-a{font-size:12px;line-height:20px}}@media screen and (max-width: 440px){.is-cookie-privacy .cp-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px}.is-cookie-privacy .cp-layout-text{width:100%}.is-cookie-privacy .cp-layout-button{width:100%}.is-section-bgimage .sb-header{padding:104px 20px 60px}.is-section-bgimage .sb-header--partners{padding:40px 20px 338px}.is-section-bgimage .sb-box-header .sb-header-list .l-list span{display:block}.is-section-bgimage .sb-box-header .sb-header-list .l-list span:after{display:none}.is-section-bgimage .sb-box-header .sb-header-list .l-list span.state-a{display:inline-block}.is-section-bgimage .order-industrial{width:100%;padding:14px 20px}.is-section-bgimage.state-a .sb-header .sb-box-header{padding:75px 30px}.is-section-bgimage.state-a .sb-header .sb-box-header h1{font-size:36px;line-height:48px;font-weight:700;max-width:260px}.is-industrial-detail .id-section{padding:60px 0 60px 0}.is-industrial-detail .order-industrial,.is-industrial-detail .order-industrial-portfolio{width:100%;padding:14px 20px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-title{margin-bottom:16px}.is-industrial-detail .is-box-managment .id-managment-info .id-managment-preview{font-size:16px;line-height:28px;font-weight:500}.is-industrial-detail .is-box-managment .id-managment-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item{width:100%;max-width:100%;margin-right:0}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item:last-child{margin-right:0}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__number{font-size:20px;line-height:32px;font-weight:700}.is-industrial-detail .is-box-managment .id-managment-list .id-managment-item__name{position:initial}.is-history-detail .is-slider-history .sh-case-row-reverse .sh-case-img{height:auto}.is-history-detail .is-slider-history .sh-case-column .sh-case-img{height:auto}.is-header-layout-f .hl-preview{font-size:16px;line-height:24px}.is-header-layout-f .hl-preview br{display:none}.is-header-layout-h .h1-request-list.state-industrial span{display:block}.is-header-layout-h.header-animation .hl-image{height:240px}.is-box-express .is-button-a{display:inline-block;width:100%;padding:0 20px}.is-slider-carousel .swiper-slide{width:80%;height:100%}.is-list-experts{grid-template-columns:1fr;gap:24px}}@media screen and (max-width: 320px){.is-global-header-mob .gh-tools-feedback{font-size:12px;line-height:12px}.is-list-projects-tiles .l-item-name{top:10px;left:12px;right:12px;font-size:16px;line-height:20px}.is-list-projects-tiles .is-list-tags-a{left:12px;right:12px;bottom:8px}.is-list-projects-tiles--mobile .l-item-name{font-size:10px;line-height:16px}}.is-service-detail .sd-section.state-black .is-slider-reviews-cases .sr-preview-more{background:var(--gray800)}h2.h2--main{font-family:"mont","Verdana",sans-serif;font-size:50px;line-height:62px;font-weight:600}h2.h2--main+p.text{margin-top:24px}.h3--main{font-family:"mont","Verdana",sans-serif;font-size:26px;line-height:34px;font-weight:600}.h3--sm{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:34px;font-weight:600}.tag{font-family:"root","Arial",sans-serif;font-size:16px;line-height:28px;font-weight:500;color:var(--gray500);text-transform:uppercase}p{font-family:"root","Arial",sans-serif;font-weight:400}p.text{font-size:20px;line-height:32px;margin:0}p.text--sm{font-size:18px;line-height:30px}p.text--md{font-size:22px;line-height:34px}p.text--md2{font-size:24px;line-height:34px}p.text--md3{font-size:26px;line-height:34px}p.text--lg{font-size:34px;line-height:46px}p.text+p.text{margin-top:20px}p.f-mont{font-family:"mont","Verdana",sans-serif}p.fw-500{font-weight:500}p.fw-600{font-weight:600}p.fw-700{font-weight:700}.text p{font-family:"root","Arial",sans-serif;font-size:20px;line-height:32px;font-weight:400;margin:0}.text p+p{margin-top:20px}.text p.fw-500{font-weight:500}.text p.fw-600{font-weight:600}.text p.fw-700{font-weight:700}.text--sm p{font-size:18px;line-height:30px}.text--md p{font-size:22px;line-height:34px}.text--md2 p{font-size:24px;line-height:34px}.text--md3 p{font-size:26px;line-height:34px}.text--lg p{font-size:34px;line-height:46px}@media screen and (max-width: 1560px){h2.h2--main{font-size:34px;line-height:42px}.h3--main{font-family:"mont","Verdana",sans-serif;font-size:24px;line-height:32px}.h3--sm{font-size:20px;line-height:32px}p.text{font-size:18px;line-height:30px}p.text--md{font-size:20px;line-height:32px}p.text--md2{font-size:20px;line-height:32px}p.text--lg{font-size:24px;line-height:36px}.text p{font-size:18px;line-height:30px}.text--md p{font-size:20px;line-height:32px}.text--md2 p{font-size:20px;line-height:32px}.text--lg p{font-size:24px;line-height:36px}}@media screen and (max-width: 1330px){h2.h2--main{font-size:32px;line-height:40px}.h3--main{font-size:24px;line-height:32px}p.text--md{font-size:18px;line-height:30px}p.text--md3{font-size:22px;line-height:30px}.text--md p{font-size:18px;line-height:30px}.text--md3 p{font-size:22px;line-height:30px}}@media screen and (max-width: 950px){h2.h2--main{font-size:24px;line-height:30px}h2.h2--main+p.text{margin-top:16px}.h3--main{font-size:20px;line-height:30px}p.text{font-size:16px;line-height:24px}p.text--sm{font-size:16px;line-height:24px}p.text--md{font-size:16px;line-height:24px}p.text--md2{font-size:16px;line-height:24px}p.text--md3{font-size:16px;line-height:24px}p.text--lg{font-size:18px;line-height:30px}.text p{font-size:16px;line-height:24px}.text--sm p{font-size:16px;line-height:24px}.text--md p{font-size:16px;line-height:24px}.text--md2 p{font-size:16px;line-height:24px}.text--md3 p{font-size:16px;line-height:24px}.text--lg p{font-size:18px;line-height:30px}}@media screen and (max-width: 767px){.h3--main{font-size:18px;line-height:30px}}@media screen and (max-width: 440px){.h3--sm{font-size:18px;line-height:30px}}.section-inner{position:relative;z-index:10}.s-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:40px}.s-header__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.s-content{margin-top:60px}.s-footer{margin-top:60px;width:100%}.grid-layout{display:grid;grid-template-columns:repeat(2, 1fr);gap:48px}.grid-layout.is-col-3{grid-template-columns:repeat(3, 1fr)}.grid-layout.is-col-4{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1560px){.s-content{margin-top:40px}.s-footer{margin-top:40px}.grid-layout{gap:40px}}@media screen and (max-width: 1330px){.s-footer{margin-top:28px}.grid-layout.is-col-3{grid-template-columns:repeat(2, 1fr)}.grid-layout.is-1-col-tablet{grid-template-columns:1fr}}@media screen and (max-width: 950px){.s-content{margin-top:24px}.grid-layout.is-1-col-lg{grid-template-columns:1fr}.grid-layout.is-2-col-lg{grid-template-columns:2fr}}@media screen and (max-width: 767px){.s-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.grid-layout{grid-template-columns:1fr;gap:20px}.grid-layout.is-col-3{grid-template-columns:1fr}.grid-layout.is-1-col-md{grid-template-columns:1fr}}.link{--link-color: var(--gray800);--link-hover: var(--blue200);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--link-color);-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.link:hover{color:var(--link-hover)}.link .link__icon{width:16px;fill:currentColor;-webkit-transition:fill .3s ease;-o-transition:fill .3s ease;transition:fill .3s ease}.link .link__icon--stroke path{stroke:currentColor;-webkit-transition:stroke .3s ease;-o-transition:stroke .3s ease;transition:stroke .3s ease}.link--blue{--link-color: var(--blue100);--link-hover: var(--blue500)}.link--show-all,.link--with-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;white-space:nowrap}.link--show-all{font-size:22px;line-height:36px;font-weight:500}.link--border{border-bottom:1px solid currentColor}.m-section.state-black .link{--link-color: white}.button{--button-color: var(--white);--button-primary: var(--blue200);--button-hover: var(--blue100);font-family:"mont","Verdana",sans-serif;font-size:22px;line-height:32px;font-weight:600;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:8px;padding:16px 60px;background-color:var(--button-primary);color:var(--button-color);white-space:nowrap;text-align:center;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.button:hover{background-color:var(--button-hover);color:var(--button-color)}.button--white{--button-color: var(--button-primary);--button-white-bg: var(--white);border:2px solid var(--button-primary);background-color:var(--button-white-bg)}.button--white:hover{border:2px solid var(--button-hover);background-color:var(--button-white-bg);color:var(--button-hover)}.button.padding-min{padding-inline:20px}.card{--c-hover: var(--blue200);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px;overflow:hidden;border-radius:var(--br-main);border:2px solid transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.card--shadow{-webkit-box-shadow:var(--shadow-main);box-shadow:var(--shadow-main)}.card--border-blue{border-color:var(--c-hover)}.card--gray{background-color:var(--gray100)}.card.border-hover:hover{border-color:var(--c-hover)}.card.padding-md{padding:60px}.tags-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 16px}@media screen and (max-width: 1330px){.card.padding-md{padding:40px}}@media screen and (max-width: 950px){.link--show-all{font-size:18px;line-height:28px}.button{font-size:16px;line-height:24px;font-weight:500;padding:16px 2px;width:100%}.button.padding-min{padding-inline:2px}.card{padding:32px}}@media screen and (max-width: 767px){.link--show-all{font-size:16px;line-height:24px}.card{padding:20px}.card.padding-md{padding:20px}.tags-list .tag{font-size:12px;line-height:20px}}.center{text-align:center}.mar-0{margin-bottom:0 !important}.mar-5{margin-bottom:5px !important}.mar-10{margin-bottom:10px !important}.mar-20{margin-bottom:20px !important}.mar-24{margin-bottom:24px !important}.mar-30{margin-bottom:30px !important}.mar-40{margin-bottom:40px !important}.mar-50{margin-bottom:50px !important}.mar-60{margin-bottom:60px !important}.mar-80{margin-bottom:80px !important}.mar-100{margin-bottom:100px !important}.mar-120{margin-bottom:120px !important}.text-left{text-align:left !important}.w-auto{width:auto !important}.h-auto{height:auto !important}.c-gray-400{color:var(--gray400) !important}.c-gray-500{color:var(--gray500) !important}.c-gray-700{color:var(--gray700) !important}.c-orange{color:var(--yellow300) !important}.c-blue-100{color:var(--blue100) !important}.c-blue-200{color:var(--blue200) !important}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.hidden{display:none}.hidden-content{display:none;display:none !important}.full-img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.full-video{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:var(--br-main)}.br-none{border-radius:0}.border-none{border:none}.h-full{height:100%}.w-full{width:100%}.mw-900{max-width:900px}.mw-1000{max-width:1000px}.mw-1100{max-width:1100px}.mw-1200{max-width:1200px}.mt-auto{margin-top:auto}.mt-actions{margin-top:40px}.pad-0{padding:0}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gap-16{gap:16px}.gap-20{gap:20px}.icon-120{width:120px;height:120px}.ratio{aspect-ratio:16/9}@media screen and (max-width: 1330px){.flex.column-tablet{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 950px){.mt-actions{margin-top:24px}.flex.column-mobile-lg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.icon-120{width:80px;height:80px}}@media screen and (max-width: 767px){.flex.column-mobile-md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 440px){.flex.column-mobile-sm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}