:root {
  --blue-text: #1900a6;
  --white: white;
  --fuchsia: #9d0088;
  --black: black;
  --grey-light: #ccd4db;
  --grey-dark: #333;
  --blue: #140083;
  --f-bg: #3d0939;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  height: 60vh;
  min-height: auto;
  max-height: none;
  margin-top: 4%;
  margin-bottom: 0;
  margin-right: auto;
  padding: 7% 4% 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  height: 102vh;
  min-height: auto;
  max-height: none;
  margin-top: -1%;
}

.navbar {
  background-color: var(--blue-text);
  outline-offset: 0px;
  border: 1px #000;
  outline: 5px solid #fff;
  width: 100%;
  height: 120px;
  position: fixed;
  inset: 0% 0% auto;
}

.heading {
  color: #1900a6;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-weight: 600;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.div-block {
  background-color: #1900a6;
  min-height: 5px;
  max-height: 12px;
  margin-bottom: 20px;
}

.nav-link {
  color: var(--white);
  margin-right: 0%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.text-links {
  color: #cacaca;
  margin-top: 45px;
  margin-bottom: 0%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.text-links.main {
  color: #333;
  flex-flow: wrap;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.text-links.footer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.button {
  text-align: center;
  vertical-align: bottom;
  background-color: #9d0088;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 70px;
  margin: 5% auto 0 79%;
  padding: 0 0% 0 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button:active {
  background-color: var(--blue-text);
}

.button.footer {
  background-color: var(--fuchsia);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-left: 0%;
  margin-right: 0;
  font-size: 17px;
  line-height: 1.5px;
}

.text-span {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  padding-left: 0%;
}

.div-block-2 {
  margin-bottom: 3px;
}

.heading-main {
  color: #202020;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  display: flex;
}

.heading-main.black-line {
  border-top: 0px none var(--blue-text);
  border-right: 0px none var(--blue-text);
  border-bottom: 5px solid var(--blue-text);
  background-color: var(--white);
  margin-bottom: 3%;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 3%;
  font-size: 35px;
}

.heading-main.black-line.left {
  justify-content: flex-start;
  align-items: center;
}

.heading-main.wight {
  color: var(--white);
  margin-bottom: 3%;
  font-size: 35px;
}

.heading-main.black-left {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
}

.heading-main.blue {
  background-color: var(--blue-text);
  color: #fff;
}

.heading-main.black-line {
  background-color: #fff;
  border-top: 0 #1900a6;
  border-bottom: 5px solid #1900a6;
  border-right: 0 #1900a6;
  margin-bottom: 3%;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 3%;
  font-size: 35px;
}

.list-item-text {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.list-item-text.in-text {
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.list {
  border: 1px #000;
  max-width: 1200px;
  margin-top: 0;
  list-style-type: square;
}

.list.in-text {
  margin-top: 0;
  font-size: 14px;
}

.list.in-text.in-list {
  padding-left: 100px;
}

.container-3 {
  max-width: 1400px;
  margin-bottom: 8%;
  padding-top: 3%;
}

.grid {
  grid-template: "Area Area-3 Area-4 Area-5 Area-6"
  / 1fr 1fr 1fr 1fr 1fr;
}

.text-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--blue-text);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffffffb5;
  background-clip: padding-box;
  border-top: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60px;
  margin-top: -42px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-2:hover {
  color: var(--fuchsia);
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  background-color: var(--black);
  background-image: linear-gradient(#0003, #0003);
}

.section-with-box {
  background-image: none;
}

.section-with-box.services {
  background-color: var(--white);
  background-image: none;
  padding-top: 6%;
}

.div-block-5 {
  border: 1px solid #fff;
  width: 265px;
  height: 220px;
}

.div-block-6 {
  z-index: auto;
  outline-offset: 0px;
  background-image: url('../images/Main-bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  outline: 1px solid #3f3f3f;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  margin-top: 0%;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section-2 {
  background-color: #fff0;
  padding-top: 6%;
  padding-bottom: 6%;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  max-width: 1200px;
  height: 120px;
  display: block;
}

.image-in-box {
  width: 100%;
  max-width: none;
  height: 200px;
  position: static;
  overflow: visible;
}

.div-block-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 4%;
  display: block;
}

.section-footer {
  background-color: var(--blue-text);
  background-image: none;
  padding-top: 5%;
  padding-bottom: 3%;
}

.section-last {
  background-color: #fff;
  padding-top: 6%;
  padding-bottom: 6%;
}

.container-5 {
  max-width: 1200px;
  height: auto;
  padding-top: 3%;
  padding-bottom: 6%;
}

.image-2 {
  opacity: .19;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-1 Area-2 Area-2" 110px
                 "Area Area-2 Area-2" 94px
                 "Area-6 Area-2 Area-2" 75px
                 "Area-3 Area-3 Area-4"
                 "Area-5 Area-5 Area-7" 70px
                 / 1.75fr 1fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.text-block-3 {
  color: #cacaca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.text-block-contacts {
  color: var(--grey-light);
  flex-flow: column;
  margin-bottom: 3%;
  font-size: 21px;
  display: flex;
}

.text-block-contacts.nav {
  margin-bottom: 0;
  display: block;
}

.text-block-contacts.for-button {
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 0%;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.text-block-contacts.for-button.header {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-7 {
  color: #1900a6;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 4%;
  display: block;
}

.grid-2 {
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-7"
                 "Area-6 Area-8"
                 "Area-9 Area-10"
                 "Area-11 Area-12"
                 / minmax(19px, .25fr) 1fr;
}

.image-map {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.div_map {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 551px;
  display: flex;
}

.image-61 {
  margin-left: 0;
  padding-left: 0;
}

.text-block-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-5 {
  color: #cacaca;
  margin-top: 1%;
  font-size: 16px;
  text-decoration: overline;
}

.text-block-5:hover {
  color: var(--grey-light);
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.section-storage-and-logistics {
  background-color: var(--grey-light);
  padding-top: 6%;
  padding-bottom: 0%;
}

.container-7 {
  background-color: #fff;
  max-width: 1200px;
  margin-bottom: 5%;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  grid-template: "Area-2 Area" 301px
                 "Area-3 ." 302px
                 "Area-4 Area-6"
                 "Area-5 Area-5"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: grid;
}

.div-block-9.scan {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 345px 395px auto auto;
}

.text-block-6 {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.text-block-6.with-list {
  margin-top: 30px;
  margin-bottom: 10px;
}

.div-block-11 {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: none;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
}

.div-text {
  display: block;
}

.image-62 {
  max-width: 300px;
}

.image-3 {
  box-sizing: content-box;
  border: 2px solid var(--blue-text);
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  max-width: none;
  height: 300px;
  display: block;
}

.div-design {
  background-color: #fff;
  padding-top: 2%;
  padding-bottom: 5%;
}

.div-block-12 {
  background-image: url('../images/Зображення-паперу.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  height: 150px;
}

.text-mission {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.container-8 {
  text-align: center;
  max-width: 1300px;
  padding: 20px 4%;
  font-size: 21px;
  line-height: 1.5;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.heading-3 {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.text-list-small {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.div-block-13 {
  background-color: var(--blue-text);
  height: 550px;
  padding-top: 1%;
}

.div-block-13.fuchsia {
  background-color: #fff;
  background-image: linear-gradient(179deg, var(--blue-text), var(--fuchsia));
  opacity: 1;
  margin-top: 0%;
  margin-bottom: 0%;
}

.section-scan {
  background-color: var(--white);
  padding-top: 10%;
  padding-bottom: 4%;
}

.link-block-box {
  text-decoration: none;
}

.section-services {
  padding-top: 6%;
  padding-bottom: 10%;
}

.brand {
  background-image: url('../images/Group-67.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.brand.w--current {
  box-sizing: border-box;
  background-image: url('../images/Group-67.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.div-block-14 {
  background-image: url('../images/Оцифрування-А3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
}

.section-platform {
  padding-top: 5%;
  padding-bottom: 6%;
}

.div-design-platform {
  box-sizing: content-box;
  object-fit: fill;
  object-position: 50% 0%;
  padding-top: 5%;
  overflow: visible;
}

.div-block-in-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 / 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.image-4 {
  height: 400px;
}

.image-save {
  box-sizing: border-box;
  object-fit: fill;
  max-width: 100%;
  overflow: clip;
}

.div-block-in-grid-scan {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  text-decoration: none;
}

.div-block-15 {
  z-index: 1000;
  float: right;
  clear: none;
  background-color: var(--blue-text);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-right: 0;
  display: block;
  position: sticky;
}

.wright-us {
  background-color: var(--fuchsia);
  color: #fff;
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  width: 240px;
  height: 70px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.wright-us.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.wright-us-header {
  background-color: var(--fuchsia);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin-top: 2%;
  margin-left: 78%;
  display: flex;
}

.links {
  color: var(--grey-dark);
  margin-left: 2px;
  margin-right: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.links:hover {
  color: var(--blue-text);
  text-decoration: none;
}

.links.wite {
  color: var(--grey-light);
  margin-left: 2px;
  margin-right: 3px;
}

.links.wite:hover {
  box-shadow: inset -4px 4px 20px 20px var(--fuchsia);
  color: var(--white);
}

.link-block-2 {
  background-image: url('../images/Arrow.png');
  background-position: 50%;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.link-block-2.w--current {
  background-image: url('../images/Arrow.png');
  background-position: 50%;
  background-size: cover;
}

.image-63 {
  background-image: url('../images/Arrow.png');
  background-position: 50%;
  background-size: auto;
}

.container-save {
  max-width: 1200px;
  margin-top: 3%;
  margin-bottom: 2%;
}

.div-block-16 {
  background-image: url('../images/Оцифрування-документів.jpg');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  height: 200px;
  margin-top: 40px;
}

.div-block-17 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-7 {
  box-sizing: content-box;
  aspect-ratio: auto;
}

.div-block-image-save {
  width: 390px;
  height: 278px;
}

.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;
  background-color: #fffc;
  flex-direction: column;
  width: 550px;
  padding: 5% 20px;
  display: flex;
  box-shadow: 20px -20px 15px -9px #0003;
}

.heading-4 {
  color: var(--blue-text);
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.section-5 {
  background-image: url('../images/Зображення-паперу.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-64 {
  align-self: center;
  max-width: 50%;
}

.text-block-7 {
  color: var(--blue-text);
  font-size: 19px;
  line-height: 1.5;
}

.section-confidentiality {
  margin-top: 160px;
  margin-bottom: 15%;
}

.container-9 {
  max-width: 1200px;
}

.div-block-20 {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.section-support {
  margin-top: 10%;
}

.div-block-23 {
  width: auto;
  padding-right: 20px;
}

.div-block-24 {
  width: 1631px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 700px;
    height: 500px;
    margin-top: 10%;
    padding-top: 10%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section {
    height: 720px;
  }

  .navbar {
    height: 100px;
    position: relative;
    inset: 0% 0% auto;
  }

  .heading {
    font-size: 80px;
  }

  .text-block {
    font-size: 21px;
    line-height: 1.5;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .nav-link {
    text-align: right;
  }

  .nav-link-2 {
    text-align: right;
    display: block;
  }

  .text-links.main {
    flex-flow: wrap;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .text-links.footer {
    font-size: 16px;
  }

  .button {
    margin-left: 61%;
  }

  .heading-main.wight {
    font-size: 30px;
  }

  .heading-main.black-line {
    margin-bottom: 4%;
    font-size: 30px;
    line-height: 1.5;
  }

  .list-item-text {
    line-height: 1.5;
  }

  .list-item-text.in-text {
    font-size: 19px;
  }

  .container-3 {
    margin-bottom: 10%;
    padding-top: 5%;
  }

  .grid {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-auto-flow: column dense;
    place-content: stretch center;
    place-items: stretch stretch;
    display: flex;
  }

  .text-block-2 {
    margin-top: -40px;
    font-size: 17px;
    font-weight: 600;
  }

  .div-block-5 {
    width: 200px;
    height: 172px;
  }

  .div-block-6 {
    height: 580px;
  }

  .section-2 {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .container-4 {
    height: 100px;
    margin-left: 4%;
    margin-right: 4%;
  }

  .image-in-box {
    height: 150px;
  }

  .section-footer {
    padding: 7% 20px 10%;
  }

  .section-last {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template: "Area-1 Area-2 Area-2" 110px
                   "Area Area-2 Area-2" 94px
                   "Area-6 Area-6 Area-4" 75px
                   "Area-3 Area-3 Area-3"
                   "Area-5 Area-5 Area-7" 70px
                   / 1.75fr .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .text-block-contacts {
    font-size: 19px;
  }

  .text-block-contacts.for-button {
    margin-top: 25px;
  }

  .nav-menu {
    background-color: var(--blue-text);
    text-align: right;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin-left: 4%;
    display: block;
    position: absolute;
  }

  .image-map {
    margin-top: 20px;
  }

  .div_map {
    width: 351px;
  }

  .image-61 {
    margin-top: 20px;
  }

  .text-block-5 {
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .section-storage-and-logistics {
    background-color: var(--white);
    padding-top: 0%;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 300px auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-9.scan {
    grid-template-rows: 550px 497px auto auto;
  }

  .text-block-6 {
    font-family: Inter, sans-serif;
    font-size: 19px;
  }

  .div-block-11 {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 0%;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: clip;
  }

  .image-3 {
    box-sizing: content-box;
    object-fit: none;
    overflow: scroll;
  }

  .div-block-12 {
    height: 100px;
  }

  .text-mission {
    font-size: 19px;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .div-block-13 {
    height: 600px;
    padding-top: 3%;
    padding-bottom: 10%;
  }

  .section-scan {
    padding-top: 5%;
    padding-bottom: 6%;
  }

  .section-services {
    padding-top: 10%;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .brand.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-14 {
    box-sizing: content-box;
    aspect-ratio: auto;
    background-image: url('../images/Оцифрування-А3.jpg');
    background-position: 50% 0;
    background-size: cover;
    overflow: visible;
  }

  .section-platform {
    padding-bottom: 10%;
  }

  .div-design-platform {
    padding-top: 0%;
  }

  .div-block-in-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-save {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: scale-down;
    object-position: 50% 0%;
    max-width: 100%;
  }

  .wright-us {
    height: 70px;
  }

  .wright-us-header {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-top: 8%;
    margin-left: 0%;
  }

  .icon {
    color: var(--white);
  }

  .container-save {
    margin-bottom: 8%;
  }

  .div-block-16 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-17 {
    overflow: visible;
  }

  .image-7 {
    box-sizing: border-box;
  }

  .image-8 {
    box-sizing: content-box;
    object-fit: fill;
    object-position: 50% 0%;
  }

  .div-block-19 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .menu-button.w--open {
    border-bottom: 0px none var(--white);
    background-color: #9d008800;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-image-save {
    width: 360px;
  }

  .utility-page-wrap {
    height: 500px;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .section-confidentiality {
    margin-top: 100px;
  }

  .div-block-21 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
  }

  .div-block-22 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-support {
    margin-top: 40px;
  }

  .div-block-23 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: 510px;
    margin-top: 15%;
  }

  .section {
    height: 720px;
  }

  .navbar {
    position: fixed;
  }

  .text-links.footer {
    font-size: 16px;
  }

  .button {
    margin-left: 53%;
  }

  .div-block-6 {
    height: 690px;
  }

  .section-footer {
    padding-top: 8%;
  }

  .section-last {
    padding-top: 12%;
    padding-bottom: 15%;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 110px 94px 75px auto 70px;
    grid-template-columns: 1.75fr .5fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    display: grid;
  }

  .text-block-contacts {
    margin-bottom: 7%;
  }

  .image-map, .image-61 {
    align-self: auto;
  }

  .section-storage-and-logistics {
    padding-top: 20%;
  }

  .section-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-13 {
    height: 750px;
    padding-top: 3%;
    padding-bottom: 10%;
  }

  .section-scan {
    padding-top: 25%;
  }

  .section-services {
    padding-top: 17%;
  }

  .section-platform {
    padding-top: 25%;
  }

  .div-block-in-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-image-save {
    text-align: left;
  }

  .utility-page-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-5 {
    padding-top: 10%;
  }

  .section-confidentiality {
    margin-top: 100px;
    margin-bottom: 20%;
  }

  .section-support {
    margin-top: 130px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: 30%;
    padding-top: 13%;
    padding-bottom: 5%;
  }

  .section {
    margin-top: 0%;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 46px;
  }

  .text-block {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
  }

  .text-links.main {
    margin-bottom: 45px;
    font-size: 15px;
    font-weight: 600;
  }

  .text-links.footer {
    margin-top: 20px;
    font-size: 15px;
  }

  .button {
    width: 100%;
    margin-left: auto;
  }

  .button.footer {
    width: 100%;
  }

  .heading-main.wight {
    margin-bottom: 0%;
    font-size: 30px;
  }

  .heading-main.black-line {
    margin-bottom: 5%;
    padding-bottom: 15%;
    font-size: 24px;
    line-height: 1.5;
  }

  .list {
    margin-right: 20px;
  }

  .section-with-box.services {
    padding-top: 10%;
  }

  .section-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section-last {
    padding-top: 15%;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 110px 94px 75px auto 70px;
    grid-template-columns: 1.75fr 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 13px;
  }

  .text-block-contacts.for-button {
    color: #fff;
    flex-flow: wrap;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .text-block-contacts.for-button.header {
    margin-top: auto;
  }

  .image-map {
    margin-top: 0;
  }

  .div_map {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-4 {
    color: #cacaca;
  }

  .div-block-8 {
    margin-top: 20px;
  }

  .section-storage-and-logistics {
    padding-top: 45%;
  }

  .div-block-11 {
    margin-bottom: 40px;
  }

  .div-block-12 {
    height: 50px;
  }

  .section-4 {
    height: 280px;
  }

  .heading-3 {
    font-family: Inter, sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
  }

  .div-block-13 {
    height: 1100px;
  }

  .section-scan {
    padding-top: 50%;
    padding-bottom: 15%;
  }

  .section-services {
    padding-top: 30%;
  }

  .section-platform {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .div-block-in-grid {
    margin-bottom: 60px;
  }

  .wright-us {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    display: flex;
  }

  .wright-us-header {
    flex-flow: column;
    width: 100%;
    margin-top: 35px;
  }

  .link-block-2 {
    width: 50px;
    height: 50px;
  }

  .link-block-2.w--current {
    align-self: flex-end;
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .div-block-16 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .div-block-18 {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-image-save {
    order: -1;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-5 {
    padding-top: 20%;
  }

  .section-confidentiality {
    margin-bottom: 25%;
  }

  .section-support {
    margin-top: 150px;
  }
}

#w-node-_516d035f-e544-4296-0218-a0d436c47c33-9e60cd66, #w-node-_516d035f-e544-4296-0218-a0d436c47c39-9e60cd66, #w-node-_516d035f-e544-4296-0218-a0d436c47c3f-9e60cd66, #w-node-_9fdac23f-7e11-bd83-ec3b-e5077df7e15b-9e60cd66, #w-node-_516d035f-e544-4296-0218-a0d436c47c4b-9e60cd66, #w-node-b8cb3877-4cfe-d2eb-33d7-39b4f0e46a14-9e60cd66, #w-node-_411c42ea-8a65-cddc-bef5-86dbccf535e9-9e60cd66, #w-node-_9894016a-026a-3ea2-ee12-f1a2e7464dc2-9e60cd66, #w-node-bfcf76b1-2be8-ef07-9910-bbf6caed7b02-9e60cd66, #w-node-f7ae39d7-f210-ea4e-4532-4ef1b9211bbf-9e60cd66, #w-node-_058bb3e6-c0c6-30cf-7cae-4645536e96d6-9e60cd66, #w-node-_058bb3e6-c0c6-30cf-7cae-4645536e96dd-9e60cd66, #w-node-_058bb3e6-c0c6-30cf-7cae-4645536e96e4-9e60cd66, #w-node-_058bb3e6-c0c6-30cf-7cae-4645536e96eb-9e60cd66, #w-node-_058bb3e6-c0c6-30cf-7cae-4645536e96f2-9e60cd66 {
  grid-area: Area-3;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c3406-617c33f1 {
  grid-area: Area-1;
  place-self: start;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c33fc-617c33f1 {
  order: 0;
  grid-area: Area;
  place-self: end start;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c33f3-617c33f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start end;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c33f6-617c33f1 {
  grid-area: Area-4;
  justify-self: end;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c33f9-617c33f1 {
  grid-area: Area-3;
  place-self: start;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c3408-617c33f1 {
  grid-area: Area-6;
  align-self: end;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c3409-617c33f1 {
  grid-area: Area-6;
}

#w-node-e01bedb9-cc5d-bf12-4a87-49bfecf795bb-617c33f1 {
  grid-area: Area-7;
  justify-self: end;
}

#w-node-_4ff483e0-823d-446b-b072-e72c12199be0-617c33f1 {
  grid-area: Area-4;
  place-self: center end;
}

#w-node-d5f3c939-d830-0862-36a2-fc8ffe9ddd23-617c33f1 {
  grid-area: Area-7;
  place-self: start end;
}

#w-node-_3411e427-9829-be6c-1ec9-ee6a38635e79-617c33f1 {
  grid-area: Area-7;
  justify-self: end;
}

#w-node-_70922b53-0707-7942-43f6-bc1d617c3403-617c33f1 {
  grid-area: Area-5;
  place-self: end start;
}

#w-node-_93bc713b-bfc8-3750-3245-8a5e3d93f83b-eb6a348d {
  grid-area: Area-2;
}

#w-node-_04c62ba4-7865-7b8c-15cc-8e3fba708a82-eb6a348d, #w-node-_241d9e4f-6467-3f50-9a92-27b96e3a4c89-eb6a348d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38dc8e8f-b81d-d0a2-a999-f5adc7859a28-eb6a348d {
  grid-area: Area;
  place-self: start;
}

#w-node-_38dc8e8f-b81d-d0a2-a999-f5adc7859a29-eb6a348d {
  grid-area: Area-4;
}

#w-node-_93bc713b-bfc8-3750-3245-8a5e3d93f882-eb6a348d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-e1214954-28ea-4dac-9800-7e7da6cfa9d3-359c9ad5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-e1214954-28ea-4dac-9800-7e7da6cfa9e7-359c9ad5, #w-node-_8328e6ad-b2ec-fecf-433b-d6d507030caf-359c9ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5f0fbd1-fed4-701d-21df-341aadd2b8b0-359c9ad5, #w-node-_0dfc0cc2-566d-f916-bc2a-f08ffd024aef-359c9ad5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c743aa5-83b4-a33b-c351-a1325d836e90-41149242 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_7c743aa5-83b4-a33b-c351-a1325d836ea2-41149242 {
  justify-self: auto;
}

#w-node-_5c224c69-7a25-9c2a-ad05-bc2ce390ffa5-41149242 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b4d37077-fd05-b2c4-db76-3bad5918b727-754b0c0e, #w-node-b4d37077-fd05-b2c4-db76-3bad5918b72e-754b0c0e, #w-node-b4d37077-fd05-b2c4-db76-3bad5918b735-754b0c0e, #w-node-b4d37077-fd05-b2c4-db76-3bad5918b73c-754b0c0e, #w-node-b4d37077-fd05-b2c4-db76-3bad5918b743-754b0c0e {
  grid-area: Area-3;
}

#w-node-c3c57b8b-e499-af9e-56f6-f35b591d00e2-f2e408f5 {
  align-self: center;
}

#w-node-c3c57b8b-e499-af9e-56f6-f35b591d00eb-f2e408f5 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-c3c57b8b-e499-af9e-56f6-f35b591d00f3-f2e408f5 {
  align-self: center;
}

#w-node-c3c57b8b-e499-af9e-56f6-f35b591d00ff-f2e408f5 {
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-_70922b53-0707-7942-43f6-bc1d617c33f3-617c33f1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: start;
  }

  #w-node-_4ff483e0-823d-446b-b072-e72c12199be0-617c33f1 {
    place-self: center end;
  }

  #w-node-_3411e427-9829-be6c-1ec9-ee6a38635e79-617c33f1 {
    align-self: start;
  }
}


