@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/tt_norms_pro_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/tt_norms_pro_light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/tt_norms_pro_regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tt norms pro;
  src: url('../fonts/tt_norms_pro_medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #141618;
  font-family: Tt norms pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.uiux_content {
  width: 100%;
  max-width: 800px;
}

.grid_item_uiux {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 490px;
  display: flex;
}

.services_grid_item_upper {
  width: auto;
  height: auto;
  padding-right: 20px;
}

.services_grid_item_upper.fintech {
  width: 100%;
  max-width: none;
  height: auto;
  padding-right: 59px;
}

.services_grid_item_upper.fintech.usability {
  height: auto;
  min-height: 352px;
  padding-right: 188px;
}

.services_grid_item_upper.sftwr {
  width: 100%;
  max-width: 450px;
  height: auto;
  padding-top: 0;
  padding-left: 48px;
}

.services_grid_item_upper.consultancy {
  width: 408px;
}

.industries_grid_item_image_upper {
  align-items: center;
  width: 664px;
  height: 103%;
  display: flex;
}

.industries_grid_item_image_upper.grid._1 {
  width: auto;
}

.industries_grid_item_image_upper.web_app {
  justify-content: flex-end;
  width: auto;
  height: 100%;
}

.rich_text_privacy {
  opacity: .7;
  color: #a9aeb9;
  text-align: left;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.rich_text_privacy.uiux {
  color: #787f8d;
  height: auto;
  min-height: 160px;
  margin-bottom: 0;
}

.rich_text_privacy.uiux.mrkt {
  height: auto;
  min-height: auto;
}

.rich_text_privacy.services {
  margin-bottom: 60px;
}

.rich_text_privacy.software {
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.rich_text_privacy.sftwr {
  color: #787f8d;
}

.rich_text_privacy.consultancy {
  margin-bottom: 0;
}

.rich_text_privacy.it_card {
  color: #fff;
  margin-bottom: 44px;
}

.rich_text_privacy.contact_form {
  color: #787f8d;
  text-align: center;
  margin-bottom: 53px;
}

.sections_wrapp {
  background-image: url('../images/Service2.svg');
  background-position: 0%;
  background-size: cover;
}

.sections_wrapp.uiux {
  background-image: url('../images/services_back.svg');
  background-position: 0 -28%;
  background-repeat: no-repeat;
  background-size: 2368px 1277px;
}

.blur_grid_item {
  z-index: 0;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: #0000;
  background-image: linear-gradient(#6269ac2e, #8d93cc08);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 305px;
  padding: 32px 0 0 24px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px 4px 2px #0003, inset 0 2px 4px 1px #ffffff30;
}

.blur_grid_item.fintech {
  background-image: linear-gradient(#7a80b914 33%, #8d93cc0f);
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  height: 320px;
  max-height: none;
  padding-top: 40px;
  padding-right: 0;
  box-shadow: inset 0 0 2px #0003, inset 0 2px 2px #ffffff30;
}

.blur_grid_item.fintech.uiux {
  justify-content: space-between;
  max-width: none;
  height: auto;
  min-height: 430px;
  padding-top: 66px;
  padding-bottom: 0;
  padding-left: 49px;
}

.blur_grid_item.fintech.uiux.brand, .blur_grid_item.fintech.uiux.prototype, .blur_grid_item.fintech.uiux.testing, .blur_grid_item.fintech.uiux.usability {
  background-image: linear-gradient(#8d93cc1f, #8d93cc0a);
}

.blur_grid_item.fintech.user_research {
  background-image: linear-gradient(#8d93cc1f, #8d93cc0a);
  flex-direction: row;
  align-items: center;
  max-width: none;
  margin-bottom: 20px;
  padding: 0 79px 0 49px;
  display: flex;
}

.blur_grid_item.fintech.web_dvlp {
  background-image: linear-gradient(#8d93cc1f, #8d93cc0a);
  flex-direction: row;
  align-items: center;
  max-width: none;
  height: 440px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 48px;
}

.blur_grid_item.fintech.sftwr {
  background-image: linear-gradient(#8d93cc1f, #8d93cc0a);
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  height: 560px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.blur_grid_item.fintech.consultancy {
  flex-direction: row;
  align-items: flex-start;
  max-width: none;
  height: 494px;
  margin-bottom: 0;
  padding: 60px 24px 24px 40px;
}

.blur_grid_item.fintech.consultancy.upper {
  height: 488px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.blur_grid_item.fintech.consultancy.upper._1 {
  background-image: linear-gradient(#8d93cc1f, #8d93cc0a);
}

.blur_grid_item.fintech.advisory {
  background-image: linear-gradient(#8d93cc1a, #8d93cc0a);
  flex-wrap: nowrap;
  width: auto;
  max-width: none;
  height: 494px;
  padding-top: 60px;
  padding-bottom: 24px;
  padding-left: 40px;
}

.grid_item_horizontal_txt_blck {
  width: 100%;
  max-width: 598px;
  height: auto;
}

.grid_item_horizontal_txt_blck.dvlp {
  max-width: 348px;
  height: 100%;
  padding-top: 64px;
}

.grid_item_horizontal_txt_blck.cnsltnc {
  flex-direction: column;
  max-width: 434px;
  display: flex;
}

.grid_wrapp_uiux {
  width: 100%;
}

.btn {
  color: #fff;
  background-color: #5766ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 4px 12px #5766ec0f, 1px 16px 24px #5766ec1f, 1px 12px 24px #5766ec0f;
}

.btn:hover {
  background-color: #707ef9;
}

.btn:active {
  box-shadow: none;
  background-color: #4856d8;
}

.btn:focus {
  box-shadow: none;
}

.btn.it_services {
  color: #5766ec;
  background-color: #fff;
  box-shadow: 1px 16px 24px #5766ec1f;
}

.h1 {
  color: #f1f2f3;
  width: auto;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h1.services_main {
  max-width: none;
  margin-bottom: 24px;
}

.h3 {
  color: #f1f2f3;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 40px;
}

.h3.uiux {
  margin-bottom: 24px;
}

.section {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section.service_main {
  background-color: #0000;
  background-image: url('../images/1.Main-Services-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 820px;
  border: 1px #0000;
  justify-content: center;
  display: flex;
}

.section.sftwr {
  background-image: url('../images/3.Software-Engineering.svg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
}

.section.consultancy {
  flex-direction: column;
  align-items: center;
}

.section.form {
  z-index: 0;
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 36px;
}

.h4.uiux {
  text-align: left;
  margin-bottom: 32px;
}

.h4.cta_block {
  text-align: center;
  margin-bottom: 32px;
}

.grid_uiux {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.main_services_content {
  width: 100%;
  max-width: 830px;
}

.industries_grid_item_image_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -19%;
}

.industries_grid_item_image_wrapper.grid1 {
  bottom: -14%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0;
  display: flex;
}

.container.main_services {
  align-items: flex-start;
  padding-top: 184px;
  padding-bottom: 336px;
}

.container.uiux {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
}

.container.software {
  align-items: flex-start;
  padding-top: 190px;
  padding-bottom: 118px;
}

.container.cta_part {
  align-items: center;
  padding-top: 45px;
  padding-bottom: 105px;
}

.container.consultancy {
  align-items: flex-start;
  padding-top: 82px;
  padding-bottom: 171px;
}

.container._1300 {
  align-items: center;
  max-width: 1300px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.container.contact_form {
  align-items: center;
  padding-top: 87px;
  padding-bottom: 117px;
  position: static;
}

.container.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1180px;
  margin-left: 0;
  margin-right: 0;
  padding: 57px 0 80px;
  display: flex;
}

.container.tab_privacy {
  max-width: none;
  padding-top: 0;
}

.container.container-navbar {
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 1180px;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
}

.h5 {
  color: #f1f2f3;
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
}

.h5.sftwr {
  margin-top: 0;
  margin-bottom: 16px;
}

.h5.dvlp {
  margin-bottom: 16px;
}

.software_txt_block {
  width: 100%;
  max-width: 712px;
  margin-bottom: 100px;
  padding-top: 0;
}

.software_txt_block.consultancy {
  max-width: 660px;
  margin-bottom: 64px;
}

.grid_sftwr {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.grid_wrapp_sftwr {
  width: 100%;
  height: auto;
}

.img_web_app {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image_sftwr_grid {
  z-index: 1;
  width: 580px;
  height: 330px;
  position: relative;
  inset: -109px 0% 0%;
}

.image_sftwr_grid.testing {
  height: 330px;
  top: -105px;
}

.grid_item_item_inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 64px;
  display: flex;
}

.software_img_mob {
  display: none;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.stikers_content {
  align-items: center;
  display: flex;
}

.consultancy_grid_item_image {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.grid_consultancy {
  object-fit: fill;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.card_txt_content {
  width: 100%;
  max-width: 588px;
}

.grid_item_inner_consultancy {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 24px 0 0;
  display: flex;
}

.cta_pert_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 855px;
  display: flex;
}

.consultancy_grid_wrapp {
  width: 100%;
  height: auto;
}

.managed_it_card {
  background-color: #0000;
  background-image: linear-gradient(135deg, #8537ea 39%, #2d3cca54);
  border-radius: 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 498px;
  padding: 67px 20px 47px 80px;
  display: flex;
  box-shadow: inset 0 0 4px #00000040, inset 0 0 4px #00000040;
}

.sections_wrapper_services {
  background-image: url('../images/backconsult.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.img_wrapp {
  padding-left: 60px;
}

.form_wrapp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.form_firlds {
  width: 100%;
  max-width: 342px;
  height: auto;
  margin-bottom: 32px;
}

.txt_field {
  color: #f1f2f3;
  background-color: #0000;
  border: 1px solid #5d626d80;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-bottom: 16px;
  font-weight: 400;
}

.txt_field:focus {
  border-color: #5766ec;
}

.txt_field::placeholder {
  color: #5d626d;
}

.txt_field._2 {
  margin-bottom: 0;
}

.text_field_inner_txt {
  color: #5d626d;
  font-weight: 500;
  display: none;
  overflow: visible;
}

.form-block {
  width: 480px;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.form_icon {
  margin-bottom: 20px;
}

.brand {
  margin-right: 71px;
}

.brand.brand-link-footer {
  padding-left: 0;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #787f8d;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #ffffffbf;
}

.footer-link.last {
  margin-bottom: 0;
}

.footer-link.upper {
  margin-top: 0;
}

.footer-block {
  color: #a9aeb9;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: baseline;
  width: auto;
  min-width: auto;
  max-width: none;
  display: flex;
}

.footer {
  background-color: #1a1c20;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-upper-cont {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  display: flex;
}

.footer-upper-cont.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.down-part-footer-column {
  flex-direction: column;
  display: flex;
}

.footer-divider {
  opacity: .1;
  color: #d5d7dd;
  background-color: #d5d7dd;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.upper-part-footer-column {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.heading_tab_cont_privacy {
  text-align: center;
  background-color: #1a1c20;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-bottom: 64px;
  display: flex;
}

.tab_link_privacy {
  color: #a9aeb9;
  white-space: nowrap;
  background-color: #0000;
  height: 42px;
  padding-left: 25px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tab_link_privacy.w--current {
  opacity: 1;
  color: #707ef9;
  background-color: #0000;
  border-left: 2px solid #707ef9;
  border-radius: 0;
  font-weight: 500;
  left: -1px;
}

.tabs_privacy_menu {
  border: 1px #000;
  border-left: 1px solid #272931;
  flex-direction: column;
  align-items: flex-start;
  width: 181px;
  height: auto;
  margin-right: 119px;
  display: block;
  position: static;
}

.description1 {
  color: #f1f2f3;
  width: auto;
  max-width: none;
  margin-bottom: 24px;
  font-family: Tt norms pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.description1.blog {
  color: #a9aeb9;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.tabs_privacy {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.tab_content {
  width: 100%;
  max-width: 880px;
}

.rt-privacy-policy {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tab_menu_privacy_wrapp {
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  padding-top: 112px;
  display: block;
  overflow: visible;
}

.rich_text_privacy-2 {
  opacity: .7;
  color: #a9aeb9;
  text-align: left;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  font-family: Tt norms pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.rich_text_privacy-2 a {
  color: #707ef9;
}

.tab_privacy_content_container {
  object-fit: fill;
  width: 100%;
  max-width: 880px;
  overflow: visible;
}

.tabs-content-2 {
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 880px;
  display: block;
}

.h1-2 {
  color: #f1f2f3;
  width: auto;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Tt norms pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h1-2.privacy {
  max-width: none;
}

.h4-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Tt norms pro, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.text-block-10 {
  color: #a9aeb9;
  font-size: 12px;
  line-height: 16px;
}

.tabs_heading_doc {
  color: #f1f2f3;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.dropdown-products-item-icon {
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-end;
  width: auto;
  max-width: 100%;
  margin-right: 16px;
  display: block;
  position: static;
  overflow: visible;
}

.txt-numbers-2-regular {
  color: #787f8d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.drop-down-products-item-link {
  color: #fff;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Tt norms pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.drop-down-products-item-link.upper {
  margin-top: 0;
  margin-bottom: 24px;
}

.navbar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141618cc;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.navbar-transparent {
  z-index: 200;
  background-color: #0000;
}

.menu_items {
  align-items: center;
  display: flex;
}

.text-block {
  color: #5d626d;
  margin-bottom: 24px;
  font-family: Tt norms pro, sans-serif;
  font-weight: 500;
}

.txt-s3-medium {
  color: #fff;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-products-list-wrapp {
  width: 50%;
}

.dropdown-products-list-wrapp.menu {
  display: none;
}

.navbar-dropdown {
  align-items: center;
  padding-left: 19px;
  padding-right: 19px;
  font-family: Tt norms pro, sans-serif;
  display: flex;
}

.navbar-dropdown.products {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-item {
  color: #a9aeb9;
  padding: 0 19px;
  font-family: Tt norms pro, sans-serif;
  transition: color .2s;
  display: inline-block;
}

.navbar-item:hover, .navbar-item.w--current {
  color: #707ef9;
}

.dropdown-name-txt {
  color: #a9aeb9;
  transition: color .2s;
}

.dropdown-name-txt:hover {
  color: #707ef9;
}

.dropdown-list {
  width: 680px;
  height: 412px;
  left: -184px;
}

.dropdown-list.w--open {
  background-color: #1a1c20;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  box-shadow: 0 40px 80px #0003;
}

.nav-menu-2 {
  align-items: center;
  width: auto;
  display: flex;
}

.popup-wrapper {
  z-index: 400;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup-wrapper.popup-cta {
  z-index: 400;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-success-img {
  width: 100%;
  max-width: 128px;
}

.popup-form-img {
  width: 100%;
  max-width: 240px;
}

.popup-error-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.popup-success-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.popup-form-item {
  width: 100%;
  max-width: 370px;
  margin-bottom: 0;
  padding: 0;
}

.close-icon {
  cursor: pointer;
  width: 24px;
  transition: all .2s;
  position: absolute;
  inset: 32px 32px auto auto;
}

.close-icon:hover {
  opacity: .64;
}

.popup-form-success {
  background-color: #0000;
  width: 100%;
  max-width: 370px;
  padding: 12px 0 0;
}

.field-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #5d626d80;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 14px;
}

.field-input::placeholder {
  color: #5d626d;
  font-weight: 500;
}

.div-height-32 {
  width: 100%;
  height: 100%;
  max-height: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.popup-form-item-wrapper {
  z-index: 5;
  background-color: #1a1c20;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 434px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.popup-form-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.popup-error-icon {
  width: 24px;
}

.field-label {
  color: #5d626d;
  letter-spacing: .01em;
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.field-label.visible {
  display: block;
}

.btn-2 {
  color: #fff;
  background-color: #5766ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  font-family: Tt norms pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 4px 12px #5766ec0f, 1px 16px 24px #5766ec1f, 1px 12px 24px #5766ec0f;
}

.btn-2:hover {
  background-color: #707ef9;
}

.btn-2:active {
  box-shadow: none;
  background-color: #4856d8;
}

.btn-2:focus {
  box-shadow: none;
}

.btn-2.btn-sm {
  width: 180px;
  height: 44px;
  font-size: 14px;
  line-height: 20px;
}

.popup-content {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: auto;
}

.popup-error-text {
  color: #fff;
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.popup-form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.field-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.popup-form-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.popup-overlay {
  z-index: 1;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.popup-overlay:hover {
  opacity: .96;
}

.popup-form-text-description {
  color: #787f8d;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.popup-success-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.popup-form-error {
  background-color: #fba846;
  border-radius: 4px;
  width: 100%;
  margin-top: 32px;
  padding: 8px 12px;
}

.text-block-11 {
  color: #6d7381;
  justify-content: flex-start;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -20px 40px #000a3e0d;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_space-text-header {
  margin-bottom: 24px;
}

.fs-cc-prefs_label {
  color: #141618;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.bold-text {
  color: #0bba7b;
  letter-spacing: .1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fs-cc-prefs_space-header {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fs-cc-prefs_text-header {
  color: #5d626d;
  font-size: 14px;
  line-height: 20px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #141618;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.fs-cc-prefs_text {
  color: #5d626d;
  max-width: 85%;
  font-size: 14px;
  line-height: 20px;
}

.fs-cc-prefs_space-btn {
  z-index: 998;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_text-link {
  color: #5766ec;
  font-weight: 500;
  text-decoration: none;
}

.fs-cc-prefs_close {
  z-index: 2;
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 33px 27px auto auto;
}

.fs-cc-prefs_close-icon {
  color: #141618;
  width: 15px;
  height: 15px;
  display: flex;
}

.fs-cc-prefs_title-header {
  color: #141618;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label, .fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  overflow: auto;
}

.text-cookie-banner {
  letter-spacing: .1px;
  font-size: 14px;
  line-height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_option.last {
  border-bottom-style: none;
}

.fs-cc-prefs_form {
  z-index: 0;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 103px;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_space-small {
  margin-bottom: 4px;
}

.btn-3 {
  color: #fff;
  letter-spacing: .1px;
  text-transform: none;
  mix-blend-mode: normal;
  background-color: #5766ec;
  border-radius: 8px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 12px #5766ec0f, 0 16px 24px #5766ec1f, 0 12px 24px #5766ec0f;
}

.btn-3:hover {
  color: #fff;
  background-color: #707ef9;
}

.btn-3:active {
  background-color: #43464d;
}

.btn-3.btn-cookie {
  max-width: 113px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.btn-3.btn-cookie.pop-up-cookie {
  max-width: 250px;
  height: 44px;
}

.btn-3.btn-cookie-gray {
  box-shadow: none;
  color: #5766ec;
  background-color: #f5f6ff;
  max-width: 209px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.btn-3.btn-cookie-gray.pop-up-cookie {
  max-width: 250px;
  height: 44px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-phone-link {
  color: #6d7381;
  text-decoration: none;
  transition: all .2s;
}

.footer-phone-link:hover {
  color: #ffffffbf;
}

.text-block---12 {
  justify-content: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .sections_wrapp.uiux {
    background-position: 0 -20%;
    background-size: auto;
  }

  .h4.privacy {
    text-align: center;
  }

  .container.tab_privacy {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .heading_tab_cont_privacy {
    text-align: center;
    background-color: #1a1c20;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-bottom: 64px;
    display: flex;
  }

  .tab_link_privacy {
    color: #a9aeb9;
    background-color: #0000;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .tab_link_privacy.w--current {
    color: #707ef9;
    background-color: #0000;
    border: 2px #707ef9;
    border-left-style: solid;
    border-radius: 0;
    justify-content: space-between;
    width: 170%;
    padding-left: 23px;
    padding-right: 0;
    font-weight: 500;
    transition: color .2s;
    display: flex;
    position: static;
  }

  .tabs_privacy_menu {
    border: 1px #000;
    border-left: 1px solid #272931;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 187px;
    margin-right: 119px;
    padding-left: 0;
    display: flex;
  }

  .tabs_privacy {
    justify-content: space-between;
    display: flex;
  }

  .tab_menu_privacy_wrapp {
    flex-direction: column;
    max-width: 1180px;
    padding-top: 112px;
  }

  .tabs-content-2 {
    width: 880px;
    height: auto;
    overflow: hidden;
  }

  .h1-2.privacy {
    max-width: none;
  }

  .tabs_heading_doc {
    color: #f1f2f3;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
  }

  .text-block-9 {
    white-space: nowrap;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .grid_item_uiux {
    height: 580px;
    min-height: auto;
    margin-bottom: 50px;
  }

  .services_grid_item_upper {
    height: 260px;
    padding-bottom: 0;
    padding-right: 32px;
  }

  .services_grid_item_upper.fintech {
    height: 500px;
    padding-right: 30px;
  }

  .services_grid_item_upper.fintech.usability {
    height: 500px;
    min-height: auto;
    padding-right: 30px;
  }

  .services_grid_item_upper.sftwr {
    padding-left: 28px;
    padding-right: 24px;
  }

  .services_grid_item_upper.consultancy {
    width: auto;
    height: auto;
    padding-right: 16px;
  }

  .industries_grid_item_image_upper {
    height: 260px;
  }

  .industries_grid_item_image_upper.web_app {
    justify-content: center;
    width: 560px;
    height: 120%;
    display: block;
  }

  .rich_text_privacy.uiux.mrkt {
    min-height: auto;
  }

  .rich_text_privacy.sftwr {
    height: auto;
  }

  .rich_text_privacy.it_card {
    width: auto;
  }

  .sections_wrapp.uiux {
    background-position: 26% 6%;
    background-size: 200%;
  }

  .blur_grid_item {
    width: 100%;
    max-width: none;
    height: 305px;
    min-height: auto;
    position: relative;
  }

  .blur_grid_item.fintech.uiux {
    padding-top: 40px;
    padding-bottom: 106px;
    padding-left: 30px;
  }

  .blur_grid_item.fintech.uiux.prototype {
    min-height: 500px;
  }

  .blur_grid_item.fintech.web_dvlp {
    height: auto;
    padding-top: 0;
    padding-left: 28px;
  }

  .blur_grid_item.fintech.sftwr {
    justify-content: space-between;
    height: auto;
    min-height: 460px;
  }

  .blur_grid_item.fintech.consultancy {
    height: auto;
    max-height: 480px;
    padding-right: 0;
  }

  .blur_grid_item.fintech.consultancy.upper {
    height: 400px;
    max-height: 480px;
  }

  .grid_item_horizontal_txt_blck.dvlp {
    padding-bottom: 30px;
  }

  .section.service_main {
    background-position: 80% 90%;
    background-size: auto 80%;
  }

  .industries_grid_item_image_wrapper {
    justify-content: flex-end;
    inset: auto 0% -19%;
  }

  .industries_grid_item_image_wrapper.grid1 {
    inset: auto 0% -10%;
  }

  .container {
    max-width: 728px;
  }

  .container.main_services {
    max-width: none;
    padding-top: 130px;
  }

  .container.uiux {
    max-width: none;
  }

  .container.software {
    max-width: none;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .container.consultancy {
    max-width: none;
  }

  .container.container-navbar {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .img_web_app {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .image_sftwr_grid {
    height: 210px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .grid_item_item_inner {
    height: auto;
    padding-top: 36px;
  }

  .stikers_content {
    grid-row-gap: 30px;
    flex-flow: wrap;
    place-content: space-between;
    width: 100%;
  }

  .card_txt_content {
    width: auto;
    max-width: 390px;
  }

  .managed_it_card {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .img_wrapp {
    width: 360px;
    height: auto;
  }

  .image-14 {
    height: 100%;
    display: none;
  }

  .txt_field {
    margin-bottom: 16px;
  }

  .footer-link {
    line-height: 17px;
  }

  .footer-link.upper {
    margin-top: 0;
  }

  .footer-block {
    height: 260px;
    margin-bottom: 40px;
  }

  .down-part-footer-column {
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    height: 660px;
  }

  .tabs_privacy_menu {
    margin-bottom: 48px;
  }

  .description1 {
    max-width: none;
  }

  .tabs_privacy {
    flex-direction: column;
  }

  .burger_lines {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .dropdown-products-item-icon {
    width: 24px;
    height: 24px;
  }

  .drop-down-products-item-link, .drop-down-products-item-link.upper {
    margin-bottom: 20px;
  }

  .navbar.navbar-transparent {
    z-index: 3;
    position: fixed;
  }

  .menu_items {
    border: 1px #000;
    border-bottom: 1px solid #272931;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 24px;
    display: block;
  }

  .menu_btn {
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu_btn.w--open {
    cursor: auto;
    object-fit: fill;
    background-color: #0000;
    position: static;
  }

  .dropdown-products-list-wrapp {
    padding-top: 24px;
  }

  .dropdown-products-list-wrapp.menu {
    display: block;
  }

  .line_navbar2 {
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 1.6px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_bar_btn_wrapp {
    align-items: center;
    display: flex;
  }

  .navbar-dropdown.products {
    justify-content: flex-end;
  }

  .navbar-item {
    color: #f1f2f3;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
  }

  .nav-menu-2 {
    z-index: 2;
    background-color: #1a1c20;
    flex-direction: row;
    justify-content: flex-end;
    width: 375px;
    height: 100vh;
    margin-top: 0;
    padding-top: 64px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .line_navbar1 {
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 1.6px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .products-dropdown {
    flex-direction: column;
    align-items: flex-end;
    display: none;
  }

  .line_navbar3 {
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 1.6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs-cc-banner_container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    max-width: 45%;
  }

  .text-cookie-banner {
    max-width: 50%;
  }

  .btn-3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .grid_item_uiux {
    height: auto;
    min-height: 530px;
    margin-bottom: 0;
  }

  .services_grid_item_upper.fintech {
    height: 160px;
  }

  .services_grid_item_upper.fintech.usability {
    height: 290px;
    padding-right: 60px;
  }

  .industries_grid_item_image_upper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 490px;
    height: 120px;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .industries_grid_item_image_upper.web_app {
    justify-content: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .blur_grid_item, .blur_grid_item.fintech {
    max-width: none;
  }

  .blur_grid_item.fintech.uiux {
    min-height: 460px;
  }

  .blur_grid_item.fintech.user_research {
    flex-direction: column;
    height: auto;
    min-height: 410px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-left: 30px;
  }

  .blur_grid_item.fintech.web_dvlp {
    flex-direction: column;
    align-items: flex-start;
    min-height: 460px;
    padding-top: 36px;
  }

  .blur_grid_item.fintech.sftwr {
    align-items: flex-start;
    max-width: none;
  }

  .blur_grid_item.fintech.consultancy.upper._1 {
    overflow: hidden;
  }

  .grid_item_horizontal_txt_blck.dvlp {
    max-width: 430px;
    padding-top: 0;
  }

  .h1 {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .h1.services_main {
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.service_main {
    background-position: 80% 110%;
    background-size: auto 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.form {
    background-color: #141618;
  }

  .grid_uiux {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .industries_grid_item_image_wrapper {
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
  }

  .industries_grid_item_image_wrapper.grid1 {
    justify-content: flex-end;
    bottom: -16%;
  }

  .container.main_services {
    padding-bottom: 200px;
  }

  .container.consultancy {
    padding-bottom: 120px;
  }

  .grid_sftwr {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .img_web_app {
    width: auto;
    height: 230px;
  }

  .image_sftwr_grid {
    align-self: auto;
    width: 400px;
    height: 250px;
    position: static;
  }

  .image-16 {
    align-self: flex-start;
    width: auto;
    max-width: none;
    height: 370px;
  }

  .stikers_content {
    flex-direction: row;
    order: 0;
  }

  .grid_consultancy {
    grid-template-columns: 1fr;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-link.upper {
    height: auto;
  }

  .footer-block {
    align-items: baseline;
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    height: auto;
  }

  .upper-part-footer-column {
    order: -1;
  }

  .description1 {
    text-align: center;
    max-width: none;
    display: flex;
  }

  .h1-2 {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .navbar.navbar-transparent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    margin-top: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-prefs_space-btn {
    grid-column-gap: 12px;
  }

  .fs-cc-banner_buttons-wrapper {
    justify-content: space-between;
    max-width: 100%;
    margin-top: 16px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs_title-header {
    font-size: 20px;
  }

  .text-cookie-banner {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .grid_item_uiux {
    height: 360px;
    min-height: auto;
    margin-bottom: 80px;
  }

  .grid_item_uiux._2 {
    height: 520px;
  }

  .services_grid_item_upper {
    height: auto;
    padding-right: 15px;
  }

  .services_grid_item_upper.fintech {
    height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .services_grid_item_upper.fintech.usability {
    height: auto;
    padding-right: 14px;
  }

  .services_grid_item_upper.sftwr {
    padding-left: 24px;
    padding-right: 14px;
  }

  .services_grid_item_upper.consultancy {
    padding-right: 0;
  }

  .industries_grid_item_image_upper {
    width: 100%;
    height: 160px;
  }

  .industries_grid_item_image_upper.grid {
    width: auto;
    height: auto;
    inset: auto 0% -26% auto;
  }

  .industries_grid_item_image_upper.web_app {
    justify-content: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .rich_text_privacy.uiux {
    min-height: auto;
  }

  .rich_text_privacy.services {
    max-width: 343px;
  }

  .rich_text_privacy.it_card {
    text-align: center;
    margin-bottom: 48px;
  }

  .rich_text_privacy.contact_form {
    max-width: 310px;
    margin-bottom: 23px;
  }

  .sections_wrapp {
    background-color: #0000;
    background-image: url('../images/bg.svg'), url('../images/BGLINAR.svg');
    background-position: 60% 60%, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
  }

  .sections_wrapp.uiux {
    background-image: url('../images/Back.png'), url('../images/waves.svg'), url('../images/grid.svg');
    background-position: 89% 8%, 30% 3%, 0 1%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 352%, 400%, 110%;
  }

  .blur_grid_item {
    height: 305px;
  }

  .blur_grid_item.fintech {
    height: 300px;
    padding-bottom: 0;
    padding-right: 24px;
  }

  .blur_grid_item.fintech.uiux {
    height: 435px;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 100px;
    padding-left: 24px;
  }

  .blur_grid_item.fintech.uiux.brand {
    height: 355px;
    padding-right: 0;
  }

  .blur_grid_item.fintech.uiux.prototype {
    height: 498px;
    padding-right: 0;
  }

  .blur_grid_item.fintech.uiux.testing {
    height: 355px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blur_grid_item.fintech.uiux.usability {
    height: 355px;
    padding-right: 0;
  }

  .blur_grid_item.fintech.user_research {
    height: 275px;
    min-height: auto;
    padding: 32px 12px 100px 24px;
  }

  .blur_grid_item.fintech.web_dvlp {
    height: 510px;
    min-height: auto;
    margin-bottom: 32px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 14px;
  }

  .blur_grid_item.fintech.sftwr {
    height: 510px;
    min-height: auto;
    padding-right: 0;
  }

  .blur_grid_item.fintech.consultancy {
    max-height: 380px;
    margin-bottom: 60px;
    padding-top: 32px;
    padding-left: 24px;
  }

  .blur_grid_item.fintech.consultancy.upper {
    height: 470px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 11px;
    overflow: hidden;
  }

  .blur_grid_item.fintech.consultancy.upper._1 {
    margin-bottom: 32px;
    padding-top: 21px;
    padding-right: 14px;
  }

  .blur_grid_item.fintech.advisory {
    height: 350px;
    margin-bottom: 78px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 14px;
  }

  .grid_item_horizontal_txt_blck {
    max-width: none;
  }

  .grid_item_horizontal_txt_blck.dvlp {
    padding-top: 0;
  }

  .h1 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
  }

  .h1.services_main {
    font-size: 32px;
    line-height: 36px;
  }

  .h3 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .h3.uiux {
    font-size: 32px;
    line-height: 36px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.service_main {
    background-image: none;
  }

  .section._1300 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.form {
    background-color: #141618;
  }

  .h4 {
    width: 100%;
    max-width: none;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .h4.uiux {
    max-width: 290px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .h4.cta_block {
    max-width: none;
    font-size: 32px;
    line-height: 36px;
  }

  .h4.consultancy {
    margin-bottom: 15px;
  }

  .h4.form {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  .h4.privacy {
    text-align: center;
  }

  .grid_uiux {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main_services_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .industries_grid_item_image_wrapper {
    justify-content: center;
    height: auto;
    inset: auto 0% 0%;
  }

  .industries_grid_item_image_wrapper.grid1 {
    justify-content: flex-end;
    align-items: flex-start;
    inset: auto 0% -24% auto;
  }

  .industries_grid_item_image_wrapper.grid1.services {
    bottom: -24%;
  }

  .container {
    max-width: none;
  }

  .container.main_services {
    align-items: center;
    padding-top: 124px;
    padding-bottom: 615px;
  }

  .container.uiux {
    padding-top: 73px;
  }

  .container.software {
    padding-top: 75px;
    padding-bottom: 91px;
  }

  .container.cta_part {
    padding-top: 80px;
    padding-bottom: 112px;
  }

  .container.consultancy {
    padding-top: 75px;
    padding-bottom: 13px;
  }

  .container._1300 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.contact_form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.footer {
    padding-top: 51px;
  }

  .h5 {
    margin-bottom: 16px;
  }

  .h5.sftwr {
    font-size: 24px;
  }

  .h5.dvlp {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .software_txt_block {
    margin-bottom: 56px;
  }

  .software_txt_block.consultancy {
    margin-bottom: 66px;
  }

  .grid_sftwr {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image_sftwr_grid {
    width: 100%;
    max-width: none;
    height: 100%;
    display: none;
  }

  .image_sftwr_grid.testing {
    display: none;
  }

  .grid_item_item_inner {
    padding-top: 32px;
  }

  .software_img_mob {
    display: block;
  }

  .image-16 {
    height: 380px;
  }

  .consultancy_grid_item_image {
    position: absolute;
    inset: auto 0% -25%;
  }

  .card_txt_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid_item_inner_consultancy {
    padding-right: 0;
  }

  .cta_pert_content {
    max-width: 350px;
  }

  .managed_it_card {
    border-radius: 0;
    justify-content: center;
    padding: 60px 26px;
  }

  .sections_wrapper_services {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .img_wrapp {
    display: none;
  }

  .form-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block, .footer-block.upper {
    padding-top: 0;
  }

  .footer {
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .down-part-footer-column {
    margin-bottom: 0;
  }

  .footer-divider {
    margin-top: 25px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .upper-part-footer-column {
    order: -1;
  }

  .description1 {
    width: 100%;
    max-width: 343px;
    margin-bottom: 80px;
  }

  .description1.blog {
    margin-bottom: 64px;
  }

  .tabs_privacy {
    flex-direction: column;
  }

  .tab_menu_privacy_wrapp {
    padding-top: 128px;
  }

  .h1-2 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 36px;
  }

  .h4-2 {
    width: 100%;
    max-width: none;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .h4-2.privacy {
    margin-bottom: 12px;
  }

  .navbar.navbar-transparent {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-products-list-wrapp.menu {
    width: auto;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .fs-cc-banner_component {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_container {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-cc-prefs_space-header {
    width: 100%;
    padding-top: 32px;
    padding-left: 16px;
    left: 0;
    right: 0;
  }

  .fs-cc-prefs_text {
    max-width: 100%;
  }

  .fs-cc-prefs_space-btn {
    grid-row-gap: 12px;
    background-color: #fff;
    flex-direction: column;
    height: 136px;
    margin-bottom: 0;
    padding: 20px 16px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    max-width: 100%;
    margin-top: 16px;
  }

  .fs-cc-prefs_component {
    justify-content: flex-end;
    padding: 24px 0 0;
    inset: auto 0% 0%;
  }

  .fs-cc-prefs_close {
    top: 25px;
    right: 11px;
  }

  .fs-cc-prefs_content {
    padding: 0 16px;
  }

  .fs-cc-prefs_form {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-height: 95vh;
    padding-bottom: 136px;
  }

  .btn-3 {
    justify-content: center;
    max-width: none;
  }

  .btn-3.btn-cookie, .btn-3.btn-cookie.pop-up-cookie, .btn-3.btn-cookie-gray, .btn-3.btn-cookie-gray.pop-up-cookie {
    max-width: 100%;
  }
}

#w-node-_7d59d178-7928-1401-c4a0-48174fd9864f-09918bc3, #w-node-_7d59d178-7928-1401-c4a0-48174fd98658-09918bc3, #w-node-_7d59d178-7928-1401-c4a0-48174fd98661-09918bc3, #w-node-_7d59d178-7928-1401-c4a0-48174fd9866a-09918bc3, #w-node-_8e07e5ba-3815-a445-9df9-9439ba7f6e8a-09918bc3, #w-node-_8e07e5ba-3815-a445-9df9-9439ba7f6e95-09918bc3, #w-node-_83aa86a3-23fd-ed30-5b39-08a433a31654-09918bc3, #w-node-b3031a83-a7a7-a850-047a-c61fd129cd9f-09918bc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3031a83-a7a7-a850-047a-c61fd129cd9f-09918bc3 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b3031a83-a7a7-a850-047a-c61fd129cd9f-09918bc3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3031a83-a7a7-a850-047a-c61fd129cd9f-09918bc3 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/tt_norms_pro_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/tt_norms_pro_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/tt_norms_pro_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt norms pro';
  src: url('../fonts/tt_norms_pro_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}