.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Benzin, sans-serif;
  color: #272727;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Benzin, sans-serif;
  color: #272727;
  font-size: 44px;
  line-height: 110%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #272727;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #272727;
  font-size: 16px;
  line-height: 110%;
}

a {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
}

blockquote {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px solid #000;
  font-size: 14px;
  line-height: 130%;
}

.body.ui-section {
  background-color: #797979;
}

.h2 {
  margin-bottom: 0px;
}

.h2.privacy {
  font-size: 2rem;
  line-height: 130%;
}

.h1.white {
  position: static;
  display: block;
  background-color: transparent;
  color: #fff;
}

.h3.tab {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 110%;
}

.h4 {
  font-size: 14px;
}

.container {
  max-width: 960px;
}

.container.ui-kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}

.container.tab {
  overflow: hidden;
  padding-left: 0%;
}

.paragpraph {
  margin-bottom: 0px;
  line-height: 140%;
}

.paragpraph.pr {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.paragpraph.error {
  color: red;
}

.big-paragpraph {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}

.cell-big {
  margin-bottom: 0px;
  font-family: Benzin, sans-serif;
  color: #272727;
  font-size: 60px;
  line-height: 140%;
  font-weight: 700;
}

.cell-small {
  margin-bottom: 0px;
  font-family: Benzin, sans-serif;
  color: #272727;
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
}

.cell-small.small {
  margin-bottom: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
  line-height: 100%;
}

.small-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #272727;
  font-size: 14px;
}

.small-button-text.wh {
  color: #fff;
}

.big-button {
  font-size: 14px;
}

.big-buton-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  max-width: 240px;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-size: 14px;
}

.big-buton-icon:hover {
  background-color: #027bfc;
  color: #fff;
}

.arrow-icon {
  width: 24px;
  height: 24px;
}

.arrow-icon.akcent {
  width: 15px;
  height: 15px;
}

.arrow-icon.white {
  position: static;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.arrow-icon.in {
  width: 18px;
  height: 18px;
}

.lk-buton-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  max-width: 240px;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.lk-buton-icon:hover {
  background-color: #027bfc;
  color: #fff;
}

.key-icon {
  width: 27px;
  height: 27px;
}

.link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
}

.buton-ic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 55px;
  max-width: 215px;
  min-height: 42px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #027bfc;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #027bfc;
  font-size: 14px;
}

.buton-ic:hover {
  background-color: #027bfc;
  color: #fff;
}

.buton-ic.fill {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #027bfc;
  color: #fff;
}

.footer--menu-link {
  margin-bottom: 3px;
  font-size: 12px;
}

.hero-section {
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
}

.hero-section.about {
  height: auto;
}

.hero-section.contact {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
}

.scroll-icon {
  width: 48px;
  height: 48px;
}

.cover-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  overflow: hidden;
  height: 98vh;
  margin-right: 16px;
  margin-left: 16px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.cover-image {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.h1-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.h1-box.contact {
  margin-bottom: 0px;
  grid-row-gap: 40px;
}

.content-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-block.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
}

.content-block.about-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-block.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
}

.text-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 27%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.bloqoute-wrapper {
  width: 257px;
}

.bloqoute-wrapper.about {
  width: 60%;
}

.bloqoute.white {
  position: static;
  background-color: transparent;
  color: #fff;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.none-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section.none-margin._2 {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section.contact {
  padding-bottom: 0px;
}

.service-tabs-block {
  overflow: hidden;
}

.tabs-menu {
  position: static;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  margin-left: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-content {
  min-height: 260px;
}

.tab-pane-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  margin-top: 40px;
  margin-right: 50px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 30px;
}

.h3-wrapper {
  overflow: hidden;
}

.h3-wrapper.privacy {
  margin-top: 20%;
  margin-bottom: 40px;
}

.h3-wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-row-gap: 5px;
}

.line-horisontal {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.line-horisontal.non-view {
  display: none;
}

.line-horisontal.header {
  margin-top: 30px;
  background-color: #fff;
}

.line-horisontal.header.black {
  background-color: #272727;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  min-height: 50px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.tab-link.w--current {
  overflow: hidden;
  min-height: 50px;
  min-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #027bfc;
  color: #fff;
  font-size: 14px;
}

.tab-block-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-block-box {
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.line-vertical {
  width: 1px;
  background-color: #272727;
}

.line-vertical.service {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.button-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h2-wrapper {
  overflow: hidden;
  padding-bottom: 5px;
}

.h2-wrapper.margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-image-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 480px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.service-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.horisontal-block {
  position: absolute;
  min-height: 100px;
}

.horisontal-block.down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-right: 60%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tab-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hs-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  padding-top: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.project-cards-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-button-content-block {
  position: relative;
  min-width: 240px;
  padding-top: 20px;
}

.left-button-content-block._2._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.right-cards-content-block {
  width: 92%;
}

.left-project-card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 240px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-project-card-block {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin: 20px;
}

.text-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 30px;
}

.project-image-wrapper {
  overflow: hidden;
  max-height: 240px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.project-image {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-collection-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.sticky-circle_wrap {
  position: relative;
  width: 100%;
}

.sticky-circle {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  width: 100%;
}

.about-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.left-content-block {
  width: 50%;
}

.right-content-block {
  width: 50%;
}

.about-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-text-wrapper.ab {
  max-width: 445px;
  min-width: 445px;
}

.big-cell-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 25px;
}

.big-cell-wrapper {
  overflow: hidden;
}

.small-cell-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.small-cell-box.about {
  width: auto;
  min-width: 200px;
}

.small-cell-box.about.long {
  width: 200px;
  margin-left: 32%;
}

.small-cell-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-column-gap: 5px;
}

.small-box-content-blcok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sticky-button-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  bottom: 20px;
}

.solutions-card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solution-card-wrapper-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.solution-card-wrapper-box.clients {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vertical-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 80px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-box._1 {
  margin-top: 30%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 100px;
}

.vertical-box._2 {
  margin-top: 20%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 100px;
}

.vertical-box._3 {
  margin-top: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
}

.client-logo {
  width: 60%;
}

.client-logo._1 {
  width: 87px;
}

.client-logo._2 {
  width: 70%;
}

.client-logo._3 {
  width: 50%;
}

.big-paragraph-wrapper {
  margin-right: 50%;
  padding-top: 20px;
}

.big-paragraph-wrapper.about {
  margin-right: 41%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-block {
  background-color: #fff;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding: 30px 40px;
  border: 0px none #000;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
}

.text-field:focus-visible {
  padding: 30px 40px;
  color: #272727;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
}

.text-field[data-wf-focus-visible] {
  padding: 30px 40px;
  color: #272727;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
}

.paragraph.bold {
  height: 48px;
  font-weight: 500;
}

.paragraph.rv {
  overflow: hidden;
  height: 120px;
}

.submitt-button {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #027bfc;
  border-radius: 15px;
  background-color: #027bfc;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  font-size: 14px;
  font-weight: 600;
}

.submitt-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #027bfc;
  background-color: #fff;
  color: #027bfc;
}

.submitt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 20px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
  grid-row-gap: 10px;
}

.contact-card._2 {
  min-width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  grid-row-gap: 5px;
}

.contact-card._2._3 {
  margin-top: 20px;
}

.contact-card._2._3._6 {
  min-width: 238px;
  padding-left: 0px;
}

.contact-card._3 {
  width: 100%;
  margin-bottom: 20px;
}

.contact-card._2-copy {
  min-width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  grid-row-gap: 5px;
}

.contact-card._2-copy._3 {
  margin-top: 20px;
}

.contact-card._2-copy._3._6 {
  min-width: 238px;
  padding-left: 0px;
}

.contact-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-menu-wrapper {
  overflow: hidden;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-horisontal-footer {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  padding: 30px 0% 20px;
  background-color: transparent;
}

.navbar-2.blak {
  display: none;
  background-color: #fff;
}

.logo-header {
  height: 36px;
}

.link-menu-wrapper-copy {
  overflow: hidden;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.tel-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-wrapper {
  margin-right: 50px;
}

.nav-wrapper.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container--cover {
  height: 84vh;
  max-width: 960px;
  padding-right: 0%;
  padding-left: 0%;
}

.left-vertical-solution-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-vertical-solution-box {
  overflow: hidden;
  max-width: 480px;
}

.solution-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  max-width: 240px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.solution-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
}

.right-sol-block-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 20px 0px 20px 20px;
}

.sol-image-wrapper {
  width: 100%;
  height: 100%;
}

.sol-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-sol-block-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}

.sol-image-wrapperr-small {
  width: 100%;
  height: 240px;
  max-width: 240px;
  padding: 20px;
}

.sol-image-box {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.menu-line {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.tell-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-image {
  width: 100vw;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-footer {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.footer-line {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.vertical-line {
  width: 1px;
  background-color: #272727;
}

.link-phone {
  overflow: hidden;
  margin-right: 30px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  color: #fff;
}

.link-phone.black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.line-horisontal-copy {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.line-horisontal-copy.non-view {
  display: none;
}

.line-horisontal-copy.header {
  margin-top: 30px;
  background-color: #fff;
}

.tab-text-a.white {
  position: static;
  background-color: transparent;
  color: #fff;
}

.tab-header.tab {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 110%;
}

.tab-text.tab {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 110%;
}

.line-horisontal-wa {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.line-horisontal-wa.non-view {
  display: none;
}

.line-horisontal-wa.header {
  margin-top: 30px;
  background-color: #fff;
}

.line-horisontal-na {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.line-horisontal-na.non-view {
  display: none;
}

.line-horisontal-na.header {
  margin-top: 30px;
  background-color: #fff;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 20px;
  font-size: 14px;
  list-style-type: none;
}

.list-item {
  padding-bottom: 20px;
  font-size: 16px;
}

.list-title {
  margin-top: 50px;
  font-weight: 600;
}

.list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  grid-row-gap: 30px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #000;
}

.grid-wrapper {
  padding: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.header-pv.tab {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 110%;
}

.paragpraph--pr {
  margin-bottom: 0px;
}

.paragpraph--pr.pr {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  padding: 30px 0% 20px;
  background-color: transparent;
}

.navbar.blak {
  background-color: #fff;
}

.left-about-cover-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-icover-mage-wrapper {
  overflow: hidden;
  width: 92%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.about-cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-cell-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 100px;
}

.cell-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cell-block.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  min-height: auto;
  background-color: transparent;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 340px;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.right-arrow {
  right: 88%;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-radius: 6px;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 30%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.left-arrow {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #272727;
  border-radius: 6px;
}

.slider-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 30px;
}

.review-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 25px;
}

.name-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 5px;
}

.review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.review-image {
  width: 100%;
  height: 100%;
  min-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 42px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #272727;
}

.review-arrow-wrapper {
  width: 15px;
  height: 15px;
}

.slider-mask {
  margin-left: 24.7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-card {
  width: 100%;
  margin-right: 30px;
}

.left-arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-icon {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-icon {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vetical-box {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lic-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 440px;
  height: 498px;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-image-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 116px;
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.lic-tab.w--current {
  background-color: #fff;
}

.download-link {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}

.tc-text {
  white-space: break-spaces;
}

.tc-text.tab {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 110%;
}

.tc-text._2 {
  margin-right: 30px;
}

.lic-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lic-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lic-tab-contenr {
  width: 50%;
}

.lic-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  padding: 30px 0% 20px;
  background-color: #fff;
}

.navbar-black.blak {
  display: none;
  background-color: #fff;
}

.contact-block-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.left-contact-block-wrapper {
  width: 50%;
  height: 100%;
  margin-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.up-h-cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  margin-right: 40%;
  margin-bottom: 40%;
}

.center-h-cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 10px;
}

.line-horisontal-contact {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #272727;
}

.contact-image {
  overflow: hidden;
  width: 460px;
  height: 432px;
  min-height: 432px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.success {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.recapthcha {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (min-width: 1280px) {
  .h2 {
    font-size: 64px;
  }

  .h2.privacy {
    margin-bottom: 60px;
    font-size: 3rem;
  }

  .h1 {
    font-size: 70px;
  }

  .h3 {
    font-size: 22px;
  }

  .h3.tab {
    font-size: 24px;
  }

  .h4 {
    font-size: 18px;
  }

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

  .container.tab {
    position: relative;
  }

  .paragpraph {
    font-size: 16px;
  }

  .big-paragpraph {
    font-size: 28px;
  }

  .cell-big {
    font-size: 110px;
  }

  .cell-small {
    font-size: 58px;
  }

  .cell-small.small {
    margin-bottom: 17px;
  }

  .small-button-text {
    font-size: 16px;
  }

  .big-button {
    font-size: 16px;
  }

  .big-buton-icon {
    max-width: 260px;
  }

  .lk-buton-icon {
    max-height: 50px;
    min-height: 50px;
  }

  .buton-ic.fill {
    width: 210px;
    max-width: 210px;
  }

  .footer--menu-link {
    font-size: 15px;
  }

  .scroll-icon {
    width: 56px;
    height: 56px;
  }

  .bloqoute-wrapper {
    width: 332px;
  }

  .bloqoute {
    font-size: 20px;
  }

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

  .tabs-menu {
    width: 70%;
    max-width: 450px;
    min-width: 450px;
  }

  .tabs-content {
    min-height: 407px;
  }

  .tab-pane-box {
    height: 334px;
    margin-right: 40px;
  }

  .tab-link {
    min-height: 62px;
  }

  .tab-link.w--current {
    min-height: 67.5px;
  }

  .tab-block-image {
    min-width: 410px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-block-box {
    min-height: 730px;
  }

  .button-box {
    width: 90%;
    max-width: 300px;
  }

  .h2-wrapper.margin {
    margin-bottom: 50px;
  }

  .service-image-wrapper {
    height: 100%;
    max-height: 100%;
  }

  .service-image {
    height: 100%;
  }

  .horisontal-block.down {
    min-height: 315px;
  }

  .hs-content-block {
    height: 75vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-button-content-block {
    min-width: 300px;
  }

  .left-button-content-block._2 {
    min-width: 300px;
  }

  .left-project-card-block {
    min-height: 100%;
    margin: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-row-gap: 135px;
  }

  .right-project-card-block {
    overflow: hidden;
    max-height: 350px;
    min-width: 370px;
    margin: 40px;
  }

  .text-block-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .project-image-wrapper {
    max-height: 350px;
  }

  .project-image {
    height: 300px;
  }

  .project-card-wrapper {
    max-height: 426px;
  }

  .about-text-wrapper.ab {
    max-width: 535px;
  }

  .small-cell-box.about {
    min-width: 240px;
  }

  .solutions-card-box {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .solution-wrapper {
    width: 900px;
  }

  .solution-card-wrapper-box.clients {
    height: 80vh;
    min-width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vertical-box._1 {
    width: 210px;
    margin-right: 45px;
    margin-left: 45px;
  }

  .vertical-box._2 {
    width: 210px;
    margin-right: 40px;
    margin-left: 40px;
    grid-column-gap: 0px;
  }

  .vertical-box._3 {
    width: 210px;
    margin-right: 45px;
    margin-left: 45px;
  }

  .client-logo {
    height: auto;
  }

  .client-logo._1 {
    width: 103px;
  }

  .big-paragraph-wrapper.about {
    margin-right: 30%;
  }

  .paragraph.rv {
    overflow: hidden;
    height: 102px;
  }

  .submitt-wrapper {
    margin-bottom: 40px;
  }

  .contact-card._2._3 {
    padding-left: 25px;
    grid-row-gap: 10px;
  }

  .contact-card._2-copy._3 {
    padding-left: 25px;
    grid-row-gap: 10px;
  }

  .nav-wrapper.black {
    margin-right: 133px;
  }

  .container--cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .left-vertical-solution-box {
    max-width: 300px;
    min-width: 300px;
  }

  .right-vertical-solution-box {
    max-width: 600px;
  }

  .solution-card {
    width: 300px;
    height: 300px;
    max-width: 300px;
    padding: 40px;
  }

  .right-sol-block-up {
    width: 600px;
    height: 300px;
    padding: 40px;
  }

  .sol-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .right-sol-block-down {
    height: 300px;
  }

  .sol-image-wrapperr-small {
    height: 300px;
    max-width: 300px;
    padding: 40px;
  }

  .sol-image-box {
    width: 100%;
    height: 100%;
    max-height: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-text-a {
    font-size: 20px;
  }

  .tab-header {
    font-size: 30px;
  }

  .tab-header.tab {
    font-size: 24px;
  }

  .tab-text {
    font-size: 30px;
  }

  .tab-text.tab {
    font-size: 24px;
  }

  .header-pv {
    font-size: 30px;
  }

  .header-pv.tab {
    font-size: 24px;
  }

  .pr-h4 {
    font-size: 20px;
  }

  .paragpraph--pr {
    font-size: 16px;
  }

  .footer-section {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .about-cover-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-cell-box {
    margin-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cell-block {
    grid-column-gap: 40px;
  }

  .cell-block.down {
    grid-column-gap: 40px;
  }

  .slider-wrapper {
    width: 430px;
    padding: 40px 30px;
  }

  .right-arrow {
    margin-right: 30px;
  }

  .review-image-wrapper {
    width: 370px;
    height: 417px;
  }

  .review-image {
    min-height: 417px;
    min-width: 370px;
  }

  .review-link {
    width: 370px;
  }

  .download-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .tc-text {
    font-size: 30px;
  }

  .tc-text.tab {
    font-size: 24px;
  }

  .up-h-cb {
    margin-right: 34%;
    margin-bottom: 38%;
  }

  .contact-image {
    width: 580px;
    min-height: 514px;
  }
}

@media screen and (min-width: 1440px) {
  .h4 {
    font-size: 18px;
  }

  .container {
    max-width: 1200px;
  }

  .cell-small {
    font-size: 58px;
  }

  .cell-small.small {
    margin-bottom: 15px;
  }

  .small-button-text {
    font-size: 18px;
  }

  .lk-buton-icon {
    max-height: 55px;
    min-height: 55px;
  }

  .buton-ic.fill {
    overflow: hidden;
    width: 260px;
    max-height: 60px;
    max-width: 260px;
    min-height: 60px;
  }

  .tab-pane-box {
    height: 340px;
    min-height: 320px;
    margin-right: 40px;
  }

  .tab-link {
    min-height: 67.5px;
  }

  .tab-link.w--current {
    height: 100%;
  }

  .tab-block-box {
    min-height: 755px;
  }

  .button-box {
    position: relative;
  }

  .horisontal-block.down {
    min-height: 335px;
  }

  .right-project-card-block {
    min-width: 41%;
  }

  .about-image-wrapper {
    margin-bottom: 80px;
  }

  .about-text-wrapper {
    margin-top: 33px;
  }

  .client-logo._1 {
    width: 115px;
  }

  .paragraph.rv {
    overflow: hidden;
    height: 103px;
  }

  .contact-card._2-copy {
    padding-left: 0px;
  }

  .navbar-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-wrapper {
    margin-right: 119px;
  }

  .nav-wrapper.black {
    margin-right: 119px;
  }

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

  .navbar {
    padding-right: 0%;
    padding-left: 0%;
  }

  .lic-img-wrapper {
    width: 560px;
    height: 680px;
  }

  .lic-tab {
    height: 152px;
    padding-right: 0px;
    padding-left: 30px;
  }

  .tc-text {
    font-size: 28px;
  }

  .tc-text._2 {
    font-size: 28px;
  }

  .navbar-black {
    padding-right: 0%;
    padding-left: 0%;
  }

  .up-h-cb {
    margin-bottom: 38%;
  }

  .contact-image {
    width: 562px;
    min-height: 514px;
  }
}

@media screen and (min-width: 1920px) {
  .h3 {
    font-size: 30px;
  }

  .h3.tab {
    font-size: 30px;
  }

  .h4 {
    font-size: 20px;
  }

  .container {
    width: 1600px;
    max-width: 1600px;
  }

  .paragpraph.error {
    color: red;
  }

  .big-paragpraph {
    text-align: left;
  }

  .cell-small {
    font-size: 70px;
  }

  .cell-small.small {
    margin-bottom: 20px;
  }

  .small-button-text {
    font-size: 18px;
  }

  .big-button {
    font-size: 18px;
  }

  .big-buton-icon {
    max-width: 270px;
  }

  .buton-ic {
    color: #272727;
  }

  .buton-ic.fill {
    width: 300px;
    height: 60px;
    max-height: 60px;
    max-width: 300px;
    background-color: #027bfc;
    font-size: 18px;
  }

  .footer--menu-link {
    font-size: 18px;
  }

  .content-block.hero-about {
    margin-top: 7%;
  }

  .tabs-menu {
    max-width: 600px;
  }

  .tabs-content {
    min-height: 362px;
  }

  .tab-pane-box {
    height: 291px;
    min-height: 287px;
  }

  .h3-wrapper {
    overflow: hidden;
  }

  .h3-wrapper.privacy {
    margin-top: 15%;
  }

  .tab-link {
    max-width: 600px;
    min-height: 75px;
  }

  .tab-link.w--current {
    height: 75%;
    min-height: 75px;
    background-color: #027bfc;
  }

  .tab-block-image {
    min-width: 560px;
  }

  .tab-block-box {
    height: 672px;
    min-height: 750px;
  }

  .button-box {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 400%;
    max-width: 400px;
    padding-top: 30px;
  }

  .h2-content-box {
    overflow: visible;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .horisontal-block {
    height: auto;
  }

  .horisontal-block.down {
    min-height: 378px;
  }

  .tab-link-box {
    overflow: hidden;
  }

  .left-button-content-block {
    min-width: 400px;
  }

  .left-button-content-block._2 {
    min-width: 400px;
  }

  .project-image-wrapper {
    height: 340px;
    max-height: 100%;
    min-height: 0px;
  }

  .project-image {
    height: 345px;
  }

  .about-image-wrapper {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .about-text-wrapper {
    margin-top: 33px;
  }

  .small-cell-box.about {
    min-width: 320px;
  }

  .small-cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .solution-wrapper {
    width: 1200px;
  }

  .solution-card-wrapper-box.clients {
    height: 90vh;
    max-width: 1200px;
    min-width: 400px;
  }

  .vertical-box._1 {
    width: 400px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-box._2 {
    width: 400px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-box._3 {
    width: 400px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client-logo {
    width: 50%;
  }

  .client-logo._3 {
    width: 40%;
  }

  .big-paragraph-wrapper.about {
    margin-right: 47%;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.bold {
    height: 48px;
  }

  .paragraph.rv {
    overflow: hidden;
    height: 120px;
    line-height: 140%;
  }

  .contact-card._2 {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-row-gap: 10px;
  }

  .contact-card._2._3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    grid-row-gap: 10px;
  }

  .contact-card._3 {
    width: 100%;
  }

  .contact-card._2-copy {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0px;
    grid-row-gap: 10px;
  }

  .contact-card._2-copy._3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    grid-row-gap: 10px;
  }

  .link-menu-wrapper {
    overflow: hidden;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
  }

  .link-menu-wrapper:hover {
    opacity: 0.5;
  }

  .nav-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0px;
  }

  .navbar-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .link-menu-wrapper-copy {
    margin-right: 40px;
  }

  .nav-wrapper {
    margin-right: 180px;
  }

  .nav-wrapper.black {
    margin-right: 187px;
  }

  .container--cover {
    max-width: 1600px;
  }

  .left-vertical-solution-box {
    max-width: 400px;
    min-width: 400px;
  }

  .right-vertical-solution-box {
    max-width: 800px;
  }

  .solution-card {
    width: 400px;
    height: 400px;
    max-width: 400px;
  }

  .right-sol-block-up {
    width: 800px;
    height: 400px;
  }

  .right-sol-block-down {
    height: 400px;
  }

  .sol-image-wrapperr-small {
    height: 400px;
    max-width: 400px;
  }

  .sol-image-box {
    max-height: 320px;
  }

  .about-image {
    background-color: rgba(2, 123, 252, 0.1);
  }

  .link-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .white {
    display: block;
    width: 110%;
  }

  .tab-header.tab {
    font-size: 30px;
  }

  .tab-text.tab {
    font-size: 30px;
  }

  .header-pv.tab {
    font-size: 30px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .left-about-cover-content-block {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-icover-mage-wrapper {
    width: 95%;
  }

  .about-cell-box {
    grid-row-gap: 160px;
  }

  .cell-block {
    grid-column-gap: 60px;
  }

  .slider-wrapper {
    width: 570px;
  }

  .right-arrow {
    margin-right: 70px;
  }

  .name-wr {
    padding-bottom: 10px;
    grid-row-gap: 15px;
  }

  .review-image-wrapper {
    width: 500px;
    height: 575px;
  }

  .review-image {
    min-height: 575px;
    min-width: 500px;
  }

  .review-link {
    width: 100%;
    height: 48px;
  }

  .lic-img-wrapper {
    width: 760px;
  }

  .tc-text {
    font-size: 30px;
  }

  .tc-text.tab {
    font-size: 30px;
  }

  .tc-text._2 {
    font-size: 30px;
  }

  .navbar-black {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-bottom: 10px;
  }

  .left-contact-block-wrapper {
    min-height: 514px;
    min-width: 560px;
    margin-top: 40px;
  }

  .up-h-cb {
    margin-right: 50%;
    margin-bottom: 12%;
  }

  .contact-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-image {
    width: 760px;
    min-height: 514px;
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .success {
    height: 300px;
  }

  .error-message {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 26px;
  }

  .h1 {
    font-size: 30px;
  }

  .h3 {
    font-size: 16px;
  }

  .h3.tab {
    font-size: 16px;
  }

  .container {
    padding-right: 2%;
    padding-left: 2%;
  }

  .container.tab {
    padding-left: 2%;
  }

  .lk-buton-icon {
    width: 30%;
    max-width: 100%;
  }

  .buton-ic.fill {
    max-height: 42px;
    max-width: 100%;
    min-width: 100%;
  }

  .footer--menu-link {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    line-height: 120%;
  }

  .footer--menu-link.head {
    font-size: 40px;
  }

  .hero-section {
    height: 50vh;
  }

  .hero-section.main {
    height: 100vh;
  }

  .scroll-icon {
    width: 35px;
    height: 35px;
  }

  .content-block.hero-about {
    margin-top: 13%;
  }

  .content-block.about-cv {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-row-gap: 40px;
  }

  .text-button-block {
    margin-right: 0%;
  }

  .tabs-menu {
    width: 50%;
    margin-left: 50%;
  }

  .tab-pane-box {
    min-height: 220px;
  }

  .line-horisontal.header {
    margin-top: 10px;
  }

  .tab-link {
    border-left: 1px solid #272727;
  }

  .tab-link.w--current {
    border-left: 1px solid #272727;
  }

  .tab-block-image {
    display: none;
  }

  .tab-block-box {
    height: 550px;
  }

  .line-vertical.service {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .line-vertical.footer {
    display: none;
  }

  .line-vertical._3.nv {
    display: none;
  }

  .button-box {
    position: absolute;
    left: 0%;
    top: 60%;
    right: 0%;
    bottom: 0%;
    height: 38%;
    padding-right: 60px;
  }

  .service-button-wrapper {
    width: 100%;
  }

  .horisontal-block.down {
    top: 0px;
    width: 50%;
    min-height: 145px;
  }

  .tab-link-box {
    margin-right: 10px;
    margin-left: 10px;
  }

  .fixed-block {
    margin-right: 4%;
    margin-left: 4%;
  }

  .project-cards-content-block {
    position: relative;
  }

  .left-button-content-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -6%;
    width: 100%;
  }

  .left-button-content-block._2 {
    bottom: -10%;
  }

  .left-button-content-block._2._1 {
    bottom: -13%;
  }

  .left-button-content-block.about {
    position: static;
  }

  .right-cards-content-block {
    width: 100%;
    margin-bottom: 0px;
  }

  .project-image {
    max-height: 200px;
    min-width: 320px;
  }

  .sticky-circle {
    position: static;
  }

  .about-text-wrapper.ab {
    max-width: 287px;
    min-width: 287px;
  }

  .left-wrapper.about {
    width: 240px;
  }

  .sticky-button-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .solutions-card-box {
    position: relative;
    padding-bottom: 0px;
  }

  .solution-wrapper {
    width: 100%;
  }

  .big-paragraph-wrapper {
    margin-right: 20%;
  }

  .text-field {
    padding-right: 20px;
    padding-left: 20px;
  }

  .submitt-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-card._2 {
    width: 100%;
    min-width: 0px;
    padding-left: 10px;
  }

  .contact-card._2._3 {
    width: 100%;
    padding-left: 0px;
  }

  .contact-card._2-copy {
    width: 100%;
    min-width: 0px;
    padding-left: 0px;
  }

  .contact-card._2-copy._3 {
    width: 100%;
    padding-left: 0px;
  }

  .nav-content {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 18px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    padding-top: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .nav-menu.bl {
    background-color: #272727;
  }

  .menu-button {
    margin-right: -18px;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: transparent;
  }

  .brand {
    z-index: 2;
  }

  .navbar-2 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .link-menu-wrapper-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .tel-button-wrapper {
    height: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    grid-row-gap: 40px;
  }

  .container--cover {
    padding-right: 2%;
    padding-left: 2%;
  }

  .left-vertical-solution-box {
    overflow: hidden;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .solution-card {
    width: 100%;
    max-width: 100%;
  }

  .vertical-line {
    display: none;
  }

  .link-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .link-phone.header {
    margin-top: 30px;
    margin-right: 0px;
  }

  .line-horisontal-copy.header {
    margin-top: 10px;
  }

  .tab-header {
    font-size: 16px;
  }

  .tab-header.tab {
    font-size: 16px;
  }

  .tab-text {
    font-size: 16px;
  }

  .tab-text.tab {
    font-size: 16px;
  }

  .line-horisontal-wa.header {
    margin-top: 10px;
  }

  .line-horisontal-na.header {
    margin-top: 10px;
  }

  .header-pv {
    font-size: 16px;
  }

  .header-pv.tab {
    font-size: 16px;
  }

  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .left-about-cover-content-block {
    height: 50vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-icover-mage-wrapper {
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-arrow {
    right: 84%;
  }

  .slider-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
  }

  .slider-mask {
    top: 15%;
    margin-top: 70px;
    margin-left: 0%;
  }

  .lic-img-wrapper {
    width: 345px;
    height: 400px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .lic-tab {
    width: 100%;
    height: 89px;
    padding-right: 0px;
  }

  .download-link {
    width: 25px;
    height: 25px;
  }

  .tc-text {
    font-size: 16px;
  }

  .tc-text.tab {
    font-size: 16px;
  }

  .navbar-black {
    padding-top: 22px;
    padding-bottom: 2px;
  }

  .close-black {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 18px;
  }

  .up-h-cb {
    margin-right: 20%;
    margin-bottom: 23%;
  }

  .center-h-cb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-wrapper._2 {
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 20px;
  }

  .h2.privacy {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .h1 {
    font-size: 22px;
  }

  .h1.white {
    margin-bottom: 0px;
  }

  .cell-big {
    font-size: 40px;
  }

  .cell-small {
    font-size: 25px;
  }

  .cell-small.small {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .big-button {
    font-size: 10px;
  }

  .arrow-icon {
    width: 16px;
    height: 16px;
  }

  .lk-buton-icon {
    width: 90%;
  }

  .buton-ic {
    max-width: 180px;
  }

  .buton-ic.fill {
    min-width: 101%;
  }

  .footer--menu-link.down {
    font-size: 12px;
  }

  .footer--menu-link.head {
    font-size: 20px;
  }

  .hero-section.about {
    margin-top: 15%;
  }

  .h1-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
  }

  .scroll-icon {
    width: 20px;
    height: 20px;
  }

  .cover-image-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h1-box.contact {
    grid-row-gap: 0px;
  }

  .content-block.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block.hero-about {
    margin-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block._2._3 {
    border: 0px solid #000;
  }

  .content-block.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-button-block {
    width: 100%;
  }

  .bloqoute-wrapper {
    width: 206px;
  }

  .bloqoute {
    font-size: 12px;
  }

  .tab-pane-box {
    min-height: 230px;
  }

  .line-horisontal.non-view {
    display: block;
  }

  .tab-link {
    min-height: 50px;
  }

  .tab-block-box {
    height: 560px;
  }

  .button-box {
    width: 90%;
  }

  .horisontal-block.down {
    width: 50%;
  }

  .hs-content-block {
    margin-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-button-content-block {
    bottom: -4%;
    height: 42px;
  }

  .left-button-content-block._2 {
    padding-top: 0px;
  }

  .left-button-content-block._2._1 {
    bottom: -8%;
  }

  .text-block-wrapper {
    grid-row-gap: 20px;
  }

  .project-image {
    min-width: 180px;
  }

  .project-card-wrapper {
    max-height: 240px;
  }

  .left-content-block {
    width: 100%;
  }

  .right-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .about-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-text-wrapper.ab {
    max-width: 100%;
    min-width: 100%;
  }

  .small-cell-box.about {
    min-width: 160px;
  }

  .small-cell-box.about.long {
    width: auto;
    margin-left: 0%;
  }

  .left-wrapper.about {
    width: 100%;
    grid-row-gap: 30px;
  }

  .sticky-button-wrapper {
    margin-top: 0px;
  }

  .solutions-card-box {
    padding-bottom: 0px;
  }

  .solution-card-wrapper-box {
    min-height: 240px;
  }

  .client-logo {
    width: 100px;
  }

  .big-paragraph-wrapper {
    margin-right: 0%;
  }

  .big-paragraph-wrapper.about {
    margin-right: 0%;
  }

  .text-field {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .paragraph.bold {
    font-size: 10px;
  }

  .paragraph.rv {
    height: 160px;
    font-size: 11px;
  }

  .submitt-button {
    margin-top: 40px;
  }

  .submitt-wrapper {
    padding-left: 0px;
  }

  .contact-card._2._3 {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 0px;
    border: 0px solid #000;
  }

  .contact-card._2._6 {
    padding-left: 0px;
  }

  .contact-card._2-copy._3 {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 0px;
    border: 0px solid #000;
  }

  .contact-card._2-copy._6 {
    padding-left: 0px;
  }

  .contact-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-box {
    width: 100%;
    border-bottom: 1px solid #272727;
  }

  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
  }

  .line-horisontal-footer {
    display: none;
  }

  .nav-content {
    padding-top: 0px;
  }

  .nav-menu {
    padding-top: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand {
    padding-left: 0px;
  }

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

  .logo-header {
    height: 24px;
  }

  .tel-button-wrapper {
    height: 90px;
  }

  .nav-wrapper {
    grid-row-gap: 10px;
  }

  .container--cover {
    height: 100vh;
  }

  .left-vertical-solution-box {
    width: 50%;
  }

  .right-vertical-solution-box {
    width: 50%;
  }

  .solution-card {
    width: 100%;
  }

  .solution-text-wrapper {
    grid-row-gap: 5px;
  }

  .right-sol-block-up {
    padding-right: 0px;
  }

  .right-sol-block-down {
    height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sol-image-wrapperr-small {
    height: 480px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .sol-image-box {
    height: 200px;
  }

  .line-horisontal-copy.non-view {
    display: block;
  }

  .tab-text-a {
    font-size: 12px;
  }

  .line-horisontal-wa.non-view {
    display: block;
  }

  .line-horisontal-na.non-view {
    display: block;
  }

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

  .left-about-cover-content-block {
    width: 100%;
    height: auto;
    margin-top: 10%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-icover-mage-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .about-cover-image {
    min-width: 448px;
  }

  .about-cell-box {
    margin-left: 0px;
  }

  .cell-block.down {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 100px;
  }

  .slider {
    height: 445px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-wrapper {
    width: 50%;
    padding: 10px;
    grid-row-gap: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .right-arrow {
    right: 80%;
  }

  .slider-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .review-image-wrapper {
    display: none;
  }

  .review-link {
    display: none;
  }

  .slider-mask {
    position: absolute;
    left: 0%;
    top: 18%;
    right: 0%;
    bottom: 0%;
    margin-top: 42px;
  }

  .slide-card {
    margin-right: 20px;
  }

  .vetical-box {
    width: 100%;
  }

  .vetical-box.vw {
    display: none;
  }

  .navbar-black {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .contact-block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-contact-block-wrapper {
    width: 100%;
  }

  .up-h-cb {
    margin-bottom: 20px;
  }

  .contact-wrapper._2 {
    margin-left: -10px;
  }

  .line-horisontal-contact {
    display: none;
  }

  .contact-image {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .h2.privacy {
    font-size: 1rem;
  }

  .h1 {
    font-size: 15px;
  }

  .h1.white {
    display: block;
    font-size: 24px;
    line-height: 130%;
  }

  .h3 {
    font-size: 14px;
  }

  .h4 {
    font-size: 10px;
  }

  .container.tab {
    overflow: visible;
    height: 700px;
  }

  .paragpraph.pr {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .big-paragpraph {
    font-size: 16px;
  }

  .big-buton-icon {
    width: 100%;
    max-width: 100%;
  }

  .arrow-icon {
    width: 16px;
  }

  .buton-ic {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .buton-ic.fill {
    min-width: 100%;
    background-color: #027bfc;
  }

  .footer--menu-link {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .footer--menu-link.down {
    font-size: 8px;
  }

  .footer--menu-link.head {
    font-size: 30px;
  }

  .hero-section {
    height: 98vh;
    margin-bottom: 0px;
  }

  .hero-section.about {
    height: auto;
    margin-top: 18%;
  }

  .h1-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 0px;
  }

  .scroll-icon {
    display: none;
    width: 20px;
    height: 20px;
  }

  .cover-image-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .h1-box {
    margin-bottom: 20px;
  }

  .h1-box.contact {
    grid-row-gap: 0px;
  }

  .content-block.hero-about {
    height: 100%;
    margin-top: 2%;
    grid-row-gap: 5px;
  }

  .content-block.about {
    height: 100%;
    grid-row-gap: 5px;
  }

  .text-button-block {
    margin-right: 0%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0px;
  }

  .bloqoute-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .bloqoute-wrapper.about {
    width: 100%;
    padding-bottom: 0px;
  }

  .bloqoute.white {
    display: block;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.contact {
    padding-top: 100px;
  }

  .tabs-menu {
    width: 100%;
    margin-left: 0%;
  }

  .tab-pane-box {
    height: 280px;
    min-height: 280px;
    margin-right: 0px;
  }

  .line-horisontal.non-view {
    display: block;
  }

  .line-horisontal.header {
    margin-top: 5px;
  }

  .line-horisontal._24 {
    display: none;
  }

  .tab-link {
    border-left-width: 0px;
  }

  .tab-link.w--current {
    border-left-width: 0px;
  }

  .tab-block-box {
    height: 610px;
  }

  .line-vertical._3 {
    display: none;
  }

  .button-box {
    position: static;
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horisontal-block {
    position: static;
  }

  .horisontal-block.down {
    position: static;
    width: 100%;
    min-height: 50px;
    margin-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-content-block {
    position: relative;
    margin-bottom: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fixed-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-cards-content-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .left-button-content-block {
    position: static;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .left-button-content-block._2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -19%;
  }

  .left-button-content-block._2._1 {
    position: static;
    bottom: 2%;
    min-width: 30px;
  }

  .left-project-card-block {
    width: 100%;
    min-height: 60px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-project-card-block {
    position: static;
    width: 100%;
    height: 195px;
    max-height: 220px;
    min-height: 180px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-block-wrapper {
    margin-bottom: 0px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 10px;
  }

  .project-image-wrapper {
    max-height: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .project-image {
    max-height: 190px;
    min-width: 100%;
  }

  .project-collection-card {
    max-height: 800px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .project-card-wrapper {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-text-wrapper {
    grid-row-gap: 50px;
  }

  .small-cell-box.about {
    grid-row-gap: 10px;
  }

  .small-cell-box.about.long {
    width: 100%;
  }

  .solutions-card-box {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-row-gap: 30px;
  }

  .solution-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-card-wrapper-box {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-card-wrapper-box.clients {
    height: 340px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .vertical-box._1 {
    max-width: 80px;
  }

  .vertical-box._2 {
    max-width: 80px;
  }

  .vertical-box._3 {
    max-width: 80px;
  }

  .client-logo {
    width: 100%;
  }

  .client-logo._2 {
    width: 100%;
  }

  .client-logo._3 {
    width: 100%;
  }

  .text-field {
    height: 50px;
  }

  .paragraph.bold {
    height: 36px;
    font-size: 10px;
  }

  .paragraph.rv {
    overflow: hidden;
    height: 120px;
  }

  .submitt-button {
    margin-top: 30px;
  }

  .submitt-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-card._2 {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .contact-card._2._3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-card._2._3._6 {
    margin-bottom: 0px;
  }

  .contact-card._2._6 {
    margin-top: 20px;
  }

  .contact-card._2-copy {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .contact-card._2-copy._3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-card._2-copy._6 {
    margin-top: 20px;
  }

  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0px;
  }

  .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
  }

  .line-horisontal-footer {
    display: none;
  }

  .nav-content {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-menu {
    height: auto;
    padding-bottom: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .nav-menu.bl {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #272727;
  }

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

  .logo-header {
    height: 24px;
  }

  .link-menu-wrapper-copy {
    margin-right: 0px;
  }

  .tel-button-wrapper {
    height: auto;
    margin-top: 10%;
    grid-row-gap: 20px;
  }

  .nav-wrapper {
    margin-top: 15%;
    padding-bottom: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 20px;
  }

  .nav-wrapper.black {
    margin-right: 0px;
    padding-bottom: 15%;
    -ms-grid-row-align: center;
    align-self: center;
    grid-row-gap: 20px;
  }

  .container--cover {
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .left-vertical-solution-box {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-vertical-solution-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solution-card {
    width: 100%;
    height: 100%;
    min-height: 180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .solution-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
  }

  .right-sol-block-up {
    display: none;
  }

  .right-sol-block-down {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sol-image-wrapperr-small {
    height: 240px;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-image {
    height: 30vh;
  }

  .link-phone {
    margin-right: 0px;
  }

  .link-phone.header {
    margin-top: 0px;
  }

  .white {
    display: none;
    overflow: hidden;
  }

  .line-horisontal-copy.non-view {
    display: block;
  }

  .line-horisontal-copy.header {
    margin-top: 5px;
  }

  .line-horisontal-copy._24 {
    display: none;
  }

  .tab-text-a.white {
    display: block;
  }

  .line-horisontal-wa.non-view {
    display: block;
  }

  .line-horisontal-wa.header {
    margin-top: 5px;
  }

  .line-horisontal-wa._24 {
    display: none;
  }

  .line-horisontal-na.non-view {
    display: block;
  }

  .line-horisontal-na.header {
    margin-top: 5px;
  }

  .line-horisontal-na._24 {
    display: none;
  }

  .list-item {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .list-title {
    margin-top: 30px;
  }

  .list-block {
    margin-top: 10px;
  }

  .pr-h4 {
    font-size: 10px;
  }

  .paragpraph--pr.pr {
    margin-bottom: 10px;
    font-size: 12px;
  }

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

  .left-about-cover-content-block {
    height: 0%;
  }

  .about-icover-mage-wrapper {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .about-cover-image {
    min-height: auto;
    min-width: auto;
  }

  .about-cell-box {
    padding-bottom: 60px;
    grid-row-gap: 60px;
  }

  .cell-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 60px;
  }

  .cell-block.down {
    margin-bottom: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }

  .slider {
    height: 690px;
    min-height: 76vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .slider-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .right-arrow {
    right: 65%;
  }

  .slider-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-mask {
    position: absolute;
    top: 18%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide-card {
    height: 560px;
    margin-right: 0px;
  }

  .navbar-black {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .center-h-cb {
    margin-top: 20px;
  }

  .contact-wrapper._2 {
    margin-left: 0px;
  }

  .line-horisontal-contact {
    display: none;
  }

  .contact-image {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .recapthcha {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-b327bd95-e6f9-2604-03cf-1183a7fe8472-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af208a74-674a-2885-64cb-e6f2841ee602-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8903f538-69d4-fcd2-03cf-28aa6c82dcb1-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb034914-19cd-dc57-77da-ee09273c44bb-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc333404-9307-4b27-7367-e597ff38ac15-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0c7dd71e-2313-b995-d337-80e13ab9fc15-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e5d943b-ca76-4ab9-7df6-074349a434e8-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d8e45770-cefe-cee0-39ab-0737f9f053a6-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed9eb822-ca99-fed6-d379-a7baff8b0049-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c42f010-dd47-aed5-cd8d-3f53c6c76e77-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6356f0c8-ff65-998f-d105-5b0165564c2b-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6356f0c8-ff65-998f-d105-5b0165564c2c-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb756a7f-b6fe-68c6-fe74-7987d58e3ea3-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb756a7f-b6fe-68c6-fe74-7987d58e3ea4-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5bad747-cadb-bd37-667a-f225c39f1c87-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5bad747-cadb-bd37-667a-f225c39f1c88-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85c0409c-4a7a-95c8-59cb-e152461ceb4b-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85c0409c-4a7a-95c8-59cb-e152461ceb4c-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f777f307-3c56-b468-4f2b-5338d89a6389-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f777f307-3c56-b468-4f2b-5338d89a638a-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53b4f7d1-f870-5acb-0639-4a7d7427a4d8-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_53b4f7d1-f870-5acb-0639-4a7d7427a4d9-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f27c8dd0-b89c-4147-885e-c20e2bc593ca-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f27c8dd0-b89c-4147-885e-c20e2bc593cb-c68fb61f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a4ff8eb-ed3b-b31a-6bc7-a0e9a0273cb5-20f18925 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#agreement {
  transform: scale(2);
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
