@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --khaki: #f4ee7a;
  --dim-grey: #6c6c6c;
  --sandy-brown: #ffb179;
  --black: #43e7df;
  --burntsienna: #db8066;
  --dodger-blue: #3f96e8;
}

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

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

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

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

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

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

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

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

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

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

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

.body {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body.submit {
  background-color: #000;
  background-image: url('../images/D--Submit-Your-Project.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.body.home {
  background-image: none;
}

.body.sucess {
  background-image: url('../images/D--Submit-Your-Project_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.container.about {
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.container.about.page {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 1120px;
  margin-top: 220px;
  margin-bottom: 244px;
  display: flex;
}

.container.portfolio {
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.family {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.network {
  align-items: center;
}

.container.projects {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container.blog {
  z-index: 5;
  flex-direction: column;
  padding-top: 300px;
  position: relative;
}

.container.blog._2 {
  margin-bottom: 130px;
  padding-top: 0;
}

.container.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container.footer {
  z-index: 2;
  position: relative;
}

.container.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 117px;
  position: static;
}

.container.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.container.page {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 170px;
  margin-bottom: auto;
}

.container.grid-portfolio {
  margin-top: 130px;
}

.container.grid-blog {
  margin-top: 170px;
}

.container.about-block {
  width: 1200px;
  max-width: 100%;
  margin-top: 242px;
  padding-top: 0;
}

.container.about-block.page {
  margin-top: 16.875em;
}

.container.network-about {
  padding-top: 280px;
}

.container.projects-about {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container.grid-updates-page {
  margin-top: 80px;
}

.container.submit-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 130px;
  display: flex;
  position: static;
}

.container.media {
  align-items: flex-start;
}

.container.family-about-page {
  background-image: url('../images/ZBS-Family-block.png');
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-bottom: 280px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.projects-about-page {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 94px;
  padding-bottom: 95px;
  display: flex;
}

.container.family-about-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-bottom: 280px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.projects-about {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 0;
  display: flex;
}

.hexagon {
  margin-top: 0;
  margin-right: 0;
  position: absolute;
}

.hexagon.hidden {
  opacity: 0;
  display: none;
}

.hexagon.yelow {
  display: none;
}

.hexagon._50 {
  opacity: .5;
}

.navlinks {
  justify-content: space-between;
  align-items: flex-start;
  width: 341px;
  display: flex;
}

.header {
  z-index: 3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.875em;
  display: flex;
  position: static;
}

.navlink {
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline: 3px #fff;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.navlink:hover {
  color: var(--khaki);
}

.navlink.w--current {
  background-image: url('../images/Line-14.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 18px;
  text-decoration: none;
}

.navlink.grey {
  color: var(--dim-grey);
  cursor: auto;
  display: none;
}

.navlink.footer {
  margin-top: 1em;
}

.navlink.footer.w--current {
  background-image: none;
  padding-bottom: 0;
}

.social-links {
  justify-content: space-between;
  align-items: center;
  width: 14em;
  display: block;
  position: static;
  overflow: hidden;
}

.social-links.footer-social {
  display: block;
}

.social-link {
  transition: opacity .2s;
  display: block;
}

.social-link:hover {
  opacity: .7;
}

.mainblock {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 160px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
}

.h1.left {
  text-align: left;
  font-size: 60px;
}

.main-heading {
  width: 33.4em;
}

.text-1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-1.center {
  z-index: 1;
  opacity: 1;
  text-align: center;
  position: relative;
}

.text-1.center.hidden {
  opacity: 0;
  display: block;
  top: -35px;
}

.text-1.center-copy {
  text-align: center;
}

.text-1.black {
  color: #161616;
  justify-content: center;
  display: flex;
}

.text-1.white {
  opacity: 1;
}

.text-1.center-mob {
  z-index: 1;
  opacity: 1;
  text-align: left;
  position: relative;
}

.text-1.center-mob.hidden {
  opacity: 0;
  display: block;
  top: -35px;
}

.discrip-main {
  width: 34.8em;
  margin-top: 24px;
  margin-bottom: 22px;
}

.button {
  justify-content: center;
  align-items: center;
  width: 305px;
  text-decoration: none;
  display: flex;
}

.button.last-block {
  background-image: none;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
}

.paragraph-2 {
  z-index: 5;
  color: var(--khaki);
  text-align: center;
  text-shadow: 1px 0 18px #f4ee7a4d;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.paragraph-2._20 {
  color: var(--sandy-brown);
}

.container-button {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main {
  background-image: url('../images/Frame-16.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main.about {
  z-index: 5;
  background-image: url('../images/D-About-us.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  position: relative;
}

.main.portfolio {
  background-image: none;
  position: relative;
}

.main.our-network {
  z-index: 5;
  background-image: none;
  position: relative;
}

.main.updates {
  background-image: none;
}

.main.media-kit {
  z-index: 50;
  background-image: none;
  padding-bottom: 0;
  position: relative;
}

.main.updates-article {
  background-image: none;
}

.first-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  display: block;
  position: static;
}

.container-about {
  justify-content: center;
  display: flex;
}

.grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 22.75em 36.75em;
}

.image {
  position: relative;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.h2.center {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
}

.h2.center.succees {
  text-align: center;
}

.heading-about {
  margin-bottom: 24px;
}

.link-main {
  z-index: 5;
  text-decoration: none;
  transition: filter .3s ease-in;
  display: flex;
  position: relative;
}

.link-main:hover {
  filter: sepia();
}

.link-main.fix {
  position: absolute;
  inset: 50% 0% 0%;
}

.link-main.underline-trail {
  color: #fff;
  flex-direction: column;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-bold {
  color: var(--black);
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.text-bold.hidden {
  text-decoration: none;
}

.image-2 {
  margin-right: .5em;
}

.disrip-about {
  width: 723px;
  margin-bottom: 56px;
}

.left-about {
  width: 100%;
}

.logos {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 200%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._1-line-logos {
  justify-content: center;
  padding-top: 13px;
  display: flex;
}

._1-line-logos.hidden {
  display: none;
}

._2-line-logos {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

._2-line-logos.hidden {
  display: none;
}

._3-line-logos {
  justify-content: center;
  margin-top: 0;
  padding-bottom: 19px;
  display: flex;
}

.logo-div {
  background-image: url('../images/Polygon-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 204px;
  margin-left: -20px;
  padding-left: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
  width: 100%;
  height: 232px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30px 6em auto 30px;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.image-3 {
  width: 5.5em;
  margin-left: -21px;
}

.div-block {
  width: 5.5em;
  padding-top: 23px;
}

.heading-2 {
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.75em;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.h3.green {
  color: #48cfae;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.h3.center {
  text-align: center;
}

.h3.blue {
  color: #3f96e8;
  font-size: 28px;
}

.h3.orange {
  color: #db8066;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.text-2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.text-2.center {
  text-align: center;
}

.text-2.green {
  color: #48cfae;
}

.text-2.grey {
  color: #818181;
  margin-top: 0;
}

.text-2.yelow {
  color: #f4ee7a;
}

.text-2.blue {
  color: #3f96e8;
}

.text-2.orange {
  color: #db8066;
}

.h3-family {
  margin-bottom: 11px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-left: -14px;
  padding-top: 24px;
  padding-bottom: 53px;
  display: flex;
}

.card-family {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 32% 1fr;
  width: 100%;
}

.left-network {
  align-items: flex-start;
  display: block;
}

.right-network {
  width: auto;
}

.logos-network {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 4.375em;
  display: block;
}

.image-4 {
  position: absolute;
  inset: 5.9em 0% 0%;
}

.card-project {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-project {
  grid-column-gap: 24px;
  grid-template-rows: 384px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 56px;
}

.card-project-2 {
  background-image: url('../images/Component-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 384px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: static;
}

.card-project-3 {
  background-image: url('../images/Component-6.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 384px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: static;
}

.head-blog {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4.375em;
  display: flex;
}

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

.post {
  opacity: .6;
  text-decoration: none;
  transition: opacity .2s;
}

.post:hover {
  opacity: 1;
}

.img-post {
  width: 100%;
}

.h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.date {
  margin-top: 16px;
  margin-bottom: 16px;
}

.img-post-div {
  opacity: .6;
  margin-bottom: 16px;
}

.last-block {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
  display: flex;
}

.content {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 51% 45%;
}

.heading-last-block {
  margin-bottom: 24px;
}

.discrip-last-block {
  margin-bottom: 80px;
}

.left-last-block {
  flex-direction: column;
  justify-content: flex-start;
  height: 1047px;
  padding-top: 151px;
  display: flex;
}

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

.grid-footeer {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 36% 1fr 1fr 1fr;
}

.image-5 {
  margin-left: -20px;
}

.footer-text {
  margin-top: 1.25em;
  margin-bottom: 1.875em;
}

.cp {
  margin-top: 1.875em;
}

._1-colom-footer {
  padding-right: 53px;
}

._2-colom-footer {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.image-6 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  padding: 30px;
  display: block;
  position: absolute;
  top: 10.6em;
  left: 15.1%;
}

.image-7 {
  z-index: 5;
  width: 95px;
  height: 95px;
  padding: 30px;
  position: absolute;
  top: 11.3em;
  left: 50%;
}

.image-8 {
  z-index: 5;
  width: 115px;
  height: 115px;
  padding: 30px;
  position: absolute;
  top: 15em;
  left: 78%;
}

.image-9 {
  z-index: 5;
  opacity: .4;
  width: 80px;
  height: 80px;
  padding: 30px;
  position: absolute;
  top: 21.9em;
  left: 9%;
}

.image-10 {
  z-index: 5;
  width: 100px;
  height: 100px;
  padding: 30px;
  position: absolute;
  top: 38em;
  left: 18%;
}

.image-11 {
  z-index: 5;
  width: 160px;
  height: 160px;
  padding: 30px;
  position: absolute;
  top: 45.8em;
  left: 8%;
}

.image-12 {
  z-index: 5;
  opacity: .5;
  width: 80px;
  height: 80px;
  padding: 30px;
  position: absolute;
  top: 29.1em;
  left: 89%;
}

.image-13 {
  z-index: 50;
  width: 145px;
  height: 145px;
  padding: 30px;
  position: absolute;
  top: 36.5em;
  left: 77%;
}

.image-14 {
  z-index: 5;
  opacity: .5;
  width: 85px;
  height: 85px;
  padding: 30px;
  position: absolute;
  top: 47.5em;
  left: 85%;
}

.image-15 {
  z-index: 5;
  width: 110px;
  height: 110px;
  padding: 30px;
  position: absolute;
  top: 59.2em;
  left: 54%;
}

.image-16 {
  z-index: 5;
  position: absolute;
  inset: 29.1em 0% 0% 5%;
}

.image-17 {
  z-index: 5;
  position: absolute;
  inset: 38.5em 0% 0% 95%;
}

.footer {
  width: 100%;
}

.footer-block {
  background-color: #000;
  background-image: url('../images/Rectangle-29.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  width: 100%;
  padding-top: 77px;
  padding-bottom: 70px;
  display: flex;
}

.logos-mob {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: none;
  overflow: hidden;
}

._1-line-logos-mob {
  justify-content: center;
  display: flex;
}

.logo-mob.hidden {
  opacity: 0;
  display: none;
}

._4-line-logos, ._5-line-logos, ._6-line-logos {
  justify-content: center;
  display: flex;
}

.burger {
  display: none;
}

.open-menu {
  width: 100%;
  display: none;
}

.social-links-mob {
  justify-content: space-between;
  align-items: center;
  width: 14em;
  display: flex;
}

.portfolio1 {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-copy {
  z-index: 1;
  background-image: url('../images/Group-1552.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -159px;
  margin-bottom: -428px;
  display: flex;
  position: relative;
}

.first-block-portfolio {
  width: 100%;
  max-width: 1200px;
}

.container-copy.about-copy {
  padding-top: 11em;
}

.logos-copy {
  flex-direction: column;
  justify-content: center;
  width: 200%;
  display: flex;
  overflow: hidden;
}

.logos-mob-copy {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: none;
  overflow: hidden;
}

.container-1 {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-1.about {
  padding-top: 11em;
}

.container-1.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-1.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-1.network {
  padding-top: 11em;
}

.container-1.projects {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-1.blog {
  padding-top: 11em;
}

.container-1.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-1.footer {
  z-index: 2;
  position: relative;
}

.container-1.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 4.375em;
}

.container-1.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-1.family-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.logos-network-copy {
  justify-content: center;
  width: 250%;
  margin-top: 4.375em;
  display: flex;
  overflow: hidden;
}

.container-copy.line-copy {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 4.375em;
}

.container-copy {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-copy.projects-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.last-block-copy {
  z-index: 1;
  z-index: 1;
  background-image: url('../images/Group-1552.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -159px;
  margin-bottom: -428px;
  display: flex;
  position: relative;
}

.container-copy {
  width: 100%;
  max-width: 1200px;
  margin-top: 8em;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
  position: static;
}

.container-copy.about {
  padding-top: 11em;
}

.container-copy.projects {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-copy.blog {
  padding-top: 11em;
}

.mainblock-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7.975em;
  display: flex;
}

.main-heading-copy {
  width: 49.375em;
}

.h1-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 4.25em;
  font-weight: 700;
  line-height: 100%;
}

.h1-copy.left {
  text-align: left;
}

.discrip-main-copy {
  width: 36.25em;
  margin-top: 1em;
  margin-bottom: 2.5em;
}

.button-copy {
  background-image: url('../images/Polygon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 20.5em;
  height: 15.1em;
  text-decoration: none;
  display: flex;
}

.button-copy.last-block {
  background-image: none;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
}

.img-back2 {
  margin-right: 0;
  position: absolute;
  inset: 11% 31% auto auto;
}

.image-13-copy {
  display: none;
  position: absolute;
  inset: 29.3em 0% 0% 73%;
}

.image-16-copy {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 24.9em 0% 0% 13%;
}

.container-about-copy {
  justify-content: center;
  display: flex;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/D--Our-Network1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.background1 {
  width: 100%;
}

.image-19 {
  margin: -284px 0 0 820px;
  padding-top: 0;
}

.text-1-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.25em;
  line-height: 130%;
}

.text-1-copy.center {
  text-align: center;
}

.text-1-copy.center-copy {
  text-align: left;
}

.heading-3 {
  color: #fff;
  margin-top: 100px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.h1-portfolio {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.div-block-3 {
  width: 100px;
  height: 30px;
}

.image-20 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 465px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 12% 0% auto 7.5%;
}

.text1 {
  opacity: .85;
  color: #fff;
  letter-spacing: normal;
  column-count: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 200px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.grid-8, .grid-8-copy, .grid-8-copy-copy {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.portf-grid {
  grid-column-gap: 25px;
  grid-row-gap: 86px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 140px;
  display: grid;
}

.text2 {
  color: #fff;
  margin-top: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text3 {
  opacity: .85;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
}

.button1 {
  color: #43e7df;
  padding-left: 10px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.image-21 {
  margin-bottom: 0;
  padding-bottom: 6px;
}

.button2, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38 {
  padding-bottom: 6px;
}

.img {
  margin: -334px 1500px 0 0;
  padding-top: 0;
  position: relative;
}

.img-back3 {
  margin: -415px 0 0 1000px;
  padding-top: 0;
}

.image-39 {
  margin-left: 0;
  margin-right: 81px;
}

.img-back1 {
  margin-left: 0;
  display: none;
  position: absolute;
  top: 675px;
  left: 0;
  right: 0;
}

.navlink-copy {
  color: #fff;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.navlinks-copy {
  justify-content: space-between;
  align-items: center;
  width: 28.125em;
  display: flex;
}

.navlink-copy-copy {
  color: #fff;
  border: 1px #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.navlink-copy-copy.grey {
  color: var(--dim-grey);
  cursor: auto;
}

.navlink-copy-copy.footer {
  margin-top: 1em;
}

.navlink-copy {
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline: 3px #fff;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.navlink-copy.grey {
  color: var(--dim-grey);
  cursor: auto;
}

.navlink-copy.footer {
  margin-top: 1em;
}

.section {
  z-index: 50;
  background-image: url('../images/Group-1171275968.png');
  background-position: 30% -700px;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  position: relative;
}

.image-41 {
  z-index: 0;
  opacity: .29;
  position: absolute;
}

.image-41.tablet {
  display: none;
}

.image-42 {
  z-index: 1;
  position: relative;
  top: 32px;
  overflow: hidden;
}

.logos-loop {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 2708.8px;
  display: flex;
  overflow: hidden;
}

.logos-network-copy {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 4.375em;
  display: flex;
  overflow: hidden;
}

.img-icon {
  z-index: 5;
  border-radius: 500px;
  width: 40px;
  position: relative;
  inset: 0%;
}

.body-3 {
  background-color: #000;
}

.first-block-2 {
  background-image: url('../images/Asset-716x-8-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1200px;
}

.container3 {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container3.about {
  padding-top: 11em;
}

.container3.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container3.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container3.network {
  padding-top: 11em;
}

.container3.projects {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container3.blog {
  padding-top: 11em;
}

.container3.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container3.footer {
  z-index: 2;
  position: relative;
}

.container3.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 4.375em;
}

.container3.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.mainblock-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7.975em;
  display: flex;
}

.container-about-1 {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.container2-fam {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container2-fam.about {
  padding-top: 11em;
}

.container2-fam.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-fam.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container2-fam.network {
  padding-top: 11em;
}

.container2-fam.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-fam.blog {
  padding-top: 11em;
}

.container2-fam.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container2-fam.footer {
  z-index: 2;
  position: relative;
}

.container2-fam.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container2-fam.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container2-our {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container2-our.about {
  padding-top: 11em;
}

.container2-our.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-our.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container2-our.network {
  padding-top: 11em;
}

.container2-our.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-our.blog {
  padding-top: 11em;
}

.container2-our.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container2-our.footer {
  z-index: 2;
  position: relative;
}

.container2-our.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container2-our.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.logos-network-1 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.375em;
  display: flex;
  overflow: visible;
}

.container2-pr {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container2-pr.about {
  padding-top: 11em;
}

.container2-pr.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-pr.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container2-pr.network {
  padding-top: 11em;
}

.container2-pr.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-pr.blog {
  padding-top: 11em;
}

.container2-pr.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container2-pr.footer {
  z-index: 2;
  position: relative;
}

.container2-pr.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container2-pr.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container2-latest {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container2-latest.about {
  padding-top: 11em;
}

.container2-latest.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-latest.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container2-latest.network {
  padding-top: 11em;
}

.container2-latest.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container2-latest.blog {
  padding-top: 11em;
}

.container2-latest.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container2-latest.footer {
  z-index: 2;
  position: relative;
}

.container2-latest.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container2-latest.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-content {
  width: 100%;
  max-width: 1200px;
  margin-top: 170px;
  margin-bottom: 4em;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
  position: static;
}

.container-content.about {
  padding-top: 11em;
}

.container-content.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-content.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-content.network {
  padding-top: 11em;
}

.container-content.projects {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-content.blog {
  padding-top: 11em;
}

.container-content.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-content.footer {
  z-index: 2;
  position: relative;
}

.container-content.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 4.375em;
}

.container-content.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.grid-1 {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: auto 448px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0;
}

.grid-1-copy {
  grid-template-rows: auto;
  grid-template-columns: 39em 40.6875em;
}

.grid-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 6em auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-copy {
  width: 45em;
  margin-top: -56px;
}

.image-43 {
  margin: -6094px 0 569px -109px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-copy-copy {
  width: 45em;
  margin-top: 0;
}

.body-4 {
  background-color: #000;
}

.main-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.h1-content {
  color: #fff;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

.text-block {
  color: #fff;
  padding-top: 40px;
  padding-left: 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}

.text-block2 {
  color: #fff;
  margin-top: 0;
  padding: 2em 100px 0 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.body-5 {
  background-color: #000;
}

.head-sumbit {
  width: 39.6em;
  margin-bottom: 24px;
}

.text-submit {
  width: 43em;
}

.c-text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-left: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  transition: border .2s;
}

.c-text-field:hover {
  border-bottom-color: #fff;
}

.c-text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.c-text-field.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.c-text-field.c-text-1:focus {
  border-bottom-width: 2px;
}

.c-text-field.c-text-1.cc-error {
  background-image: url('../images/icon.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-color: red;
}

.c-form_block {
  width: 43em;
}

.project-info, .aditional-info-optional {
  margin-top: 96px;
}

.c-button-l {
  color: var(--khaki);
  text-shadow: 0 0 18px #f4ee7a4d;
  background-color: #0000;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.c-button-l.hidden {
  color: var(--sandy-brown);
}

.button-sumbit-form {
  justify-content: space-between;
  align-items: center;
  margin-top: 76px;
  display: flex;
}

.collection-list-portfolio {
  width: 100%;
  display: none;
}

.link-block {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.icon-portfolio {
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 88px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.head-portfolio-grid {
  margin-bottom: 16px;
}

.link-visit {
  margin-top: 16px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
}

.link-visit:hover {
  filter: sepia();
}

.last-block-portfolio {
  z-index: 1;
  background-image: url('../images/Group-1551.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -229px;
  margin-bottom: -428px;
  display: flex;
  position: relative;
}

.div-text-portfolio {
  width: 70em;
  margin-top: 56px;
  padding-left: 200px;
}

.text-2-portfolio {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.text-2-portfolio.center {
  text-align: center;
}

.text-2-portfolio.blue {
  color: #48cfae;
}

.text-2-portfolio.orange {
  color: var(--burntsienna);
}

.text-2-portfolio.grey {
  color: #818181;
}

.last-block-about {
  z-index: 2;
  background-image: url('../images/Group-1551.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -171px;
  margin-bottom: -315px;
  display: flex;
  position: relative;
}

.text-block-copy-copy {
  color: #fff;
  margin-top: 0;
  padding: 0 100px 1.5em 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-coten {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-left: 220px;
  padding-right: 100px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-cont {
  color: #fff;
  margin-top: 0;
  padding: 1.5em 100px 1.5em 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-cnt2 {
  color: #fff;
  margin-top: 0;
  padding: 0 100px 1.5em 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

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

.container-copy {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-copy.about {
  margin-top: 0;
  padding-top: 0;
}

.container-copy.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-copy.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-copy.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container-copy.page {
  margin-top: 10em;
}

.container-cop2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-cop2.about {
  margin-top: 0;
  padding-top: 0;
  padding-left: 18em;
  padding-right: 10em;
}

.container-cop2.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-cop2.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-cop2.network {
  padding-top: 11em;
}

.container-cop2.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-cop2.blog {
  z-index: 5;
  padding-top: 11em;
  position: relative;
}

.container-cop2.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-cop2.footer {
  z-index: 2;
  position: relative;
}

.container-cop2.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container-cop2.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-cop2.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 8em;
  display: flex;
}

.container-cop2.page {
  margin-top: 10em;
}

.container-cop2.grid-portfolio {
  margin-top: 8em;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-4 {
  position: static;
}

.image-45 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-cont3 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-cont3.about {
  margin-top: 24px;
}

.container-cont3.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-cont3.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-cont3.network {
  padding-top: 11em;
}

.container-cont3.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-cont3.blog {
  z-index: 5;
  padding-top: 11em;
  position: relative;
}

.container-cont3.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-cont3.footer {
  z-index: 2;
  position: relative;
}

.container-cont3.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container-cont3.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-cont3.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 8em;
  display: flex;
}

.container-cont3.page {
  margin-top: 10em;
}

.container-cont3.grid-portfolio {
  margin-top: 8em;
}

.text-block-3 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: #fff;
  border-left: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-with-line {
  border: 1px #fff;
  border-left-style: solid;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
}

.container-c4 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3em;
  padding-right: 3em;
}

.container-c4.about {
  margin-top: 0;
  padding-top: 0;
}

.container-c4.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-c4.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11em;
  display: flex;
}

.container-c4.network {
  padding-top: 11em;
}

.container-c4.projects {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 11em;
  display: flex;
}

.container-c4.blog {
  z-index: 5;
  padding-top: 11em;
  position: relative;
}

.container-c4.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-c4.footer {
  z-index: 2;
  position: relative;
}

.container-c4.line {
  background-color: #ffffff1a;
  height: 0;
  margin-top: 4.375em;
}

.container-c4.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-c4.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 8em;
  display: flex;
}

.container-c4.page {
  margin-top: 10em;
}

.container-c4.grid-portfolio {
  margin-top: 8em;
}

.text-block-cnt2-c {
  color: #fff;
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: .5em;
  padding-right: 100px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.link-visit-2 {
  margin-top: 1em;
  transition: filter .2s;
  display: flex;
}

.link-visit-2:hover {
  filter: sepia();
}

.text-block-2-1 {
  color: #fff;
  text-align: center;
  padding-top: 28px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.image-45-c {
  text-align: left;
  margin-top: 0;
  margin-left: 19px;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-our-network {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.logo-img-network {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.link-block-2 {
  width: auto;
  text-decoration: none;
}

.content_card {
  opacity: 1;
  margin-bottom: 0;
  text-decoration: none;
}

.last-block-blog {
  z-index: 1;
  background-image: url('../images/Group-1551.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -608px;
  margin-bottom: -318px;
  display: flex;
  position: relative;
}

.page-count {
  opacity: .8;
  color: #fff;
  font-family: Sfprodisplay, sans-serif;
  display: none;
}

.pagination_next {
  background-color: #0000;
  border-style: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.pagination_previous {
  background-color: #0000;
  border-style: none;
  align-items: center;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.body-6 {
  background-color: #000;
}

.article {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-46 {
  width: 100%;
}

.grid-title {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 384px;
}

.title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-article {
  margin-top: 40px;
  margin-bottom: 56px;
}

.link-block-4 {
  text-decoration: none;
  transition: opacity .2s;
}

.link-block-4:hover {
  opacity: 1;
}

.success-message {
  background-color: #fff;
}

.network {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio1-copy {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 487px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-432 {
  z-index: 1;
  padding-top: 0;
  position: relative;
  top: 38px;
  overflow: hidden;
}

.text-block1, .text-block2-1 {
  color: #fff;
  margin-top: 0;
  padding: 2em 100px 0 220px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-6 {
  height: auto;
}

.div-block-2-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: -14px;
  padding-top: 24px;
  padding-bottom: 53px;
  padding-right: 0;
  display: flex;
}

.text-26 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

.text-26.center {
  z-index: 1;
  text-align: center;
  position: relative;
}

.text-26.center.hidden {
  opacity: 0;
  display: block;
}

.text-26.center-copy {
  text-align: center;
}

.text-26.black {
  color: #161616;
  justify-content: center;
  display: flex;
}

.image-433 {
  z-index: 2;
  width: 820px;
  height: 820px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 12%;
}

.logo-1 {
  margin-top: -10px;
  margin-left: 10px;
}

.logo-1.hidden {
  opacity: 0;
  display: none;
}

.image-434 {
  position: absolute;
  inset: 0%;
}

.logo-in-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: 14px;
  display: flex;
  position: relative;
}

.logo-in-main.hidden {
  width: 140px;
  height: 140px;
  margin-left: 14px;
  text-decoration: none;
}

.image-435 {
  z-index: 5;
  border-radius: 500px;
  width: auto;
  margin-top: -4px;
  display: inline-block;
  position: static;
  inset: 0%;
}

._1-line-logos-copy {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.arrow-in-portfolio-block {
  margin-right: .5em;
}

.logos-line-mob {
  display: none;
}

.div-block-8, .logos-line-des {
  display: flex;
}

.logo {
  margin-top: 0;
  margin-left: -41px;
  margin-right: 0;
  padding-left: 0;
  position: static;
}

.logo.w--current {
  margin-left: 0;
  position: static;
}

.logo.hidden {
  opacity: 0;
  display: none;
}

.logo.yelow {
  display: none;
}

.heading-about-page {
  margin-bottom: 1.5em;
}

.disrip-about-page {
  margin-bottom: 1.875em;
}

.disrip-about-page.left {
  margin-bottom: 0;
}

.right-about-page {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.left-about-page {
  display: flex;
}

.div-block-9 {
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-about-2 {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  padding-top: 34px;
  display: flex;
}

.grid-2-about-page {
  grid-column-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: auto 438px;
  width: 100%;
}

.heading-about-page-2 {
  margin-bottom: 24px;
}

.disrip-about-page-2 {
  margin-bottom: 1.875em;
}

.disrip-about-page-2.left {
  width: 494px;
  margin-bottom: 0;
}

.container-about-3 {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 34px;
  display: flex;
}

.grid-3-about-page {
  grid-column-gap: 126px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 378px auto;
  width: 100%;
}

.image-436, .image-437 {
  z-index: 5;
  position: relative;
}

.text-1-1 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-1-1.center {
  z-index: 1;
  text-align: center;
  position: relative;
}

.text-1-1.center.hidden {
  opacity: 0;
  display: block;
}

.text-1-1.center-copy {
  text-align: center;
}

.text-1-1.black {
  color: #161616;
  justify-content: center;
  display: flex;
}

.body-portfolio {
  background-color: #000;
  background-image: url('../images/D--Portfolio.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-media-kit {
  background-color: #000;
  background-image: url('../images/D-Media-kit.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mediakit {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70em;
  margin-top: 70px;
  padding-left: 200px;
  display: flex;
}

.head-company-logo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.colored {
  margin-top: 40px;
}

.head-colored, .img-colored {
  margin-bottom: 24px;
}

.div-text-media-lit {
  width: 70em;
  margin-top: 3.125em;
  padding-left: 200px;
}

.white-media-kit {
  margin-top: 65px;
}

.bgs-media-kit {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 160px;
  display: flex;
}

.img-bgs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.last-block-media-kit {
  z-index: 1;
  background-image: url('../images/Group-1551.png');
  background-position: 41%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1300px;
  margin-top: -214px;
  margin-bottom: -334px;
  display: flex;
  position: relative;
}

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

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.footer_logo {
  width: 10rem;
}

.text-link {
  color: #3c7c43;
  border-bottom: 1px solid #90c396;
  text-decoration: none;
  display: inline-block;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.nav_brand {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer_video-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #3c7c43;
  background-image: none;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.footer_finsweet-icon {
  width: 3.25rem;
}

.rangeslider_fill {
  background-color: #90c396;
  width: 20%;
  height: 100%;
  position: absolute;
}

.footer_component {
  background-color: #000;
  border-top: 1px solid #dae4d8;
  align-items: flex-start;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.text-color-green {
  color: #3c7c43;
}

.page-wrapper {
  overflow: hidden;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.footer_wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.footer_logo-link {
  color: #000;
  text-decoration: none;
}

.nav_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.filter_wrapper {
  background-color: #f6f7f1;
}

.footer_learn {
  color: #000;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem .75rem 1.25rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.footer_learn:hover {
  background-color: #ececec;
}

.nav_logo {
  width: 10rem;
}

.filter_search-field {
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.container-2 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.footer_video-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #1f1f1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  max-width: 80rem;
  margin-top: 3rem;
  padding-top: 3rem;
  display: grid;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.rangeslider_input {
  display: none;
}

.nav_logo-text {
  color: #b9fd00;
  margin-left: .75rem;
}

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer_video-block {
  max-width: 30rem;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.footer_finsweet {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #a1a1a1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-left: 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: grid;
}

.footer_finsweet:hover {
  opacity: .8;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 21px;
  display: block;
  position: relative;
}

.hide {
  display: none;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
}

.filter_results-text {
  font-weight: 400;
}

.nav_component {
  background-color: #000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer_video-icon {
  width: 2rem;
  margin-top: -3rem;
}

.footer_content {
  background-color: #181818;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.filter_select {
  cursor: pointer;
  border: 1px #000;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.footer_finsweet-logo {
  width: 6rem;
  display: block;
  position: relative;
  top: .2rem;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_tag {
  color: #fff;
  background-color: #3c7c43;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.footer_video {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.nav_menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer_learn-icon {
  margin-right: .75rem;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #90c396;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: #3c7c43;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  color: #dfdfdf;
  border-radius: .25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.nav_link:hover {
  background-color: #242424;
}

.nav_link.is-cta {
  color: #fff;
  background-color: #5c2aff;
  border-radius: .25rem;
  margin-left: 1rem;
}

.nav_link.is-cta:hover {
  background-color: #303030;
}

.nav_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.nav_link-icon {
  opacity: .4;
  width: 1.5rem;
}

.nav_link-icon.is-inverted {
  filter: invert();
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.line-pagination {
  background-color: #fff;
  width: auto;
  height: 1.5px;
  margin-top: 11px;
  margin-left: 56px;
  margin-right: 23px;
}

.socials-links {
  justify-content: space-between;
  width: 104px;
  display: flex;
}

.socials-links-mob {
  justify-content: space-between;
  width: 179px;
  display: flex;
}

.image-438 {
  max-width: none;
  position: absolute;
  inset: -3.875em 0% 0% 4.2em;
}

.image-439 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-440 {
  width: 100%;
}

.container-button-lasy-block {
  justify-content: space-between;
  align-items: center;
  width: 305px;
  display: flex;
  position: relative;
}

.image-441 {
  position: absolute;
  left: 57%;
}

.container-lasy-block {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-lasy-block.about {
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.container-lasy-block.about.page {
  justify-content: center;
  margin-top: 16.875em;
  display: flex;
}

.container-lasy-block.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container-lasy-block.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-lasy-block.network {
  padding-top: 280px;
}

.container-lasy-block.projects {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  display: flex;
}

.container-lasy-block.blog {
  z-index: 5;
  padding-top: 310px;
  position: relative;
}

.container-lasy-block.cooperation {
  max-width: 1260px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.container-lasy-block.footer {
  z-index: 2;
  position: relative;
}

.container-lasy-block.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 4.375em;
  position: static;
}

.container-lasy-block.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-lasy-block.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 4.0625em;
  display: flex;
}

.container-lasy-block.page {
  margin-top: 170px;
  margin-bottom: auto;
}

.container-lasy-block.grid-portfolio {
  margin-top: 9.375em;
}

.container-lasy-block.grid-blog {
  margin-top: 170px;
}

.container-lasy-block.about-block {
  width: 1200px;
  max-width: 100%;
  margin-top: 190px;
  padding-top: 0;
}

.container-lasy-block.about-block.page {
  margin-top: 16.875em;
}

.container-lasy-block.network-about {
  padding-top: 280px;
}

.container-lasy-block.projects-about {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container-lasy-block.grid-updates-page {
  margin-top: 64px;
}

.last-block-media {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.container-copy {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-copy.about {
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.container-copy.about.page {
  justify-content: center;
  margin-top: 270px;
  display: flex;
}

.container-copy.portfolio {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container-copy.family {
  background-image: url('../images/ZBS-Family-block.png');
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-copy.network {
  padding-top: 280px;
}

.container-copy.projects {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 94px;
  padding-bottom: 0;
  display: flex;
}

.container-copy.blog {
  z-index: 5;
  padding-top: 310px;
  position: relative;
}

.container-copy.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-copy.footer {
  z-index: 2;
  position: relative;
}

.container-copy.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 117px;
  position: static;
}

.container-copy.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-copy.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 4.0625em;
  display: flex;
}

.container-copy.page {
  margin-top: 170px;
  margin-bottom: auto;
}

.container-copy.grid-portfolio {
  margin-top: 9.375em;
}

.container-copy.grid-blog {
  margin-top: 170px;
}

.container-copy.about-block {
  width: 1200px;
  max-width: 100%;
  margin-top: 190px;
  padding-top: 0;
}

.container-copy.about-block.page {
  margin-top: 16.875em;
}

.container-copy.network-about {
  padding-top: 280px;
}

.container-copy.projects-about {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container-copy.grid-updates-page {
  margin-top: 64px;
}

.conter-line {
  max-width: 1200px;
  height: 0;
  margin-bottom: 210px;
}

.updates-page {
  z-index: 5;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 168px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item {
  padding-left: 0;
}

.image-443 {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
}

.body-updates {
  background-color: #000;
  background-image: url('../images/D-Updates-blog.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-444 {
  width: 78px;
  height: 88px;
  position: absolute;
  inset: 0%;
}

.collection-item-3 {
  padding-left: 0;
}

.short-text-3 {
  margin-top: 20px;
}

.collection-list {
  grid-column-gap: 55px;
  grid-row-gap: 88px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-4 {
  margin-bottom: 54px;
}

.text-2-network {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.text-2-network.center {
  text-align: center;
}

.text-2-network.blue {
  color: #48cfae;
}

.text-2-network.orange {
  color: var(--burntsienna);
}

.text-2-network.grey {
  color: #818181;
}

.div-text-network {
  width: 70em;
  margin-top: 56px;
  padding-left: 200px;
}

.socials-links-footer {
  justify-content: space-between;
  width: 104px;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.link-in-block-portfolio {
  z-index: 5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-in-block-portfolio:hover {
  filter: sepia();
}

.link-in-block-portfolio.fix {
  position: absolute;
  inset: 50% 0% 0%;
}

.image-445 {
  position: absolute;
}

.grid-project-main {
  grid-column-gap: 24px;
  grid-template-rows: 369px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: -20px;
  padding-top: 0;
}

.data-updates {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.data-updates.center {
  text-align: center;
}

.data-updates.green {
  color: #48cfae;
}

.data-updates.orange {
  color: var(--burntsienna);
}

.data-updates.grey {
  color: #818181;
  margin-top: 0;
  font-size: 20px;
}

.data-updates.blue {
  color: var(--dodger-blue);
}

.data-updates.yelow {
  color: #f4ee7a;
}

.content_collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 96px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.last-block-uptates {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h3-portfolio {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.h3-portfolio.green {
  color: #48cfae;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.h3-portfolio.orange {
  color: var(--burntsienna);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.h3-portfolio.blue {
  color: var(--dodger-blue);
  font-size: 28px;
}

.project-portfolio {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container-tipycal {
  width: 996px;
  margin-top: 56px;
  padding-left: 200px;
}

.head-h3-tipycal {
  margin-top: 24px;
  margin-bottom: 24px;
}

._1-block-tipycal {
  flex-direction: column;
  margin-top: 170px;
  display: flex;
}

.img-tipical, .icon-tipycal {
  margin-bottom: 24px;
}

.icon-block-tipycal {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tezizs {
  margin-top: 24px;
  margin-bottom: 24px;
}

.head-h1-content {
  width: 580px;
}

.h3-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.h3-1.green {
  color: #48cfae;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.h3-1.orange {
  color: var(--burntsienna);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 120%;
}

.h3-1.blue {
  color: var(--dodger-blue);
  font-size: 28px;
}

.h3-1.center {
  text-align: center;
}

.last-block-typical {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 171px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.h2-1.center {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: inline-block;
}

.body-tipical {
  background-color: #000;
  background-image: url('../images/D-Typical-content-page.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.last-block-main {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 95px;
  margin-bottom: -314px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-blocg {
  background-color: #000;
  background-image: url('../images/D-Updates-blog.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-network {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 32% 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-5 {
  width: 100%;
}

.circle {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.arrow-in-portfolio-block-mob {
  margin-right: .5em;
}

.circle-page-portfolio {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
}

.logo-tiker {
  flex-direction: row;
  flex: none;
}

.collection-list-5 {
  flex: none;
  display: flex;
}

.collection-item-6 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  margin-right: 112px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.logos-scroll {
  flex-direction: row;
  align-items: center;
  margin-top: 4.375em;
  display: flex;
  overflow: hidden;
}

.logos-scrolling {
  align-items: center;
  padding-bottom: 96px;
  display: flex;
}

.plus-submit {
  width: 545px;
  height: 568px;
  position: absolute;
  top: 4%;
  bottom: auto;
  right: -24%;
}

.content-card-portfolio {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.mainblocks {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  width: 100%;
  padding-bottom: 230px;
  display: flex;
}

.image-446 {
  width: 200%;
  position: absolute;
  inset: 0%;
}

.image-447 {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-451 {
  width: 600px;
  position: absolute;
  inset: 7% -8% auto auto;
}

.image-452 {
  width: 200px;
  position: absolute;
  inset: 5% 30% auto auto;
}

.image-453 {
  width: 339px;
  position: absolute;
  inset: 26% auto 0% -17%;
}

.noise {
  z-index: 500;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

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

.link-2 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-2.underline-trail {
  color: #000;
  text-transform: lowercase;
  text-transform: lowercase;
  font-weight: 500;
}

.custom-styles {
  display: none;
}

.text-navlink {
  color: #fff;
  text-decoration: none;
  display: block;
}

.text-navlink.hide {
  display: none;
}

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

.html-embed {
  color: #fff;
  display: none;
}

.custom-styles-2 {
  display: block;
}

.cystom-style {
  display: none;
}

.footer-link {
  margin-top: 26px;
  display: block;
}

.link {
  z-index: 5;
  text-decoration: none;
  transition: filter .3s ease-in;
  display: flex;
  position: relative;
}

.link:hover {
  filter: sepia();
}

.link.fix {
  position: absolute;
  inset: 50% 0% 0%;
}

.link.underline-trail {
  color: #fff;
  flex-direction: column;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.heading-4 {
  font-size: 1px;
  line-height: 1px;
  display: block;
}

.success {
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 329px;
  display: flex;
}

.container-success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 630px;
  display: flex;
}

.text-success {
  margin-top: 12px;
  margin-bottom: 33px;
}

.image-455 {
  margin-bottom: 23px;
}

.typ {
  width: 100%;
}

.disrip-about-block {
  margin-bottom: 56px;
}

.socials-links-footer-mob {
  justify-content: space-between;
  width: 179px;
  display: none;
}

.text-card-project {
  position: relative;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  display: none;
}

.slide-nav {
  background-color: #0000;
  font-family: Sfprodisplay, sans-serif;
  display: block;
}

.left-arrow {
  width: auto;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-arrow {
  width: auto;
  height: auto;
  inset: auto 0% 0% auto;
}

.pagination_page-design {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.pagination_page-button {
  color: #fff;
  background-color: #0000;
  border: 1px #dae4d8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-right: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.pagination_page-button.w--current {
  opacity: 1;
  color: #fff;
  cursor: not-allowed;
  background-color: #3c7c43;
  border-color: #3c7c43;
}

.fs-cmsload_page-dots {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 3rem;
  font-size: 1.2rem;
  display: flex;
}

.pagination_wrapper {
  align-items: center;
  margin-top: 71px;
}

.page-count-2 {
  display: none;
}

.item-network {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: static;
}

.icon, .text-block-8 {
  display: block;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block-13 {
  width: auto;
}

.div-block-14 {
  display: block;
}

.image-458 {
  display: none;
}

.div-block-15 {
  display: block;
}

.div-block-16, .div-block-17 {
  display: none;
}

.previous {
  z-index: 5;
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 32px;
  padding: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.next {
  z-index: 5;
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pagination {
  justify-content: space-between;
  align-items: center;
  margin-top: 96px;
  padding-bottom: 15px;
  position: relative;
}

.div-block-18 {
  width: 24px;
  height: 24px;
}

.image-459 {
  opacity: .3;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-19 {
  height: auto;
}

.image-460 {
  opacity: .3;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-pagination-1 {
  background-color: #fff;
  width: auto;
  height: 1.5px;
  margin-top: 11px;
  margin-left: 23px;
  margin-right: 56px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}

.img-update-mob {
  display: none;
}

.div-block-20 {
  background-image: url('../images/Group-1553-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1500px;
  display: block;
  position: absolute;
}

.fs-btn-wrapper.pagination {
  justify-content: center;
  width: 100%;
  padding-top: 0;
}

.load-more-button.fs-btn-nav {
  border-style: solid none none;
  border-top-color: var(--dim-grey);
  background-color: #0000;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0 0;
  text-decoration: none;
  display: flex;
}

.image-461 {
  margin-right: .5em;
}

.collection-list-portfolio-1200 {
  width: 100%;
}

.collection-list-3-1200 {
  grid-column-gap: 24px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-our-network-1200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.collection-list-1200 {
  grid-column-gap: 55px;
  grid-row-gap: 88px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-form_field {
  margin-bottom: 24px;
  position: relative;
}

.c-text-2 {
  opacity: .85;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  bottom: 1638.2px;
}

.c-text-2.center {
  z-index: 1;
  text-align: center;
  position: relative;
}

.c-text-2.center.hidden {
  opacity: 0;
  display: block;
  top: -35px;
}

.c-text-2.center-copy {
  text-align: center;
}

.c-text-2.black {
  color: #161616;
  justify-content: center;
  display: flex;
}

.c-text-2.white {
  opacity: 1;
}

.c-text-2.cc-field-header {
  color: #989898;
  background-color: #0000;
  font-size: 16px;
  display: block;
  position: static;
  bottom: 34px;
}

.c-text-2.cc-field-header.hidden {
  color: #0000;
}

.c-error-message {
  display: none;
}

.c-tool-tip {
  justify-content: flex-end;
  display: flex;
}

.c-tool-tip_error-img {
  position: absolute;
  bottom: 6px;
}

.red-line {
  z-index: 5;
  background-color: #ff5f3b;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.c-text-3 {
  color: #ff5f3b;
  font-family: Sfprodisplay, sans-serif;
  font-size: 10px;
  line-height: 100%;
  position: static;
  inset: auto auto -39% 0%;
}

.c-error-message-2 {
  display: none;
}

.c-text-2-2 {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16.2px;
}

.c-text-2-2.cc-field-header {
  padding-bottom: 2px;
  display: block;
  position: absolute;
  inset: -14% auto auto 4%;
}

.c-text-2-2.cc-field-header.cc-red {
  color: #ff0000e3;
}

.c-tool-tip_error-img-2 {
  position: absolute;
  inset: auto 0% -78% 44%;
}

.head-info {
  margin-bottom: 45px;
}

.div-block-22 {
  z-index: 0;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.big-flower {
  z-index: 1;
  background-image: url('../images/D-Main-Page.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 1600px;
  position: absolute;
  inset: -35% 0% auto;
}

.img-in-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.img-in-7 {
  z-index: 5;
  position: static;
  inset: 11.3em 0% 0% 50%;
}

.link-portfolio {
  z-index: 5;
  text-decoration: none;
  display: block;
}

.link-port {
  z-index: 5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-family {
  justify-content: center;
  width: 100%;
  display: flex;
}

.head-card-family-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: -14px;
  padding-top: 24px;
  padding-bottom: 53px;
  display: flex;
}

.image-462 {
  display: block;
  position: absolute;
  inset: 5% auto 0% 24%;
}

.image-462-copy {
  display: block;
  position: absolute;
  inset: 5% auto 0% -9%;
}

.image-462-copy-copy {
  display: block;
  position: absolute;
  inset: 9% auto 0% 58%;
}

.left-last-block-main {
  flex-direction: column;
  justify-content: flex-start;
  height: 1047px;
  padding-top: 151px;
  display: flex;
}

.last-block-about-page {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 61px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-about-page.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
}

.last-block-network {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-network.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
}

.collection-list-1201 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-last-updates-tablet {
  display: none;
}

.last-block-article {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-article.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
}

.last-block-portfolio-page {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-portfolio-page.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
}

.hover-arrow {
  z-index: 0;
  opacity: 1;
  display: block;
  position: absolute;
}

.image-463 {
  width: 45%;
  position: absolute;
  inset: 5% -8% auto auto;
}

.last-block-1920 {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-1920.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
  display: flex;
}

.container-1920 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.container-1920.about {
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.container-1920.about.page {
  justify-content: center;
  margin-top: 270px;
  display: flex;
}

.container-1920.portfolio {
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-1920.family {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-bottom: 280px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-1920.network {
  align-items: center;
}

.container-1920.projects {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 94px;
  padding-bottom: 0;
  display: flex;
}

.container-1920.blog {
  z-index: 5;
  flex-direction: column;
  padding-top: 300px;
  position: relative;
}

.container-1920.blog._2 {
  margin-bottom: 130px;
  padding-top: 0;
}

.container-1920.cooperation {
  margin-bottom: 388px;
  padding-top: 0;
}

.container-1920.footer {
  z-index: 2;
  position: relative;
}

.container-1920.line {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 117px;
  position: static;
}

.container-1920.portfolio-mob {
  flex-direction: column;
  align-items: center;
  margin-top: 11em;
  display: none;
}

.container-1920.submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.container-1920.page {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 170px;
  margin-bottom: auto;
}

.container-1920.grid-portfolio {
  margin-top: 130px;
}

.container-1920.grid-blog {
  margin-top: 170px;
}

.container-1920.about-block {
  width: 1200px;
  max-width: 100%;
  margin-top: 242px;
  padding-top: 0;
}

.container-1920.about-block.page {
  margin-top: 16.875em;
}

.container-1920.network-about {
  padding-top: 280px;
}

.container-1920.projects-about {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.container-1920.grid-updates-page {
  margin-top: 80px;
}

.container-1920.submit-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 130px;
  display: flex;
}

.container-1920.media {
  align-items: flex-start;
}

.container-1920.family-about-page {
  background-image: url('../images/ZBS-Family-block.png');
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 205px;
  padding-bottom: 280px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-1920.projects-about-page {
  z-index: 500;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 94px;
  padding-bottom: 95px;
  display: flex;
}

.image-464 {
  display: none;
}

.last-block-bg {
  background-image: url('../images/Frame-18.jpg');
  background-position: 50% 380%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-3 {
  z-index: 5;
  color: #f4ee7a;
  text-align: center;
  text-shadow: 1px 0 18px #f4ee7a4d;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  position: relative;
}

.image-464-copy {
  display: none;
}

.last-block-mediakit {
  z-index: 1;
  background-image: url('../images/Mask-group.png');
  background-position: -113px -57px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: -225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-block-mediakit.for-main {
  background-position: -113px -110px;
  height: 1183px;
  margin-bottom: -330px;
}

.div-block-23 {
  background-image: url('../images/Component-5.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 441px;
  position: absolute;
}

.logo-on-main {
  position: absolute;
}

.logo-on-main._4 {
  width: 10px;
  height: 10px;
}

.logo-on-main._5 {
  width: 20px;
  height: 20px;
}

.logo-on-main._6 {
  width: 48px;
  height: 48px;
}

.logo-on-main._7 {
  width: 9px;
  height: 9px;
}

.logo-on-main._8 {
  width: 40px;
  height: 40px;
}

.logo-on-main._9 {
  width: 12px;
  height: 12px;
}

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

.hex {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-9 {
  color: var(--black);
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
}

.arrow-down {
  margin-right: 5px;
}

.div-block-26 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.disrip-about-block-first {
  margin-bottom: 56px;
}

.right-scob.green {
  border: 1px solid #43caa980;
  border-left-style: none;
  width: 100%;
  height: 100%;
}

.right-scob.orange {
  border: 1px solid #db806680;
  border-left-style: none;
  width: 100%;
  height: 100%;
}

.right-scob.blue {
  border: 1px solid #3f96e880;
  border-left-style: none;
  width: 100%;
  height: 100%;
}

.image-466 {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.left-scob.green {
  border: 1px solid #43caa980;
  border-right-style: none;
  width: 100%;
  height: 100%;
}

.left-scob.orange {
  border: 1px solid #db806680;
  border-right-style: none;
  width: 100%;
  height: 100%;
}

.left-scob.blue {
  border: 1px solid #3f96e880;
  border-right-style: none;
  width: 100%;
  height: 100%;
}

.pagination-2 {
  margin-top: 56px;
}

.image-rel {
  width: 100%;
}

.cms-updates-mob {
  display: none;
}

.disrip-our-works {
  width: 723px;
  margin-bottom: 86px;
}

.image-467 {
  width: 1516px;
  max-width: none;
  height: 1376px;
  display: block;
  position: absolute;
  top: 9%;
  bottom: 0%;
  right: 72%;
}

.products {
  background-image: url('../images/Frame-23.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.main-block {
  width: 100%;
  display: flex;
  position: relative;
}

.image-468 {
  z-index: 1;
  width: 932px;
  max-width: none;
  display: block;
  position: absolute;
  top: -79px;
  left: 54%;
  overflow: visible;
}

.image-469 {
  z-index: 2;
  position: absolute;
  inset: 0% -34% 0% auto;
}

.image-470 {
  z-index: 3;
  position: absolute;
  inset: 24% 6% 0% auto;
}

.image-471 {
  z-index: 4;
  position: absolute;
  inset: 46% 4% 0% auto;
}

.last-img-des {
  width: 1312px;
  max-width: none;
  position: absolute;
  left: 57%;
}

.last-img-mob {
  display: none;
  position: absolute;
  left: 57%;
}

.img-main-block-des {
  z-index: 1;
  width: 932px;
  max-width: none;
  display: block;
  position: absolute;
  top: -177px;
  left: 54%;
  overflow: visible;
}

.img-main-block-mob {
  z-index: 1;
  width: 932px;
  max-width: none;
  display: none;
  position: absolute;
  top: -79px;
  left: 54%;
  overflow: visible;
}

.main-thank {
  justify-content: center;
  width: 100%;
  padding-bottom: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-block-thank {
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  display: block;
  position: relative;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Sfprodisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

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

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

.div-block-31 {
  justify-content: center;
  display: flex;
}

.link-block-6 {
  color: #ffb179;
  align-items: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-block-6:hover {
  filter: sepia();
}

.image-472 {
  margin-right: 5px;
}

.text-block-11 {
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-473 {
  width: 545px;
  height: 568px;
  position: absolute;
  inset: 11% -18% auto auto;
}

.image-474 {
  position: absolute;
  inset: 51% auto auto 3%;
}

.body-thank {
  background-image: url('../images/D--Submit-Your-Project_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-submit {
  background-color: #000;
  background-image: url('../images/D--Submit-Your-Project_3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-submit.submit {
  background-color: #000;
  background-image: url('../images/D--Submit-Your-Project.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-submit.home {
  background-image: none;
}

.body-submit.sucess {
  background-image: url('../images/D--Submit-Your-Project_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.c-form_block-new {
  width: 43em;
}

.checkbox {
  background-color: #0000;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Vector-25.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #fff;
}

.checkbox-field {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.head-info-new {
  margin-bottom: 24px;
}

.text-block-12 {
  color: #989898;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.checkbox-label {
  color: #fff;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.checkbox-block {
  margin-right: 32px;
  display: inline-block;
}

.comment {
  width: 602px;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 76px;
}

.c-text-field-new {
  color: #fff;
  white-space: pre-wrap;
  background-color: #0000;
  border: 1px #000;
  border-bottom-color: #fff;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  transition: border .2s;
}

.c-text-field-new:hover {
  border-bottom-color: #fff;
}

.c-text-field-new:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.c-text-field-new::placeholder {
  text-transform: capitalize;
  white-space: pre-wrap;
  line-height: 130%;
}

.c-text-field-new.c-text-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.c-text-field-new.c-text-1:focus {
  border-bottom-width: 2px;
}

.c-text-field-new.c-text-1.cc-error {
  background-image: url('../images/icon.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-color: red;
}

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

.button-new {
  width: 588px;
  height: 81px;
  text-decoration: none;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-475 {
  position: absolute;
  inset: 0% 29% auto auto;
}

.image-476 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-477 {
  position: absolute;
  inset: 33% auto auto 0%;
}

.image-478 {
  width: 1010px;
  max-width: none;
  height: 1036px;
  display: block;
  position: absolute;
  inset: 28% auto 0% -61%;
}

.image-481 {
  position: absolute;
  inset: 0% auto auto -60%;
}

.container-heaed-submit {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-submit {
  object-fit: fill;
  width: 100%;
  position: relative;
}

.container-heaed-submit-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-block-submit {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-483 {
  position: absolute;
  inset: auto auto -40% -48%;
}

.h1-submit {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 100%;
}

.h1-submit.left {
  text-align: left;
  font-size: 68px;
  font-weight: 700;
}

.image-484 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-484.my-overlay {
  display: block;
}

.div-block-32 {
  z-index: 5;
  position: relative;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  padding-bottom: 100px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
}

.image-485 {
  width: 616px;
  max-width: none;
  height: 641px;
  position: absolute;
  inset: auto -41% -11% auto;
}

.image-486 {
  width: 87px;
  max-width: none;
  height: 124px;
  position: absolute;
  inset: auto -6% 11% auto;
}

.text-27 {
  opacity: .85;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-27.center {
  z-index: 1;
  text-align: center;
  position: relative;
}

.disrip-about-2 {
  margin-bottom: 56px;
}

.image-462-copy-copy-2 {
  position: absolute;
  inset: 9% auto 0% 58%;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sfprodisplay, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.image-462-copy-2 {
  position: absolute;
  inset: 5% auto 0% 24%;
}

.bg-family-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-487 {
  position: absolute;
  inset: 5% auto 0% -9%;
}

.div-block-2-copy-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: -14px;
  padding-top: 24px;
  padding-bottom: 53px;
  padding-right: 28px;
  display: flex;
}

.bg-family-3 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  width: 100%;
  display: flex;
}

.image-488 {
  margin-left: 35px;
}

.image-489 {
  margin-left: 0;
  margin-right: 35px;
}

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

.section-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-1921 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  align-items: stretch;
  display: flex;
}

.container-1922 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-1923 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13, .text-block-14, .div-block-33 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .main-heading {
    width: 37.3em;
  }

  .discrip-main {
    width: 49.6em;
  }

  ._1-line-logos {
    padding-top: 0;
  }

  ._2-line-logos {
    margin-top: -28px;
  }

  ._3-line-logos {
    margin-top: -28px;
    padding-bottom: 0;
  }

  .image-433 {
    left: 19%;
  }

  .logo-in-main, .logo-in-main.hidden {
    width: 204px;
    height: 204px;
    margin-left: -5px;
  }

  .logo.w--current {
    margin-left: -41px;
  }

  .disrip-about-page.left {
    width: 489px;
  }

  .grid-project-main {
    margin-top: 0;
  }

  .circle {
    width: 91px;
    height: 91px;
  }

  .plus-submit {
    width: 545px;
    height: 568px;
    bottom: auto;
    left: auto;
    right: -15%;
  }

  .last-block-portfolio-page {
    margin-bottom: -196px;
  }

  .last-block-bg {
    background-position: 50% 255%;
  }

  .div-block-23 {
    height: 100%;
  }

  .image-467 {
    top: 5%;
  }

  .image-468 {
    width: 1200px;
    height: 1031.59px;
    top: -184px;
    left: 56%;
  }

  .image-469 {
    width: 774px;
    top: -8%;
    right: -30%;
  }

  .image-470 {
    top: 18%;
    right: 11%;
  }

  .image-471 {
    top: 39%;
    right: 10%;
  }

  .img-main-block-des, .img-main-block-mob {
    width: 1200px;
    height: 1031.59px;
    top: -184px;
    left: 56%;
  }

  .main-thank {
    height: 100%;
    padding-bottom: 230px;
  }

  .image-477 {
    left: 7%;
  }

  .image-478 {
    top: 29%;
    left: -31%;
  }

  .image-481 {
    top: 30%;
    left: -20%;
  }

  .image-485 {
    right: -32%;
  }

  .image-486 {
    right: 2%;
  }
}

@media screen and (min-width: 1920px) {
  .main {
    background-position: 70% 0;
    background-size: auto;
  }

  .main.about {
    z-index: 0;
    background-image: url('../images/D-About-us.png');
    background-position: 50% 0;
  }

  .h3 {
    font-size: 32px;
  }

  .last-block {
    background-position: 0 100%;
    background-size: cover;
  }

  .last-block.for-main {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    margin-bottom: -252px;
    overflow: hidden;
  }

  .image-433 {
    left: 18%;
  }

  .container-lasy-block.cooperation.mainpage {
    margin-top: 8.7em;
  }

  .last-block-media {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    position: static;
    overflow: hidden;
  }

  .last-block-uptates {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .h3-portfolio, .h3-1 {
    font-size: 32px;
  }

  .last-block-typical {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .last-block-main {
    background-position: 0 129%;
    background-size: cover;
    margin-top: 160px;
  }

  .logos-scrolling {
    padding-bottom: 230px;
  }

  .plus-submit {
    left: auto;
    right: -3%;
  }

  .mainblocks {
    background-size: cover;
  }

  .image-451 {
    width: 700px;
    right: -2%;
  }

  .image-452 {
    right: 29%;
  }

  .image-453 {
    top: 28%;
    left: -6%;
  }

  .item-network {
    padding-right: 0;
  }

  .image-459 {
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .big-flower {
    background-image: url('../images/Group-1553.png');
  }

  .last-block-about-page {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .last-block-about-page.for-main {
    background-position: -113px -171px;
  }

  .last-block-network {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .last-block-network.for-main {
    background-position: -113px -171px;
  }

  .last-block-article {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }

  .last-block-article.for-main {
    background-position: -113px -171px;
  }

  .last-block-portfolio-page {
    overflow: hidden;
  }

  .last-block-portfolio-page.for-main {
    background-position: -113px -171px;
  }

  .image-463 {
    right: -15%;
  }

  .last-block-1920 {
    background-position: 0 100%;
    background-size: cover;
  }

  .last-block-1920.for-main {
    background-image: none;
    background-position: 0 102%;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    margin-bottom: -252px;
    display: flex;
    overflow: hidden;
  }

  .container-1920.blog {
    display: block;
  }

  .image-464 {
    display: block;
    position: absolute;
    bottom: -1%;
    left: 0%;
    right: 0%;
  }

  .image-464._2 {
    bottom: -25%;
  }

  .last-block-bg {
    background-position: 50% 255%;
    width: 100%;
    margin-top: 104px;
    position: relative;
    overflow: visible;
  }

  .last-block-bg-2 {
    width: 100%;
    position: relative;
  }

  .image-464-copy {
    display: block;
    position: absolute;
    inset: -19% 0% 0%;
  }

  .last-block-mediakit {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 84px;
    overflow: hidden;
  }

  .last-block-mediakit.for-main {
    background-position: -113px -171px;
  }

  .products {
    background-position: 100% 0;
  }

  .image-468 {
    width: 1257px;
    height: 1080.59px;
  }

  .image-470 {
    width: 385px;
  }

  .image-471 {
    width: 255.5px;
  }

  .img-main-block-mob {
    width: 1257px;
    height: 1080.59px;
  }

  .main-thank {
    background-image: none;
    padding-bottom: 160px;
  }

  .image-473 {
    right: -4%;
  }

  .image-474 {
    left: 4%;
  }

  .body-thank {
    background-image: url('../images/D--Submit-Your-Project.png');
    background-position: 50%;
    background-size: cover;
  }

  .image-477 {
    bottom: auto;
    left: 10%;
    right: auto;
  }

  .image-478 {
    display: block;
    position: absolute;
    bottom: auto;
    left: -23%;
    right: auto;
  }

  .image-479, .image-480 {
    width: 100%;
  }

  .image-481 {
    top: 18%;
  }

  .image-483 {
    position: absolute;
    inset: auto auto -48% -29%;
  }

  .image-484 {
    bottom: 0%;
  }

  .image-485 {
    right: -16%;
  }

  .image-486 {
    right: 10%;
  }

  .bg-family-2, .bg-family-3 {
    background-position: 203px;
  }
}

@media screen and (max-width: 991px) {
  .body.submit {
    background-image: url('../images/T--Submit-Your-Project.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body.sucess {
    background-image: url('../images/T--Submit-Your-Project.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .container.about {
    padding-top: 0;
    padding-right: 3em;
  }

  .container.about.page {
    margin-top: 0;
    margin-bottom: 222px;
    padding-right: 30px;
  }

  .container.portfolio {
    padding-top: 200px;
  }

  .container.family {
    margin-top: -5px;
    padding-bottom: 136px;
  }

  .container.projects {
    padding-top: 0;
  }

  .container.blog {
    padding-top: 240px;
  }

  .container.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container.line {
    margin-top: 3.6em;
  }

  .container.portfolio-mob {
    margin-top: 7em;
  }

  .container.menu-open {
    background-color: #000;
    background-image: url('../images/M-Navigation_1.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container.submit {
    align-items: flex-start;
  }

  .container.page {
    margin-top: 100px;
  }

  .container.grid-blog {
    margin-top: 40px;
  }

  .container.about-block {
    margin-top: 50px;
    padding-top: 0;
  }

  .container.network-about {
    padding-top: 240px;
  }

  .container.grid-updates-page {
    margin-top: 40px;
  }

  .container.submit-form {
    align-items: flex-start;
    margin-bottom: 96px;
  }

  .container.family-about-page {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 254px;
    padding-bottom: 240px;
  }

  .container.projects-about-page {
    padding-top: 230px;
  }

  .container.family-about-page {
    margin-top: 140px;
    padding-bottom: 240px;
  }

  .container.projects-about {
    padding-top: 94px;
  }

  .hexagon {
    width: 100%;
    height: 100%;
    display: block;
  }

  .navlinks {
    display: none;
  }

  .header {
    align-items: center;
  }

  .navlink:hover {
    color: #fff;
  }

  .navlink.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    display: block;
  }

  .navlink.grey, .navlink.footer {
    font-size: .875em;
  }

  .social-links {
    display: none;
  }

  .social-links.footer-social {
    width: 16.7em;
    display: flex;
  }

  .mainblock {
    margin-top: 100px;
  }

  .h1, .h1.left {
    font-size: 48px;
  }

  .main-heading {
    width: 28.7em;
  }

  .text-1 {
    font-size: 20px;
  }

  .text-1.center {
    text-align: center;
    font-size: 16px;
  }

  .text-1.center.hidden {
    opacity: 1;
    position: static;
  }

  .text-1.center-mob {
    text-align: left;
    font-size: 16px;
  }

  .discrip-main {
    width: 24.6em;
    margin-bottom: 35px;
  }

  .button {
    background-image: none;
    width: 233px;
    height: 48px;
  }

  .button._320 {
    width: 320px;
  }

  .paragraph-2._20 {
    font-size: 20px;
  }

  .container-button {
    height: 100%;
  }

  .main.about {
    background-image: url('../images/T-About-us.png'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
  }

  .main.portfolio {
    background-image: linear-gradient(#0000, #0000);
  }

  .main.updates {
    background-position: 0 0;
  }

  .main.media-kit {
    background-image: none;
  }

  .main.updates-article {
    background-position: 0 0;
  }

  .first-block {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 97px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: 10.5em auto;
    width: 100%;
  }

  .image {
    width: 360px;
  }

  .h2 {
    font-size: 40px;
  }

  .heading-about {
    margin-bottom: 16px;
  }

  .link-main.underline-trail {
    font-size: 14px;
  }

  .text-bold.hidden {
    display: none;
  }

  .disrip-about {
    width: 460px;
  }

  .right-about {
    padding-top: 132px;
  }

  .logos {
    margin-top: 2em;
    display: block;
  }

  ._2-line-logos {
    margin-top: -15px;
  }

  ._3-line-logos {
    margin-top: -13px;
  }

  .grid-2 {
    grid-template-columns: 100%;
    height: auto;
  }

  .grid-3 {
    grid-column-gap: 9px;
    grid-template-columns: 1.75em 6em auto 1.75em;
    width: 100%;
  }

  .div-block {
    margin-left: 54px;
    padding-top: 0;
  }

  .h3.green, .h3.orange, .h3.blue, .h3.blue, .h3.orange {
    font-size: 1.25em;
  }

  .div-block-2 {
    justify-content: center;
    margin-left: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-family {
    height: 158px;
  }

  .grid-4 {
    grid-template-columns: 100%;
  }

  .right-network {
    width: auto;
    padding-left: 67px;
  }

  .logo-network {
    margin-right: -21px;
  }

  .card-project {
    width: 100%;
    height: 335px;
  }

  .grid-project {
    grid-row-gap: 38px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .card-project-2, .card-project-3 {
    height: 250px;
  }

  .head-blog {
    margin-bottom: 2em;
  }

  .grid-5 {
    grid-row-gap: 47px;
    grid-template-columns: 1fr 1fr;
  }

  .img-post {
    width: 100%;
  }

  .last-block {
    background-image: url('../images/Group-1551_1.png');
    background-position: 36%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .last-block.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .content {
    grid-template-columns: 60% 60%;
    align-items: center;
  }

  .heading-last-block {
    width: 325px;
  }

  .discrip-last-block {
    width: 310px;
    margin-bottom: 40px;
  }

  .left-last-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .grid-footeer {
    grid-column-gap: 33px;
    grid-template-columns: 40% 1fr 1fr 1fr;
  }

  .cp {
    align-items: flex-start;
    margin-top: 1em;
    display: flex;
  }

  .image-6 {
    width: 124px;
    top: 12.4em;
    left: 23.1%;
  }

  .image-7 {
    top: 16.7em;
    left: 45%;
  }

  .image-8 {
    width: 104px;
    height: 104px;
    top: 17.8em;
    left: 64%;
  }

  .image-9 {
    top: 20.3em;
    left: 13%;
  }

  .image-10 {
    top: 24em;
    left: 4%;
  }

  .image-11 {
    width: 124px;
    top: 39.2em;
    left: 11%;
  }

  .image-12 {
    top: 23.7em;
    left: 79%;
  }

  .image-13 {
    width: 116px;
    top: 34.3em;
    left: 74%;
  }

  .image-14 {
    top: 37.2em;
    left: 32%;
  }

  .image-15 {
    width: 93px;
    top: 47.1em;
    left: 79%;
  }

  .footer-block {
    z-index: 90000;
    padding-top: 44px;
    padding-bottom: 65px;
    position: static;
  }

  .logos-mob {
    align-items: center;
    display: none;
  }

  .logo-mob {
    width: 7.5em;
  }

  ._6-line-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 7.5em;
    display: flex;
    position: relative;
  }

  .image-18 {
    width: auto;
    position: absolute;
    inset: 25% 0% 0% 25%;
  }

  .burger {
    display: block;
  }

  .open-menu {
    z-index: 1000000;
    background-color: #0000;
    justify-content: flex-end;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navlinks-mob {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 12em;
    margin-left: 54px;
    display: flex;
  }

  .social-links-mob {
    align-items: center;
    width: 16.8em;
    display: flex;
  }

  .social-links-mob.footer-social {
    width: 16.7em;
    display: flex;
  }

  .portfolio1 {
    background-position: 85%;
    background-size: cover;
    padding-bottom: 0;
  }

  .first-block-portfolio {
    background-image: none;
    padding-bottom: 0;
  }

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .container-copy.about-copy, .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .logos-copy {
    display: none;
  }

  .logos-mob-copy {
    align-items: center;
    display: flex;
  }

  .container-1.about, .container-1.portfolio {
    padding-top: 7em;
  }

  .container-1.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-1.network, .container-1.projects, .container-1.blog {
    padding-top: 7em;
  }

  .container-1.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-1.line {
    margin-top: 3.6em;
  }

  .container-1.portfolio-mob {
    margin-top: 7em;
  }

  .container-1.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-1.family-copy {
    margin-top: -.9em;
  }

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .container-copy.line-copy {
    margin-top: 3.6em;
  }

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .container-copy.projects-copy {
    padding-top: 7em;
  }

  .last-block-copy {
    background-position: 50% 100%;
    height: 500px;
    margin-top: 6em;
    margin-bottom: 0;
  }

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .main-heading-copy {
    width: 42.4em;
  }

  .h1-copy {
    font-size: 3em;
  }

  .button-copy {
    background-size: contain;
    height: 8em;
  }

  .image-13-copy {
    width: 3em;
    top: 32.9em;
    left: 90%;
  }

  .body-2 {
    background-image: url('../images/T-Our-Network.png');
    background-position: 0 0;
    background-size: cover;
  }

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

  .img-back1 {
    margin-top: -108px;
    margin-left: -169px;
  }

  .navlink-copy.grey, .navlink-copy.footer {
    font-size: .875em;
  }

  .navlinks-copy {
    display: none;
  }

  .navlink-copy-copy.grey, .navlink-copy-copy.footer, .navlink-copy.grey, .navlink-copy.footer, .navlink-copy.grey, .navlink-copy.footer, .navlink-copy.grey, .navlink-copy.footer {
    font-size: .875em;
  }

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

  .image-41.tablet {
    opacity: .28;
    display: block;
  }

  .image-42 {
    position: static;
    top: 0;
  }

  .logos-network-copy {
    margin-top: 2em;
  }

  .first-block-2 {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 97px;
  }

  .container3.about, .container3.portfolio {
    padding-top: 7em;
  }

  .container3.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container3.network, .container3.projects, .container3.blog {
    padding-top: 7em;
  }

  .container3.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container3.line {
    margin-top: 3.6em;
  }

  .container3.portfolio-mob {
    margin-top: 7em;
  }

  .container3.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-about-1 {
    width: 100%;
  }

  .container2-fam.about, .container2-fam.portfolio {
    padding-top: 7em;
  }

  .container2-fam.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container2-fam.network, .container2-fam.projects, .container2-fam.blog {
    padding-top: 7em;
  }

  .container2-fam.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container2-fam.line {
    margin-top: 3.6em;
  }

  .container2-fam.portfolio-mob {
    margin-top: 7em;
  }

  .container2-fam.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container2-our.about, .container2-our.portfolio {
    padding-top: 7em;
  }

  .container2-our.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container2-our.network, .container2-our.projects, .container2-our.blog {
    padding-top: 7em;
  }

  .container2-our.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container2-our.line {
    margin-top: 3.6em;
  }

  .container2-our.portfolio-mob {
    margin-top: 7em;
  }

  .container2-our.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .logos-network-1 {
    margin-top: 2em;
  }

  .container2-pr.about, .container2-pr.portfolio {
    padding-top: 7em;
  }

  .container2-pr.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container2-pr.network, .container2-pr.projects, .container2-pr.blog {
    padding-top: 7em;
  }

  .container2-pr.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container2-pr.line {
    margin-top: 3.6em;
  }

  .container2-pr.portfolio-mob {
    margin-top: 7em;
  }

  .container2-pr.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container2-latest.about, .container2-latest.portfolio {
    padding-top: 7em;
  }

  .container2-latest.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container2-latest.network, .container2-latest.projects, .container2-latest.blog {
    padding-top: 7em;
  }

  .container2-latest.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container2-latest.line {
    margin-top: 3.6em;
  }

  .container2-latest.portfolio-mob {
    margin-top: 7em;
  }

  .container2-latest.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-content {
    margin-top: 2em;
  }

  .container-content.about, .container-content.portfolio {
    padding-top: 7em;
  }

  .container-content.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-content.network, .container-content.projects, .container-content.blog {
    padding-top: 7em;
  }

  .container-content.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-content.line {
    margin-top: 3.6em;
  }

  .container-content.portfolio-mob {
    margin-top: 7em;
  }

  .container-content.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .grid-1 {
    grid-column-gap: 0px;
    grid-template-columns: 100%;
  }

  .grid-1-copy {
    grid-column-gap: 23px;
    grid-template-columns: 24.25em auto;
    width: 100%;
  }

  .grid-3-copy {
    grid-column-gap: 35px;
    grid-template-columns: 1.75em 6em auto 1.75em;
    width: 100%;
  }

  .image-copy {
    width: 40em;
    max-width: 100%;
    height: 90%;
  }

  .image-43 {
    margin-top: -6300px;
  }

  .image-copy-copy {
    width: 40em;
    max-width: 100%;
    height: 90%;
  }

  .main-content {
    background-position: 50% 0;
    background-size: cover;
  }

  .h1-content {
    font-size: 48px;
  }

  .text-block {
    padding-left: 140px;
  }

  .text-block2 {
    padding-left: 130px;
  }

  .head-sumbit {
    width: 100%;
  }

  .text-submit {
    width: 35.3em;
  }

  .c-form_block {
    width: 100%;
  }

  .c-button-l {
    text-shadow: none;
  }

  .collection-list-portfolio {
    display: block;
  }

  .link-block {
    margin-bottom: 0;
  }

  .last-block-portfolio {
    background-position: 50% 100%;
    height: 500px;
    margin-top: 6em;
    margin-bottom: 0;
  }

  .div-text-portfolio {
    width: auto;
    margin-top: 32px;
    padding-left: 0;
  }

  .last-block-about {
    background-position: 50% 100%;
    height: 500px;
    margin-top: 4.1em;
    margin-bottom: 0;
  }

  .text-block-cont, .text-block-cnt2 {
    padding-left: 130px;
  }

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

  .container-copy.about, .container-copy.portfolio {
    padding-top: 7em;
  }

  .container-copy.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-copy.network, .container-copy.projects, .container-copy.blog {
    padding-top: 7em;
  }

  .container-copy.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-copy.submit {
    align-items: flex-start;
  }

  .container-cop2.about {
    padding-top: 2em;
    padding-left: 12em;
  }

  .container-cop2.portfolio {
    padding-top: 7em;
  }

  .container-cop2.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-cop2.network, .container-cop2.projects, .container-cop2.blog {
    padding-top: 7em;
  }

  .container-cop2.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-cop2.line {
    margin-top: 3.6em;
  }

  .container-cop2.portfolio-mob {
    margin-top: 7em;
  }

  .container-cop2.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-cop2.submit {
    align-items: flex-start;
  }

  .container-cop2.page {
    margin-top: 6em;
  }

  .container-cont3.about {
    padding-top: 7em;
    padding-left: 13em;
  }

  .container-cont3.portfolio {
    padding-top: 7em;
  }

  .container-cont3.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-cont3.network, .container-cont3.projects, .container-cont3.blog {
    padding-top: 7em;
  }

  .container-cont3.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-cont3.line {
    margin-top: 3.6em;
  }

  .container-cont3.portfolio-mob {
    margin-top: 7em;
  }

  .container-cont3.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-cont3.submit {
    align-items: flex-start;
  }

  .container-cont3.page {
    margin-top: 6em;
  }

  .container-c4.about {
    padding-top: 4em;
  }

  .container-c4.portfolio {
    padding-top: 7em;
  }

  .container-c4.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 7em;
  }

  .container-c4.network, .container-c4.projects, .container-c4.blog {
    padding-top: 7em;
  }

  .container-c4.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-c4.line {
    margin-top: 3.6em;
  }

  .container-c4.portfolio-mob {
    margin-top: 7em;
  }

  .container-c4.menu-open {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-c4.submit {
    align-items: flex-start;
  }

  .container-c4.page {
    margin-top: 6em;
  }

  .text-block-cnt2-c, .link-visit-2 {
    padding-left: 140px;
  }

  .collection-list-our-network {
    display: block;
  }

  .last-block-blog {
    background-position: 50% 100%;
    height: 500px;
    margin-top: 61px;
    margin-bottom: 0;
  }

  .article {
    background-position: 85%;
    background-size: cover;
    padding-bottom: 0;
  }

  .grid-title {
    grid-template-columns: 100%;
  }

  .cms-last-updates {
    display: none;
  }

  .title-suggested-updates {
    margin-top: 96px;
  }

  .network {
    background-position: 85%;
    background-size: cover;
  }

  .portfolio1-copy {
    background-position: 85%;
    background-size: cover;
    margin-bottom: -60px;
    padding-bottom: 0;
  }

  .text-block1, .text-block2-1 {
    padding-left: 130px;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-2-copy {
    justify-content: center;
    margin-left: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-433 {
    width: 60%;
    height: auto;
    top: 20%;
    left: 21%;
  }

  .logo-1 {
    width: 5.1875em;
  }

  .logo-in-main, .logo-in-main.hidden {
    width: 130px;
    height: 130px;
    margin-left: 0;
  }

  .image-435 {
    width: 52px;
  }

  .arrow-in-portfolio-block {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .logo {
    width: 83px;
    height: 100%;
    margin-left: 0;
    display: block;
  }

  .logo.w--current {
    width: 83px;
    margin-left: 0;
  }

  .heading-about-page {
    width: auto;
    margin-bottom: 1em;
  }

  .disrip-about-page.left {
    width: 95%;
  }

  .right-about-page {
    padding-top: 0;
  }

  .left-about-page {
    justify-content: center;
    width: 100%;
  }

  .div-block-9, .container-about-2 {
    width: 100%;
  }

  .grid-2-about-page {
    grid-column-gap: 0px;
    grid-template-columns: 100%;
    width: 100%;
  }

  .heading-about-page-2 {
    width: auto;
    margin-bottom: 1em;
  }

  .disrip-about-page-2.left {
    width: 95%;
  }

  .container-about-3 {
    width: auto;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .grid-3-about-page {
    grid-column-gap: 0px;
    grid-template-columns: 100%;
    width: 100%;
  }

  .image-436, .image-437 {
    height: 100%;
  }

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

  .text-1-1.center {
    text-align: center;
    font-size: 16px;
  }

  .body-portfolio {
    background-image: url('../images/T-Portfolio.jpg');
    background-size: cover;
  }

  .body-media-kit {
    background-image: url('../images/T-Media-kit.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .mediakit {
    background-position: 85%;
    background-size: cover;
    margin-bottom: -60px;
    padding-bottom: 0;
  }

  .company-logo {
    width: auto;
    margin-top: 130px;
    padding-left: 0;
  }

  .div-text-media-lit {
    width: auto;
    margin-top: 32px;
    padding-left: 0;
  }

  .last-block-media-kit {
    background-image: url('../images/Group-1551_1.png');
    background-position: 50% 44%;
    background-size: auto;
    height: 759px;
    margin-top: 30px;
    margin-bottom: -23px;
  }

  .grid-10 {
    grid-column-gap: 24px;
  }

  .footer_video-wrapper {
    text-align: center;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .footer_video-icon {
    margin-top: 0;
  }

  .nav_button {
    color: #fff;
    border: 2px solid #fff;
    border-radius: .25rem;
    margin-left: auto;
    padding: .75rem;
  }

  .nav_button.w--open {
    color: #000;
    background-color: #fff;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu {
    background-color: #181818;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_link {
    margin-bottom: .5rem;
  }

  .nav_link.is-cta {
    margin-left: 0;
  }

  .socials-links {
    display: none;
  }

  .socials-links-mob {
    width: 104px;
    display: flex;
  }

  .image-438 {
    width: 140px;
    top: -2.6em;
    left: 5.7em;
  }

  .image-441 {
    display: block;
    top: 77px;
    left: 51%;
  }

  .container-lasy-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-lasy-block.about {
    padding-top: 0;
    padding-right: 3em;
  }

  .container-lasy-block.about.page {
    margin-top: 160px;
  }

  .container-lasy-block.portfolio {
    padding-top: 200px;
  }

  .container-lasy-block.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 254px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-lasy-block.network {
    padding-top: 240px;
  }

  .container-lasy-block.projects {
    padding-top: 230px;
  }

  .container-lasy-block.blog {
    padding-top: 240px;
  }

  .container-lasy-block.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-lasy-block.line {
    margin-top: 3.6em;
  }

  .container-lasy-block.portfolio-mob {
    margin-top: 7em;
  }

  .container-lasy-block.menu-open {
    background-color: #000;
    background-image: url('../images/M-Navigation.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-lasy-block.submit {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .container-lasy-block.page {
    margin-top: 100px;
  }

  .container-lasy-block.grid-blog {
    margin-top: 40px;
  }

  .container-lasy-block.about-block {
    margin-top: 50px;
    padding-top: 0;
    padding-right: 2em;
  }

  .container-lasy-block.network-about {
    padding-top: 240px;
  }

  .container-lasy-block.projects-about {
    padding-top: 230px;
  }

  .container-lasy-block.grid-updates-page {
    margin-top: 40px;
  }

  .last-block-media {
    background-image: url('../images/Group-1551_1.png');
    background-position: 50% 44%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .image-442 {
    margin-left: 25px;
  }

  .container-copy {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-copy.about {
    padding-top: 0;
    padding-right: 3em;
  }

  .container-copy.about.page {
    margin-top: 160px;
  }

  .container-copy.portfolio {
    padding-top: 200px;
  }

  .container-copy.family {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 254px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-copy.network {
    padding-top: 240px;
  }

  .container-copy.projects {
    padding-top: 230px;
  }

  .container-copy.blog {
    padding-top: 240px;
  }

  .container-copy.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-copy.line {
    margin-top: 3.6em;
  }

  .container-copy.portfolio-mob {
    margin-top: 7em;
  }

  .container-copy.menu-open {
    background-color: #000;
    background-image: url('../images/M-Navigation.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-copy.submit {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .container-copy.page {
    margin-top: 100px;
  }

  .container-copy.grid-blog {
    margin-top: 40px;
  }

  .container-copy.about-block {
    margin-top: 50px;
    padding-top: 0;
    padding-right: 2em;
  }

  .container-copy.network-about {
    padding-top: 240px;
  }

  .container-copy.projects-about {
    padding-top: 230px;
  }

  .container-copy.grid-updates-page {
    margin-top: 40px;
  }

  .updates-page {
    background-position: 85%;
    background-size: cover;
    padding-bottom: 0;
  }

  .body-updates {
    background-image: url('../images/T-Updates-blog.png');
    background-size: cover;
  }

  .collection-list {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .div-text-network {
    width: auto;
    margin-top: 32px;
    padding-left: 0;
  }

  .grid-project-main {
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .content_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .last-block-uptates {
    background-image: url('../images/Group-1551_1.png');
    background-position: 27%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .collection-list-3 {
    grid-column-gap: 40px;
    grid-row-gap: 88px;
    grid-template-columns: 1fr 1fr;
  }

  .h3-portfolio.green, .h3-portfolio.orange, .h3-portfolio.blue {
    font-size: 1.25em;
  }

  .container-tipycal {
    width: auto;
    padding-left: 0;
  }

  ._1-block-tipycal {
    width: 100%;
    margin-top: 100px;
  }

  .icon-block-tipycal {
    justify-content: space-between;
    height: 100%;
  }

  .head-h1-content {
    width: auto;
  }

  .h3-1 {
    font-size: 20px;
  }

  .h3-1.green, .h3-1.orange, .h3-1.blue {
    font-size: 1.25em;
  }

  .last-block-typical {
    background-image: url('../images/Group-1551_1.png');
    background-position: 27%;
    background-size: auto;
    height: 640px;
    margin-top: 55px;
    margin-bottom: 106px;
  }

  .h2-1 {
    font-size: 28px;
  }

  .body-tipical {
    background-image: url('../images/T-Typical-content-page.png');
  }

  .last-block-main {
    background-image: url('../images/Group-1551_1.png');
    background-position: 26%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .body-blocg {
    background-image: url('../images/T-Updates-blog.png');
  }

  .grid-network {
    grid-template-columns: 100%;
  }

  .collection-list-4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .circle {
    width: 60px;
    height: 60px;
  }

  .arrow-in-portfolio-block-mob {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .circle-page-portfolio {
    width: 55px;
    height: 55px;
  }

  .logos-scrolling {
    padding-bottom: 225px;
  }

  .big-plus {
    overflow: visible;
  }

  .plus-submit {
    display: block;
    top: -5%;
    right: -36%;
  }

  .mainblocks {
    background-position: 50% 0;
  }

  .image-451, .image-452, .image-453 {
    display: none;
  }

  .footer-link {
    margin-top: 16px;
  }

  .link.underline-trail {
    font-size: 14px;
  }

  .success {
    padding-bottom: 141px;
  }

  .text-card-project {
    width: 320px;
    margin-top: 27px;
  }

  .pagination {
    margin-top: 80px;
  }

  .div-mob-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 42px;
    display: flex;
  }

  .fs-btn-wrapper.pagination {
    flex-direction: row;
  }

  .collection-list-portfolio-1200 {
    display: none;
  }

  .collection-list-3-1200 {
    grid-column-gap: 40px;
    grid-row-gap: 88px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-our-network-1200 {
    display: none;
  }

  .collection-list-1200 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    display: flex;
  }

  .c-text-2 {
    font-size: 16px;
  }

  .c-text-2.center {
    text-align: center;
    font-size: 16px;
  }

  .c-text-2.cc-field-header {
    font-size: 14px;
  }

  .c-text-2-2.cc-field-header {
    left: 5%;
  }

  .big-flower {
    display: none;
  }

  .img-in-7 {
    top: 14.6em;
  }

  .head-card-family-2 {
    justify-content: center;
    margin-left: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-462 {
    inset: 22% auto 0% -8%;
  }

  .image-462-copy {
    top: 3%;
    left: -6%;
  }

  .image-462-copy-copy {
    top: 51%;
    left: -4%;
  }

  .left-last-block-main {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .last-block-about-page {
    background-image: url('../images/Group-1551_1.png');
    background-position: 26% 35%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .last-block-about-page.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .last-block-network {
    background-image: url('../images/Group-1551_1.png');
    background-position: 30%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .last-block-network.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .collection-list-1201 {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .cms-last-updates-tablet {
    display: block;
  }

  .last-block-article {
    background-image: url('../images/Group-1551_1.png');
    background-position: 30%;
    background-size: auto;
    height: 640px;
    margin-top: 130px;
    margin-bottom: 106px;
  }

  .last-block-article.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .last-block-portfolio-page {
    margin-bottom: 0;
    padding-bottom: 164px;
  }

  .last-block-portfolio-page.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .image-463 {
    display: none;
  }

  .last-block-1920 {
    background-image: url('../images/Group-1551_1.png');
    background-position: 36%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .last-block-1920.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
    display: none;
  }

  .container-1920.about {
    padding-top: 0;
    padding-right: 3em;
  }

  .container-1920.about.page {
    margin-top: 160px;
  }

  .container-1920.portfolio {
    padding-top: 200px;
  }

  .container-1920.family {
    margin-top: 254px;
    padding-bottom: 240px;
  }

  .container-1920.projects {
    padding-top: 230px;
  }

  .container-1920.blog {
    padding-top: 240px;
  }

  .container-1920.cooperation {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-1920.line {
    margin-top: 3.6em;
  }

  .container-1920.portfolio-mob {
    margin-top: 7em;
  }

  .container-1920.menu-open {
    background-color: #000;
    background-image: url('../images/M-Navigation.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-bottom: 54px;
    display: flex;
  }

  .container-1920.submit {
    align-items: flex-start;
  }

  .container-1920.page {
    margin-top: 100px;
  }

  .container-1920.grid-blog {
    margin-top: 40px;
  }

  .container-1920.about-block {
    margin-top: 50px;
    padding-top: 0;
  }

  .container-1920.network-about {
    padding-top: 240px;
  }

  .container-1920.projects-about {
    padding-top: 230px;
  }

  .container-1920.grid-updates-page {
    margin-top: 40px;
  }

  .container-1920.submit-form {
    align-items: flex-start;
    margin-bottom: 96px;
  }

  .container-1920.family-about-page {
    background-image: url('../images/Group-68.png');
    background-position: -28%;
    background-size: auto;
    margin-top: 254px;
    padding-bottom: 240px;
  }

  .container-1920.projects-about-page {
    padding-top: 230px;
  }

  .image-464 {
    display: none;
  }

  .last-block-bg {
    background-image: url('../images/T-Main-Page.png');
    background-position: 0 143%;
    background-size: auto;
  }

  .image-464-copy {
    display: none;
  }

  .last-block-mediakit {
    background-image: url('../images/Group-1551_1.png');
    background-position: 29%;
    background-size: auto;
    height: 640px;
    margin-bottom: 106px;
  }

  .last-block-mediakit.for-main {
    background-position: -266px -20px;
    margin-top: -123px;
  }

  .div-block-23 {
    height: 100%;
  }

  .logo-on-main {
    width: 35px;
  }

  .logo-on-main._2 {
    width: 18px;
  }

  .logo-on-main._3 {
    width: 22px;
  }

  .logo-on-main._6 {
    width: 35px;
    height: 35px;
  }

  .logo-on-main._8 {
    width: 30px;
    height: 30px;
  }

  .logo-on-main._10 {
    width: 17px;
  }

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

  .div-block-25 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .disrip-about-block-first.left {
    margin-bottom: 16px;
  }

  .image-rel {
    width: 272px;
  }

  .disrip-our-works {
    margin-bottom: 51px;
  }

  .products {
    background-image: url('../images/Frame-17.jpg');
    background-position: 65%;
  }

  .image-468 {
    height: 801.2px;
    top: -64px;
    left: 64%;
  }

  .image-469 {
    top: 13%;
    right: -61%;
  }

  .image-470 {
    width: 301px;
    top: 51%;
    right: 11%;
  }

  .image-471 {
    width: 203px;
    top: 69%;
    right: 8%;
  }

  .container-socails {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .last-img-des {
    width: auto;
    max-width: 100%;
    top: 77px;
    left: 51%;
  }

  .last-img-mob {
    display: none;
    top: 77px;
    left: 51%;
  }

  .img-main-block-des {
    height: 801.2px;
    top: -64px;
    left: 37%;
  }

  .img-main-block-mob {
    height: 801.2px;
    top: -64px;
    left: 64%;
  }

  .main-thank {
    background-image: none;
    padding-bottom: 120px;
  }

  .image-473 {
    top: 5%;
    right: -54%;
  }

  .image-474 {
    left: -60%;
  }

  .body-thank {
    background-position: 36%;
    background-size: auto;
  }

  .body-submit {
    background-image: url('../images/T--Submit-Your-Project_1.jpg');
    background-position: 50% 0;
  }

  .body-submit.submit {
    background-image: url('../images/T--Submit-Your-Project.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body-submit.sucess {
    background-image: url('../images/T--Submit-Your-Project.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .c-form_block-new {
    width: 100%;
  }

  .comment {
    background-image: none;
    width: 100%;
  }

  .image-477 {
    display: none;
  }

  .image-478 {
    left: -133%;
  }

  .image-479, .image-480 {
    width: 100%;
  }

  .container-heaed-submit-block {
    align-items: flex-start;
  }

  .image-483 {
    display: none;
  }

  .h1-submit {
    font-size: 48px;
  }

  .h1-submit.left {
    font-size: 68px;
  }

  .image-484 {
    opacity: .9;
    max-width: none;
    display: none;
    bottom: -2%;
    right: -54%;
  }

  .image-485 {
    width: 400px;
    height: auto;
    bottom: -17%;
    right: 73%;
    transform: rotate(-154deg);
  }

  .image-486 {
    bottom: 1%;
    right: 78%;
    transform: rotate(-180deg);
  }

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

  .text-27.center {
    text-align: center;
    font-size: 16px;
  }

  .image-462-copy-copy-2 {
    top: 46%;
    left: 2%;
  }

  .image-462-copy-2 {
    top: 22%;
    left: 2%;
  }

  .image-487 {
    inset: 0% auto 0% 0%;
  }

  .div-block-2-copy-2 {
    justify-content: center;
    margin-left: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-1922 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    display: flex;
  }

  .container-1923 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body.submit {
    background-position: 50% 0;
    background-size: auto;
  }

  .container.network {
    margin-bottom: 0;
  }

  .container.menu-open {
    background-size: cover;
    width: 100%;
  }

  .container.network-about {
    margin-top: 0;
    padding-top: 160px;
  }

  .container.family-about-page {
    background-position: -89% 93%;
    margin-top: 160px;
    padding-bottom: 113px;
  }

  .container.projects-about-page {
    padding-top: 94px;
  }

  .container.family-about-page {
    padding-bottom: 106px;
  }

  .container.projects-about {
    margin-bottom: 92px;
  }

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

  .text-1.center-copy {
    font-size: .875em;
  }

  .discrip-main {
    width: 21.7em;
  }

  .main.portfolio, .main.media-kit {
    background-image: none;
  }

  .h2, .h2.center {
    font-size: 28px;
  }

  .logos {
    margin-top: 0;
  }

  ._2-line-logos, ._3-line-logos {
    margin-top: -11px;
  }

  .grid-2 {
    margin-top: 0;
  }

  .grid-3 {
    grid-template-columns: 1.5em 6em auto 1.5em;
  }

  .h3 {
    text-align: left;
  }

  .grid-4 {
    grid-template-columns: 43% auto;
  }

  .last-block {
    background-image: url('../images/Group-1551_1.png');
    background-position: 40%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block.for-main {
    background-position: -369px -20px;
  }

  .content {
    grid-template-columns: 67% 33%;
  }

  .heading-last-block {
    width: 331px;
  }

  .grid-footeer {
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 0;
    width: 100%;
  }

  .cp {
    margin-top: 0;
  }

  ._1-colom-footer {
    padding-right: 118px;
  }

  .image-6 {
    width: 115px;
    height: 115px;
    top: 15.5em;
    left: 14.1%;
  }

  .image-7 {
    width: 85px;
    height: 85px;
    top: 17.6em;
    left: 44%;
  }

  .image-8 {
    width: 97px;
    height: 97px;
    left: 68%;
  }

  .image-9 {
    width: 74px;
    top: 19.9em;
    left: 3%;
  }

  .image-10 {
    width: 92px;
    top: 28.3em;
    left: 0%;
  }

  .image-11 {
    width: 115px;
    top: 37.3em;
    left: 6%;
  }

  .image-12 {
    width: 72px;
    top: 27em;
    left: 75%;
  }

  .image-13 {
    width: 105px;
    top: 34.9em;
  }

  .image-15 {
    display: none;
  }

  .footer-block {
    padding-bottom: 42px;
  }

  .navlinks-mob {
    margin-left: 30px;
  }

  .container-1 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-1.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-1.network {
    margin-top: 0;
  }

  .container-1.family-copy {
    padding-bottom: 0;
  }

  .container-copy {
    margin-top: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .discrip-main-copy {
    width: 24.7em;
  }

  .img-back2 {
    right: 5%;
  }

  .text-1-copy, .text-1-copy.center, .text-1-copy.center-copy {
    font-size: .875em;
  }

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

  .image-41 {
    display: block;
  }

  .image-41.tablet {
    display: none;
  }

  .container3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container3.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container3.network {
    margin-top: 0;
  }

  .container2-fam {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container2-fam.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container2-fam.network {
    margin-top: 0;
  }

  .container2-our {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container2-our.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container2-our.network {
    margin-top: 0;
  }

  .container2-pr {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container2-pr.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container2-pr.network {
    margin-top: 0;
  }

  .container2-latest {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container2-latest.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container2-latest.network {
    margin-top: 0;
  }

  .container-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-content.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-content.network {
    margin-top: 0;
  }

  .grid-1 {
    padding-bottom: 0;
  }

  .grid-1-copy {
    grid-template-columns: 20em auto;
  }

  .grid-3-copy {
    grid-template-columns: 1.5em 6em auto 1.5em;
  }

  .image-copy, .image-copy-copy {
    height: 90%;
  }

  .text-submit {
    width: auto;
  }

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

  .div-text-portfolio {
    margin-top: 2em;
  }

  .text-2-portfolio {
    text-align: center;
  }

  .last-block-about {
    margin-top: .5em;
  }

  .grid-9 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .container-copy.submit {
    margin-bottom: 5em;
  }

  .container-cop2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-cop2.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-cop2.network {
    margin-top: 0;
  }

  .container-cop2.submit {
    margin-bottom: 5em;
  }

  .container-cont3 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-cont3.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-cont3.network {
    margin-top: 0;
  }

  .container-cont3.submit {
    margin-bottom: 5em;
  }

  .container-c4 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-c4.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-c4.network {
    margin-top: 0;
  }

  .container-c4.submit {
    margin-bottom: 5em;
  }

  .link-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .network {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .portfolio1-copy {
    margin-bottom: -32px;
  }

  .div-block-2-copy {
    padding-right: 0;
  }

  .text-26.center, .text-26.center-copy {
    font-size: .875em;
  }

  .image-433 {
    top: 26%;
    left: 8.4em;
  }

  .logo-in-main, .logo-in-main.hidden {
    width: 100px;
    height: 100px;
  }

  .image-435 {
    width: 42px;
  }

  .arrow-in-portfolio-block {
    width: 40px;
    height: 40px;
  }

  .disrip-about-page {
    margin-bottom: 1.9em;
  }

  .grid-2-about-page {
    padding-bottom: 0;
  }

  .disrip-about-page-2 {
    margin-bottom: 1.9em;
  }

  .grid-3-about-page {
    padding-bottom: 0;
  }

  .text-1-1.center, .text-1-1.center-copy {
    font-size: .875em;
  }

  .mediakit {
    margin-bottom: -32px;
  }

  .div-text-media-lit {
    margin-top: 2em;
  }

  .last-block-media-kit {
    height: 642px;
    margin-top: 95px;
  }

  .heading-small {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .footer_finsweet-icon {
    width: 24px;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .footer_video-links {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

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

  .footer_finsweet {
    margin-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-441 {
    top: 193px;
    left: 61%;
  }

  .container-lasy-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-lasy-block.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-lasy-block.network {
    margin-top: 0;
  }

  .container-lasy-block.menu-open {
    background-size: cover;
    width: 100%;
  }

  .container-lasy-block.network-about {
    margin-top: 0;
    padding-top: 160px;
  }

  .last-block-media {
    background-image: url('../images/Group-1551_1.png');
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .image-442 {
    margin-left: 0;
  }

  .container-copy {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-copy.family {
    background-position: -89% 93%;
    padding-bottom: 7em;
  }

  .container-copy.network {
    margin-top: 0;
  }

  .container-copy.menu-open {
    background-size: cover;
    width: 100%;
  }

  .container-copy.network-about {
    margin-top: 0;
    padding-top: 160px;
  }

  .collection-item-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-2-network {
    text-align: left;
  }

  .content_collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .last-block-uptates {
    background-image: url('../images/Group-1551_1.png');
    background-position: 33%;
    background-size: auto;
    height: 642px;
    margin-top: -92px;
  }

  .collection-list-3 {
    grid-row-gap: 60px;
  }

  .h3-portfolio {
    text-align: center;
  }

  .project-portfolio {
    align-items: center;
  }

  .h3-1 {
    text-align: left;
  }

  .last-block-typical {
    background-image: url('../images/Group-1551_1.png');
    background-position: 33%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-main {
    background-image: url('../images/Group-1551_1.png');
    background-position: 34%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .grid-network {
    grid-template-columns: 100%;
  }

  .circle {
    width: 50px;
    height: 50px;
  }

  .arrow-in-portfolio-block-mob {
    width: 30px;
    height: 30px;
  }

  .circle-page-portfolio {
    width: 50px;
    height: 50px;
  }

  .logos-scrolling {
    padding-bottom: 62px;
  }

  .plus-submit {
    right: -110%;
  }

  .content-card-portfolio {
    align-items: center;
  }

  .footer-link {
    margin-top: 26px;
  }

  .container-success {
    width: auto;
  }

  .div-mob-menu {
    width: 100%;
    height: 522px;
  }

  .collection-list-3-1200 {
    grid-row-gap: 60px;
  }

  .c-text-2.center-copy {
    font-size: .875em;
  }

  .c-text-2-2 {
    font-size: 12px;
  }

  .c-text-2-2.cc-field-header {
    left: 3%;
  }

  .img-in-7 {
    top: 19.8em;
  }

  .bg-family {
    background-position: 170% 150%;
    margin-top: 50px;
  }

  .image-462 {
    top: 25%;
  }

  .image-462-copy {
    top: -3%;
  }

  .image-462-copy-copy {
    top: 52%;
  }

  .last-block-about-page {
    background-image: url('../images/Group-1551_1.png');
    background-position: 35%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-about-page.for-main {
    background-position: -369px -20px;
  }

  .last-block-network {
    background-image: url('../images/Group-1551_1.png');
    background-position: 33%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-network.for-main {
    background-position: -369px -20px;
  }

  .last-block-article {
    background-image: url('../images/Group-1551_1.png');
    background-position: 34%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-article.for-main {
    background-position: -369px -20px;
  }

  .last-block-portfolio-page {
    margin-top: 8px;
  }

  .last-block-portfolio-page.for-main {
    background-position: -369px -20px;
  }

  .last-block-1920 {
    background-image: url('../images/Group-1551_1.png');
    background-position: 40%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-1920.for-main {
    background-position: -369px -20px;
  }

  .container-1920.family {
    padding-bottom: 106px;
  }

  .container-1920.network {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-1920.menu-open {
    background-size: cover;
    width: 100%;
  }

  .container-1920.network-about {
    margin-top: 0;
    padding-top: 160px;
  }

  .container-1920.family-about-page {
    background-position: -89% 93%;
    margin-top: 160px;
    padding-bottom: 113px;
  }

  .container-1920.projects-about-page {
    padding-top: 94px;
  }

  .last-block-bg {
    background-position: 0 155%;
  }

  .last-block-mediakit {
    background-image: url('../images/Group-1551_1.png');
    background-position: 34%;
    background-size: auto;
    height: 642px;
    margin-top: 8px;
  }

  .last-block-mediakit.for-main {
    background-position: -369px -20px;
  }

  .logo-on-main {
    width: 25px;
  }

  .logo-on-main._2 {
    width: 14px;
  }

  .logo-on-main._3 {
    width: 19px;
  }

  .logo-on-main._5 {
    width: 15px;
    height: 15px;
  }

  .logo-on-main._8 {
    width: 20px;
    height: 20px;
  }

  .cms-updates {
    display: none;
  }

  .cms-updates-mob {
    display: block;
  }

  .image-468 {
    top: -55px;
    left: 36%;
  }

  .image-469 {
    top: 47%;
  }

  .image-470 {
    top: 76%;
    right: -13%;
  }

  .image-471 {
    top: 86%;
    right: -16%;
  }

  .last-img-des {
    top: 156px;
    left: 61%;
  }

  .last-img-mob {
    top: 193px;
    left: 61%;
  }

  .img-main-block-des, .img-main-block-mob {
    top: -55px;
    left: 36%;
  }

  .image-473 {
    top: 0%;
    right: -75%;
  }

  .body-thank {
    background-image: url('../images/M--Submit-Your-Project_4.png');
    background-position: 50%;
    background-size: cover;
  }

  .body-submit {
    background-image: url('../images/M--Submit-Your-Project_2.png');
    background-position: 50% 0;
  }

  .body-submit.submit {
    background-position: 50% 0;
    background-size: auto;
  }

  .comment {
    background-image: none;
    width: 100%;
  }

  .c-text-field-new::placeholder {
    white-space: pre-wrap;
  }

  .h1-submit.left {
    font-size: 48px;
  }

  .image-484 {
    bottom: -5%;
    right: -131%;
  }

  .image-462-copy-copy-2 {
    top: 52%;
  }

  .h2-2 {
    font-size: 28px;
  }

  .image-462-copy-2 {
    top: 25%;
  }

  .bg-family-2 {
    background-position: 170% 150%;
  }

  .image-487 {
    top: -3%;
  }

  .div-block-2-copy-2 {
    padding-right: 0;
  }

  .bg-family-3 {
    background-position: 170% 150%;
  }

  .container-1921 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .container-1922 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-1923 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body.submit {
    background-image: url('../images/M--Submit-Your-Project.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .body.sucess {
    background-image: url('../images/M--Submit-Your-Project_1.png');
  }

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

  .container.about {
    padding-top: 0;
  }

  .container.about.page {
    margin-bottom: 240px;
    padding-right: 16px;
  }

  .container.portfolio {
    padding-top: 130px;
  }

  .container.family {
    margin-top: 0;
    padding: 160px 16px 134px;
  }

  .container.network {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container.blog {
    padding-top: 160px;
  }

  .container.line {
    margin-top: 2em;
  }

  .container.menu-open {
    align-items: center;
  }

  .container.page {
    margin-top: 70px;
  }

  .container.about-block {
    margin-top: 80px;
    padding-top: 0;
  }

  .container.network-about {
    margin-bottom: 0;
    padding-top: 160px;
  }

  .container.projects-about {
    padding-top: 160px;
  }

  .container.submit-form {
    margin-bottom: 6.8em;
  }

  .container.family-about-page {
    background-position: 50% 100%;
    background-size: auto;
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container.projects-about-page {
    padding-top: 160px;
  }

  .container.family-about-page {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container.projects-about {
    margin-bottom: 0;
    padding-top: 160px;
  }

  .mainblock {
    align-items: center;
    margin-top: 70px;
  }

  .h1 {
    text-align: center;
  }

  .main-heading {
    width: 100%;
  }

  .text-1 {
    text-align: left;
  }

  .text-1.center {
    text-align: center;
  }

  .text-1.center.hidden {
    top: -24px;
  }

  .text-1.center-mob {
    text-align: center;
  }

  .text-1.center-mob.hidden {
    top: -24px;
  }

  .discrip-main {
    width: 223px;
    margin-bottom: 2.4em;
  }

  .button {
    justify-content: center;
  }

  .button.last-block {
    width: 100%;
    margin-top: 2em;
  }

  .button._320 {
    justify-content: space-between;
    width: 100%;
  }

  .paragraph-2._20 {
    font-size: 20px;
  }

  .main {
    background-image: url('../images/M-Main-Page_1.png');
    background-size: auto;
  }

  .main.about {
    background-image: url('../images/M-About-us.jpg'), linear-gradient(#0000, #0000);
    background-size: cover, auto;
    margin-bottom: 0;
  }

  .main.portfolio {
    background-image: linear-gradient(#0000, #0000);
    margin-bottom: -97px;
  }

  .main.our-network {
    margin-bottom: -76px;
  }

  .main.updates {
    margin-bottom: -218px;
  }

  .main.media-kit {
    background-image: none;
    margin-bottom: -60px;
  }

  .main.updates-article {
    margin-bottom: 0;
  }

  .first-block {
    background-position: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: 7em auto;
  }

  .image {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .h2.center {
    text-align: left;
    font-size: 40px;
  }

  .link-main.network-link {
    justify-content: center;
  }

  .text-bold {
    font-size: 1.2em;
  }

  .disrip-about, .disrip-about.left {
    width: auto;
  }

  .right-about {
    padding-top: 95px;
  }

  .logos {
    margin-top: 1em;
  }

  ._1-line-logos {
    padding-top: 0;
  }

  ._1-line-logos.hidden {
    margin-top: -15px;
    padding-top: 0;
    display: flex;
  }

  ._2-line-logos {
    margin-top: -15px;
  }

  ._2-line-logos.hidden {
    display: flex;
  }

  ._3-line-logos {
    margin-top: -15px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-template-columns: 1.5em 78px auto 1.5em;
    align-items: center;
  }

  .image-3 {
    width: 78px;
    margin-left: 0;
  }

  .div-block {
    margin-left: 0;
    padding-top: 15px;
  }

  .h3.green, .h3.orange, .h3.blue, .h3.blue, .h3.orange {
    font-size: 1.5em;
  }

  .text-2.yelow {
    padding-top: 10px;
    font-size: .7em;
  }

  .div-block-2 {
    justify-content: flex-start;
    margin-left: 0;
    padding-bottom: 15px;
    padding-left: 24px;
  }

  .card-family {
    height: auto;
  }

  .card-family.coming {
    height: 128.538px;
  }

  .grid-4 {
    grid-template-columns: 100%;
  }

  .right-network {
    padding-left: 60px;
  }

  .card-project {
    width: 300px;
    height: 300px;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-project {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  .card-project-2, .card-project-3 {
    height: 200px;
  }

  .grid-5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .last-block {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-bottom: 0;
  }

  .last-block.for-main {
    background-position: -438px 105px;
    height: 1382px;
    margin-top: -55px;
  }

  .content {
    grid-template-columns: 100%;
  }

  .heading-last-block, .discrip-last-block {
    width: auto;
  }

  .left-last-block {
    z-index: 5;
    padding-top: 0;
    position: relative;
  }

  .grid-footeer {
    grid-column-gap: 31px;
    grid-row-gap: 35px;
    grid-template-columns: 1.25fr 1.25fr 1fr;
    width: 100%;
  }

  .cp {
    flex-direction: column;
  }

  ._1-colom-footer {
    padding-right: 0;
  }

  .image-6 {
    width: 65px;
    padding: 10px;
    top: 12em;
    left: 2.1%;
  }

  .image-7 {
    width: 81px;
    height: 81px;
    top: 13em;
    left: 40%;
  }

  .image-8 {
    width: 50px;
    height: 50px;
    padding: 10px;
    top: 15.8em;
    left: 81%;
  }

  .image-9 {
    display: none;
    top: 32.1em;
    left: 31%;
  }

  .image-10 {
    width: 82px;
    top: 27.4em;
    left: -2%;
  }

  .image-11 {
    width: 78px;
    padding-left: 10px;
    top: 30.2em;
    left: 0%;
  }

  .image-12 {
    display: none;
    top: 29.8em;
  }

  .image-13 {
    width: 96px;
    top: 24.7em;
    left: 77%;
  }

  .image-14 {
    width: 75px;
    height: 75px;
    top: 31.6em;
    left: 86%;
  }

  .image-15 {
    width: 86px;
    display: block;
    top: 32.4em;
    left: 61%;
  }

  .image-16 {
    display: none;
    top: 6.9em;
    left: 67%;
  }

  .image-17 {
    top: 43em;
  }

  .footer-block {
    background-position: 50% 0;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .head-updates {
    width: 8.1em;
  }

  .navlinks-mob {
    margin-left: 23px;
  }

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

  .first-block-portfolio {
    background-position: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-1.family {
    background-position: 86% 82%;
  }

  .container-1.line {
    margin-top: 2em;
  }

  .container-1.menu-open {
    align-items: center;
  }

  .container-1.family-copy {
    background-position: 50% 1%;
    margin-top: 3.7em;
    padding-bottom: 0;
  }

  .container-copy.line-copy {
    margin-top: 2em;
  }

  .last-block-copy {
    background-image: url('../images/open-for.png');
    background-position: 42% 34%;
    background-size: auto;
    height: 541px;
    margin-top: 0;
  }

  .container-copy {
    margin-top: 4em;
  }

  .main-heading-copy {
    width: auto;
  }

  .h1-copy {
    font-size: 2.9em;
  }

  .discrip-main-copy {
    width: 18.2em;
    margin-bottom: 5.7em;
  }

  .img-back2 {
    margin-left: 0;
    top: 29.8em;
    right: -28%;
  }

  .image-13-copy {
    width: 2em;
    top: 31.2em;
    left: 56%;
  }

  .image-16-copy {
    top: 6.9em;
    left: 67%;
  }

  .body-2 {
    background-image: url('../images/M--Our-Network.png');
  }

  .text1 {
    padding-left: 0;
  }

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

  .text2 {
    line-height: 30px;
  }

  .img-back1 {
    margin-left: -239px;
  }

  .image-42 {
    width: 85%;
    top: 26px;
  }

  .first-block-2 {
    background-position: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container3.family {
    background-position: 86% 82%;
  }

  .container3.line {
    margin-top: 2em;
  }

  .container3.menu-open {
    align-items: center;
  }

  .container2-fam.family {
    background-position: 86% 82%;
  }

  .container2-fam.line {
    margin-top: 2em;
  }

  .container2-fam.menu-open {
    align-items: center;
  }

  .container2-our.family {
    background-position: 86% 82%;
  }

  .container2-our.line {
    margin-top: 2em;
  }

  .container2-our.menu-open {
    align-items: center;
  }

  .container2-pr.family {
    background-position: 86% 82%;
  }

  .container2-pr.line {
    margin-top: 2em;
  }

  .container2-pr.menu-open {
    align-items: center;
  }

  .container2-latest.family {
    background-position: 86% 82%;
  }

  .container2-latest.line {
    margin-top: 2em;
  }

  .container2-latest.menu-open {
    align-items: center;
  }

  .container-content {
    margin-top: 8em;
  }

  .container-content.family {
    background-position: 86% 82%;
  }

  .container-content.line {
    margin-top: 2em;
  }

  .container-content.menu-open {
    align-items: center;
  }

  .grid-1 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-items: center;
    padding-bottom: 0;
  }

  .grid-1-copy {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 20.75em;
  }

  .grid-3-copy {
    grid-column-gap: 3px;
  }

  .image-copy {
    width: 20em;
    height: 100%;
    margin-top: -53px;
  }

  .image-43 {
    margin-top: -7076px;
    margin-left: -170px;
  }

  .image-copy-copy {
    width: 20em;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .main-content {
    margin-bottom: -109px;
  }

  .text-block {
    padding-left: 40px;
  }

  .text-block2 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .image-44 {
    padding-right: 0;
  }

  .head-sumbit {
    width: auto;
  }

  .text-submit {
    width: 100%;
  }

  .c-button-l {
    padding-left: 0;
    padding-right: 0;
  }

  .button-sumbit-form {
    width: 100%;
  }

  .collection-list-portfolio {
    display: block;
  }

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

  .last-block-portfolio {
    background-image: url('../images/open-for.png');
    background-position: 42% 34%;
    background-size: auto;
    height: 541px;
    margin-top: 0;
  }

  .div-text-portfolio {
    padding-left: 0;
  }

  .last-block-about {
    background-image: url('../images/open-for.png');
    background-position: 42% 34%;
    background-size: auto;
    height: 541px;
    margin-top: 10.3em;
  }

  .text-block-cont {
    padding-left: 40px;
  }

  .text-block-cnt2 {
    padding-left: 40px;
    padding-right: 10px;
  }

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

  .container-copy.family {
    background-position: 86% 82%;
  }

  .container-cop2.about {
    padding-top: 2.3em;
    padding-left: 5em;
  }

  .container-cop2.family {
    background-position: 86% 82%;
  }

  .container-cop2.line {
    margin-top: 2em;
  }

  .container-cop2.menu-open {
    align-items: center;
  }

  .container-cop2.submit {
    margin-top: 2em;
    margin-bottom: 6.8em;
  }

  .container-cop2.page {
    margin-top: 4em;
  }

  .container-cont3.about {
    padding-top: 2.3em;
    padding-left: 5em;
    padding-right: 1em;
  }

  .container-cont3.family {
    background-position: 86% 82%;
  }

  .container-cont3.line {
    margin-top: 2em;
  }

  .container-cont3.menu-open {
    align-items: center;
  }

  .container-cont3.submit {
    margin-top: 2em;
    margin-bottom: 6.8em;
  }

  .container-cont3.page {
    margin-top: 4em;
  }

  .container-c4.about {
    padding-top: 2.3em;
  }

  .container-c4.family {
    background-position: 86% 82%;
  }

  .container-c4.line {
    margin-top: 2em;
  }

  .container-c4.menu-open {
    align-items: center;
  }

  .container-c4.submit {
    margin-top: 2em;
    margin-bottom: 6.8em;
  }

  .container-c4.page {
    margin-top: 4em;
  }

  .text-block-cnt2-c {
    padding-left: 40px;
    padding-right: 10px;
  }

  .link-visit-2 {
    padding-left: 40px;
  }

  .image-45-c {
    margin-left: 0;
    padding-left: 25px;
  }

  .collection-list-our-network {
    display: block;
  }

  .last-block-blog {
    background-image: url('../images/open-for.png');
    background-position: 42% 34%;
    background-size: auto;
    height: 541px;
    margin-top: -1.2em;
  }

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

  .image-46 {
    display: none;
  }

  .grid-title {
    grid-row-gap: 30px;
    grid-template-columns: 100%;
  }

  .article-grid {
    margin-bottom: 4em;
  }

  .text-article {
    margin-top: 30px;
  }

  .cms-last-updates {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .title-suggested-updates {
    margin-top: 60px;
    margin-bottom: 1em;
  }

  .title-updates {
    margin-bottom: 1em;
  }

  .network {
    background-image: none;
    background-size: auto;
    margin-bottom: 0;
  }

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

  .image-432 {
    width: 90%;
    margin-top: 60px;
  }

  .text-block1, .text-block2-1 {
    padding-left: 40px;
    padding-right: 10px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
  }

  .div-block-2-copy {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 27px;
    padding-bottom: 15px;
    padding-left: 24px;
  }

  .image-433 {
    width: 90%;
    top: 28%;
    left: 1.4em;
  }

  .logo-in-main {
    width: 120px;
    height: 120px;
  }

  .logo-in-main.hidden {
    display: none;
  }

  .logos-line-mob {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .logos-line-des {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .disrip-about-page {
    width: 16.5em;
    margin-bottom: 2.5em;
  }

  .disrip-about-page.left {
    width: auto;
  }

  .left-about-page {
    justify-content: center;
    display: flex;
  }

  .grid-2-about-page {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-items: center;
    padding-bottom: 0;
  }

  .disrip-about-page-2 {
    width: 16.5em;
    margin-bottom: 2.5em;
  }

  .disrip-about-page-2.left {
    width: auto;
  }

  .grid-3-about-page {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-items: center;
    padding-bottom: 0;
  }

  .image-436 {
    width: auto;
    height: 48px;
    left: 0;
  }

  .image-437 {
    width: auto;
    height: 48px;
    right: 0;
  }

  .text-1-1 {
    text-align: left;
    font-size: 1em;
  }

  .text-1-1.center {
    text-align: center;
    font-size: 1em;
  }

  .body-portfolio {
    background-image: url('../images/T-Portfolio.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .body-media-kit {
    background-image: url('../images/M-Media-kit.png');
    background-position: 50% 0;
    background-size: cover;
  }

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

  .head-company-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-text-media-lit {
    padding-left: 0;
  }

  .title-company-logo {
    margin-bottom: 24px;
  }

  .bgs-media-kit {
    flex-direction: column;
    align-items: flex-start;
  }

  .last-block-media-kit {
    background-image: url('../images/open-for.png');
    background-position: 42% 12%;
    background-size: auto;
    height: 755px;
    margin-top: -8.8em;
    margin-bottom: 0;
  }

  .grid-10 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer_component {
    text-align: left;
  }

  .footer_wrapper {
    text-align: center;
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .nav_logo-text {
    display: none;
  }

  .footer_finsweet {
    font-size: 14px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-438 {
    width: 100px;
    top: -2em;
    left: 7.3em;
  }

  .container-button-lasy-block {
    justify-content: space-between;
    width: 100%;
  }

  .image-441 {
    width: 543px;
    max-width: none;
    height: auto;
    top: 0;
    left: 15%;
  }

  .container-lasy-block.about {
    padding-top: 0;
  }

  .container-lasy-block.portfolio {
    padding-top: 130px;
  }

  .container-lasy-block.family {
    background-position: 50% 100%;
    background-size: auto;
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-lasy-block.network {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-lasy-block.projects, .container-lasy-block.blog {
    padding-top: 160px;
  }

  .container-lasy-block.cooperation {
    margin-top: 6em;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-lasy-block.cooperation.mainpage {
    margin-top: -20.4em;
  }

  .container-lasy-block.line {
    margin-top: 2em;
  }

  .container-lasy-block.menu-open {
    align-items: center;
  }

  .container-lasy-block.submit {
    margin-top: 2em;
    margin-bottom: 6.8em;
  }

  .container-lasy-block.page {
    margin-top: 4em;
  }

  .container-lasy-block.grid-portfolio {
    margin-top: 5em;
  }

  .container-lasy-block.about-block {
    margin-top: 80px;
    padding-top: 0;
  }

  .container-lasy-block.network-about {
    margin-bottom: 0;
    padding-top: 160px;
  }

  .container-lasy-block.projects-about {
    padding-top: 160px;
  }

  .last-block-media {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-top: 120px;
    margin-bottom: 0;
  }

  .container-copy.about {
    padding-top: 0;
  }

  .container-copy.portfolio {
    padding-top: 130px;
  }

  .container-copy.family {
    background-position: 50% 100%;
    background-size: auto;
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-copy.network {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-copy.projects, .container-copy.blog {
    padding-top: 160px;
  }

  .container-copy.line {
    margin-top: 2em;
  }

  .container-copy.menu-open {
    align-items: center;
  }

  .container-copy.submit {
    margin-top: 2em;
    margin-bottom: 6.8em;
  }

  .container-copy.page {
    margin-top: 4em;
  }

  .container-copy.grid-portfolio {
    margin-top: 5em;
  }

  .container-copy.about-block {
    margin-top: 80px;
    padding-top: 0;
  }

  .container-copy.network-about {
    margin-bottom: 0;
    padding-top: 160px;
  }

  .container-copy.projects-about {
    padding-top: 160px;
  }

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

  .collection-item {
    padding-right: 0;
  }

  .body-updates {
    background-image: url('../images/M-Updates-blog.png');
  }

  .collection-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-2-network {
    text-align: center;
  }

  .div-text-network {
    padding-left: 0;
  }

  .socials-links-footer {
    display: none;
  }

  .link-in-block-portfolio.network-link {
    justify-content: center;
  }

  .grid-project-main {
    grid-row-gap: 16px;
    grid-template-rows: min-content;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .data-updates.grey {
    font-size: 16px;
  }

  .data-updates.yelow {
    padding-top: 19px;
    font-size: .7em;
  }

  .last-block-uptates {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-top: 76px;
    margin-bottom: 0;
  }

  .collection-list-3 {
    grid-row-gap: 88px;
    grid-template-columns: 1fr;
  }

  .h3-portfolio.green, .h3-portfolio.orange, .h3-portfolio.blue, .h3-1.green, .h3-1.orange, .h3-1.blue {
    font-size: 1.5em;
  }

  .last-block-typical {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-top: 176px;
    margin-bottom: 0;
  }

  .h2-1 {
    font-size: 1.9em;
  }

  .h2-1.center {
    text-align: center;
    font-size: 1.75em;
  }

  .body-tipical {
    background-image: url('../images/M-Typical-content-page.png');
    background-size: cover;
  }

  .last-block-main {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 1200px;
    margin-top: -22px;
    margin-bottom: -206px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-blocg {
    background-image: url('../images/M-Updates-blog.png');
  }

  .grid-network {
    grid-template-columns: 100%;
  }

  .collection-list-4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .circle {
    width: 60px;
    height: 60px;
  }

  .arrow-in-portfolio-block-mob {
    width: 50px;
    height: 50px;
  }

  .circle-page-portfolio {
    width: 55px;
    height: 55px;
  }

  .logos-scrolling {
    padding-bottom: 160px;
  }

  .plus-submit {
    display: none;
  }

  .mainblocks {
    padding-bottom: 325px;
  }

  .image-448, .image-449, .image-450 {
    width: 100%;
  }

  .footer-link {
    margin-top: 30px;
  }

  .link.network-link {
    justify-content: center;
  }

  .success {
    margin-top: 60px;
  }

  .disrip-about-block {
    width: auto;
  }

  .disrip-about-block.left {
    width: auto;
    margin-bottom: 16px;
  }

  .socials-links-footer-mob {
    width: 104px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .image-456 {
    margin-right: -14px;
    padding-right: 0;
  }

  .image-457 {
    margin-left: -14px;
  }

  .text-card-project {
    width: auto;
  }

  .pagination_page-button, .fs-cmsload_page-dots {
    width: 2rem;
  }

  .item-network {
    justify-content: center;
    display: flex;
  }

  .pagination {
    margin-top: 40px;
  }

  .img-update-mob {
    width: 100%;
    display: block;
  }

  .fs-btn-wrapper.pagination {
    margin-top: 88px;
  }

  .load-more-button.fs-btn-nav {
    justify-content: center;
  }

  .collection-list-portfolio-1200 {
    display: none;
  }

  .collection-list-3-1200 {
    grid-row-gap: 88px;
    grid-template-columns: 1fr;
  }

  .collection-list-1200 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-21 {
    display: flex;
  }

  .c-text-2.center {
    text-align: center;
  }

  .c-text-2.center.hidden {
    top: -24px;
  }

  .c-text-2.cc-field-header.hidden {
    padding-right: 0;
  }

  .c-text-2-2.cc-field-header {
    left: 4%;
  }

  .img-in-7 {
    width: 1.6em;
    top: 15em;
    left: 49%;
  }

  .link-mob-port {
    z-index: 5;
    width: 50px;
    height: 50px;
    position: relative;
  }

  .bg-family {
    background-color: #0000;
    background-image: url('../images/Group-68_1.png');
    background-position: 100% 142%;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
  }

  .head-card-family-2 {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 27px;
    padding-bottom: 15px;
    padding-left: 24px;
  }

  .image-462 {
    z-index: 50;
    display: none;
    top: 21%;
    left: -21%;
  }

  .image-462-copy {
    display: none;
    top: 42%;
    left: -23%;
  }

  .image-462-copy-copy {
    display: none;
    top: 58%;
    left: -23%;
  }

  .left-last-block-main {
    padding-top: 0;
  }

  .last-block-about-page {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-bottom: 0;
  }

  .last-block-about-page.for-main {
    background-position: -438px 64px;
    height: 1308px;
    margin-top: -55px;
  }

  .last-block-network {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-top: 133px;
    margin-bottom: 0;
  }

  .last-block-network.for-main {
    background-position: -438px 64px;
    height: 1308px;
    margin-top: -55px;
  }

  .collection-list-1201 {
    grid-template-columns: 1fr;
  }

  .cms-last-updates-tablet {
    display: none;
  }

  .last-block-article {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-bottom: 0;
  }

  .last-block-article.for-main {
    background-position: -438px 64px;
    height: 1308px;
    margin-top: -55px;
  }

  .last-block-portfolio-page {
    margin-top: -3px;
    margin-bottom: 0;
    padding-top: 391px;
    padding-bottom: 106px;
  }

  .last-block-portfolio-page.for-main {
    background-position: -438px 64px;
    height: 1308px;
    margin-top: -55px;
  }

  .last-block-1920 {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-bottom: 0;
  }

  .last-block-1920.for-main {
    background-position: -438px 105px;
    height: 1382px;
    margin-top: -55px;
  }

  .container-1920.about {
    padding-top: 0;
  }

  .container-1920.portfolio {
    padding-top: 130px;
  }

  .container-1920.family {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-1920.network {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-1920.projects, .container-1920.blog {
    padding-top: 160px;
  }

  .container-1920.line {
    margin-top: 2em;
  }

  .container-1920.menu-open {
    align-items: center;
  }

  .container-1920.page {
    margin-top: 70px;
  }

  .container-1920.about-block {
    margin-top: 80px;
    padding-top: 0;
  }

  .container-1920.network-about {
    margin-bottom: 0;
    padding-top: 160px;
  }

  .container-1920.projects-about {
    padding-top: 160px;
  }

  .container-1920.submit-form {
    margin-bottom: 6.8em;
  }

  .container-1920.family-about-page {
    background-position: 50% 100%;
    background-size: auto;
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-1920.projects-about-page {
    padding-top: 160px;
  }

  .last-block-bg {
    background-image: url('../images/M-Main-Page.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .last-block-mediakit {
    background-image: url('../images/open-for.png');
    background-position: 42% 37%;
    background-size: auto;
    height: 942px;
    margin-top: 145px;
    margin-bottom: 0;
  }

  .last-block-mediakit.for-main {
    background-position: -438px 64px;
    height: 1308px;
    margin-top: -55px;
  }

  .logo-on-main._2 {
    width: 12px;
  }

  .logo-on-main._3 {
    width: 15px;
  }

  .logo-on-main._5 {
    width: 10px;
    height: 10px;
  }

  .logo-on-main._6 {
    width: 20px;
    height: 20px;
  }

  .logo-on-main._9 {
    width: 7px;
    height: 7px;
  }

  .logo-on-main._10 {
    width: 13px;
  }

  .hide-btn {
    display: flex;
  }

  .disrip-about-block-first {
    width: auto;
  }

  .disrip-about-block-first.left {
    width: auto;
    margin-bottom: 16px;
  }

  .image-rel {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .disrip-our-works, .disrip-our-works.left {
    width: auto;
  }

  .products {
    background-image: url('../images/Frame-17.jpg');
    background-position: 76%;
  }

  .image-468 {
    width: 700.275px;
    max-width: none;
    height: 602px;
    top: 422px;
    left: -11%;
  }

  .image-469 {
    width: 400px;
    max-width: none;
    top: 549px;
    right: -58%;
  }

  .image-470 {
    width: 216px;
    top: 127%;
    right: 27%;
  }

  .image-471 {
    width: 140px;
    top: 139%;
    right: 23%;
  }

  .last-img-des {
    width: 543px;
    max-width: none;
    height: auto;
    display: none;
    top: 0;
    left: 15%;
  }

  .last-img-mob {
    width: 561px;
    max-width: none;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 14%;
  }

  .img-main-block-des {
    width: 700.275px;
    max-width: none;
    height: 602px;
    display: none;
    top: 422px;
    left: -11%;
  }

  .img-main-block-mob {
    width: 700.275px;
    max-width: none;
    height: 602px;
    display: block;
    top: 422px;
    left: -11%;
  }

  .main-thank {
    padding-bottom: 150px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 30px;
  }

  .image-473 {
    right: -118%;
  }

  .image-474 {
    left: -62%;
  }

  .body-thank {
    background-image: url('../images/M--Submit-Your-Project_5.png');
    background-repeat: no-repeat;
  }

  .body-submit {
    background-image: url('../images/M--Submit-Your-Project_3.png');
    background-position: 50% 0;
  }

  .body-submit.submit {
    background-image: url('../images/M--Submit-Your-Project.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .body-submit.sucess {
    background-image: url('../images/M--Submit-Your-Project_1.png');
  }

  .comment {
    width: 100%;
    height: 145px;
  }

  .c-text-field-new {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 0;
    display: block;
  }

  .c-text-field-new::placeholder {
    white-space: pre-wrap;
  }

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

  .image-478 {
    display: none;
  }

  .image-482 {
    width: 163px;
  }

  .h1-submit {
    text-align: center;
  }

  .image-484 {
    max-width: 250%;
    display: none;
    bottom: 4%;
  }

  .image-485, .image-486 {
    display: none;
  }

  .text-27.center {
    text-align: center;
  }

  .disrip-about-2 {
    width: auto;
  }

  .image-462-copy-copy-2 {
    display: none;
    top: 58%;
    left: -23%;
  }

  .image-462-copy-2 {
    display: none;
    top: 42%;
    left: -23%;
  }

  .bg-family-2 {
    background-color: #0000;
    background-image: url('../images/Group-68.png');
    background-position: 100% 66%;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
  }

  .image-487 {
    z-index: 50;
    display: none;
    top: 21%;
    left: -21%;
  }

  .div-block-2-copy-2 {
    justify-content: flex-start;
    margin-left: 0;
    padding-top: 27px;
    padding-bottom: 15px;
    padding-left: 24px;
  }

  .bg-family-3 {
    background-color: #0000;
    background-image: url('../images/Group-68.png');
    background-position: 100% 66%;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
  }

  .container-1921 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-1922, .container-1923 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
  }
}

#w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43eb8-c3e866b7, #w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43eba-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43ebc-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43ec2-c3e866b7, #w-node-_2c9b2e05-0809-cb16-147d-9478ecbf5b0c-c3e866b7, #w-node-_57260d09-19a5-8e3e-123d-32eec58712bc-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247dfb3d-5706-7f8a-fa00-b861f3aec87b-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-da9754dd-93d1-7982-2d08-0b9d6029abc8-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045e6-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045e8-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045ea-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045ec-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045f2-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79522e70-10eb-4863-65b9-22e83b6c95e1-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79522e70-10eb-4863-65b9-22e83b6c95df-c3e866b7, #w-node-_79522e70-10eb-4863-65b9-22e83b6c95f9-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_79522e70-10eb-4863-65b9-22e83b6c95fb-c3e866b7, #w-node-_79522e70-10eb-4863-65b9-22e83b6c95ee-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_79522e70-10eb-4863-65b9-22e83b6c95f5-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08326434-d719-4775-0418-f2c21c99a29e-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6c7c8931-044f-b610-ed1a-91e0e81b7310-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c5ddfc-ea4c-079b-9136-d0082b5f8c8b-c3e866b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_14c5ddfc-ea4c-079b-9136-d0082b5f8c99-c3e866b7, #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879bd2-b0879bcf, #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879be4-b0879bcf, #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879bf1-b0879bcf, #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879bfc-b0879bcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_6c7c8931-044f-b610-ed1a-91e0e81b7310-c3e866b7 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43eba-c3e866b7 {
    align-self: center;
  }

  #w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43ebc-c3e866b7 {
    place-self: end;
  }

  #w-node-_57260d09-19a5-8e3e-123d-32eec58712bc-c3e866b7, #w-node-_247dfb3d-5706-7f8a-fa00-b861f3aec87b-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045ea-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045ec-c3e866b7 {
    align-self: center;
  }

  #w-node-_79522e70-10eb-4863-65b9-22e83b6c95df-c3e866b7, #w-node-_79522e70-10eb-4863-65b9-22e83b6c95f5-c3e866b7 {
    order: -9999;
  }

  #w-node-_14c5ddfc-ea4c-079b-9136-d0082b5f8c8b-c3e866b7 {
    align-self: auto;
  }

  #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879c07-b0879bcf {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879bd2-b0879bcf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879bfc-b0879bcf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879c07-b0879bcf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79b3bf40-4759-f917-3b4b-8ef96bd43eba-c3e866b7, #w-node-_57260d09-19a5-8e3e-123d-32eec58712bc-c3e866b7, #w-node-a9cc0fec-7e1d-23f7-00a6-20cbbf0045ea-c3e866b7 {
    align-self: start;
  }

  #w-node-_79522e70-10eb-4863-65b9-22e83b6c95df-c3e866b7 {
    justify-self: center;
  }

  #w-node-_79522e70-10eb-4863-65b9-22e83b6c95f5-c3e866b7, #w-node-_14c5ddfc-ea4c-079b-9136-d0082b5f8c98-c3e866b7 {
    order: -9999;
  }

  #w-node-_04f8e45e-7b9b-8ab8-4602-2ae7b0879c07-b0879bcf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}