:root {
  --black: black;
  --dark-pink: #7b2c7b;
  --white: white;
  --light-pink: #e150e1;
  --grey: #9c9c9c;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  line-height: 105%;
}

h1 {
  filter: hue-rotate(180deg);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 7.5rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.25rem;
}

h3 {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 105%;
}

h4 {
  color: var(--dark-pink);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}

p {
  color: var(--white);
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 125%;
}

a {
  text-decoration: underline;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 2.9375rem;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
}

.body {
  padding: 0;
}

.navbar {
  background-color: rgba(255, 255, 255, .93);
  justify-content: center;
  align-items: center;
  height: 17vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-navbar {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  text-align: center;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.font-navbar {
  padding: .625rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: color .275s;
}

.font-navbar:hover {
  color: var(--dark-pink);
}

.font-navbar.w--current {
  color: var(--black);
}

.font-navbar.w--current:hover {
  color: var(--dark-pink);
}

.right-menu {
  flex-flow: column;
  display: flex;
}

.link-phone {
  color: var(--grey);
  margin-right: 0;
  padding: .3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4375rem;
  text-decoration: none;
}

.link-phone.white-contact {
  color: var(--white);
  margin-top: 2px;
  margin-bottom: 2px;
}

.link-block {
  margin-right: 2.8125rem;
  text-decoration: none;
}

.link-lang {
  color: var(--black);
  margin-left: 0;
  padding: .3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .325s;
  display: inline-block;
  transform: translate(0);
}

.link-lang:hover {
  transform: scale(.9);
}

.div-info {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: .3125rem;
  margin-bottom: 5px;
  margin-right: 2.5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  width: 90%;
  height: auto;
  padding: .3125rem;
  transition: transform .325s;
}

.image-2:hover {
  transform: scale(.8);
}

.link-block-2 {
  margin-left: 0;
}

.social-icon {
  margin-left: 2.8125rem;
}

.social-icon.nav {
  margin-right: 1.125rem;
}

.hero-section {
  background-image: url('../images/hero1_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 83svh;
  margin-top: 17vh;
  display: flex;
}

.hero-text {
  color: var(--white);
}

.heading-h1 {
  filter: none;
  text-transform: uppercase;
  line-height: 105%;
}

.section-let-s-talk {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-helping {
  grid-column-gap: 3.6875rem;
  grid-row-gap: 3.6875rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: grid;
}

.container-1140 {
  max-width: 71.25rem;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1140.centr {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-1140.zerro {
  margin-top: 0;
}

.div-block-2 {
  color: var(--dark-pink);
  position: relative;
}

.heading-h2 {
  color: var(--black);
  max-width: 100%;
  line-height: 105%;
}

.heading-h2.section-txt-thin {
  color: var(--white);
  text-align: center;
  margin-top: 5rem;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 105%;
}

.heading-h2.boldwhite {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  max-width: 60%;
  margin-top: 0;
}

.button {
  border: .1875rem solid var(--dark-pink);
  color: var(--black);
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 3.375rem;
  margin-left: 0;
  margin-right: 0;
  padding: .875rem 6.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 105%;
  transition: color .5s, transform .6s;
}

.button:hover {
  color: var(--dark-pink);
  transform: scale(1.05);
}

.button.ua {
  padding-left: 3.95rem;
  padding-right: 3.95rem;
  font-size: 2rem;
}

.paragraph {
  color: var(--black);
  max-width: 80%;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 130%;
}

.paragraph.right {
  float: right;
  color: var(--white);
  text-align: right;
  max-width: 60%;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.image-3 {
  z-index: -2;
  width: auto;
  height: auto;
  position: absolute;
  top: -5.875rem;
  left: -13.375rem;
}

.our-agency-s-values {
  background-image: url('../images/2-baner-01-1_1.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.heading-h3.white-left {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h3.white-left.smallbrand {
  font-size: 3rem;
}

.heading-h3.white-left.contact {
  margin-top: 1rem;
  margin-bottom: .9rem;
  font-size: 2.6rem;
}

.heading-h3.service {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
}

.div-column {
  border: .125rem solid var(--dark-pink);
  min-height: 24rem;
  padding: .6875rem;
  transition: background-color .4s ease-in;
  overflow: visible;
}

.div-column:hover {
  background-color: var(--black);
}

.colums {
  margin-top: 7.5rem;
}

.paragraph-2 {
  margin-top: 1.25rem;
}

.heading-h4 {
  font-size: 1.375rem;
}

.div-portfolio {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-portfolio {
  background-color: var(--black);
  max-width: 100%;
}

.portfolio-image1 {
  width: auto;
  height: auto;
  transition: opacity .45s;
  overflow: visible;
}

.portfolio-image1:hover {
  opacity: .68;
}

.section-quote {
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-quote {
  color: var(--dark-pink);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13.875rem;
  font-weight: 700;
  line-height: 100%;
}

.block-quote {
  text-align: center;
  max-width: 82%;
  margin-top: -5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: var(--white);
  text-align: left;
  margin: 8px auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  overflow: visible;
}

.text-block-2.white {
  float: none;
  clear: none;
  color: var(--white);
  text-align: center;
  vertical-align: super;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  font-weight: 300;
  display: block;
}

.image-4 {
  margin-bottom: -8.5625rem;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer {
  background-color: var(--dark-pink);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: block;
}

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

.footer-paragraf {
  margin-top: .625rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 105%;
}

.button-footer {
  border: .1875rem solid var(--light-pink);
  color: var(--white);
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0);
  align-self: flex-start;
  margin-top: .6875rem;
  margin-bottom: .6875rem;
  padding: .875rem 1.5625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 105%;
  transition: color .5s, transform .6s;
}

.button-footer:hover {
  color: var(--black);
  transform: scale(1.05);
}

.footer-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.social-icon-copy {
  margin-left: 2.8125rem;
}

.social-icon-copy.footer {
  float: right;
  text-align: center;
  margin-bottom: .625rem;
  margin-right: 2.8125rem;
}

.paragraph-footer {
  float: right;
  text-align: right;
  text-wrap: balance;
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.nav-menu {
  margin-top: 23px;
}

.footer-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.div-line {
  background-color: var(--white);
  height: 1px;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  width: 80%;
  display: flex;
}

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

.section-about {
  background-color: var(--dark-pink);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 27.75rem;
  margin-top: 17vh;
  display: flex;
}

.img-service {
  width: auto;
  height: auto;
}

.wrapper-text-service {
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-service {
  color: var(--black);
  text-align: center;
  text-wrap: balance;
  max-width: none;
  margin-top: 17px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-service.pink-bold {
  color: var(--dark-pink);
  text-wrap: balance;
  font-weight: 600;
}

.paragraph-service.white, .paragraph-service.contact {
  color: var(--white);
  text-align: left;
}

.div-block-4 {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 19.125rem;
  display: flex;
}

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

.button-2 {
  border: .1875rem solid var(--dark-pink);
  color: var(--white);
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex: 0 auto;
  align-self: center;
  margin-top: 3.375rem;
  margin-left: 0;
  margin-right: 0;
  padding: .875rem 6.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 105%;
  transition: color .5s, transform .6s;
}

.button-2:hover {
  color: var(--dark-pink);
  transform: scale(1.05);
}

.brand-development {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-portfolio-2 {
  background-color: var(--black);
  width: auto;
  max-width: 100%;
  height: auto;
}

.paragraph-brand {
  color: var(--black);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 130%;
}

.div-block-5 {
  background-color: var(--dark-pink);
  color: var(--dark-pink);
  max-width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.section-strategy {
  padding-left: 0%;
  padding-right: 0%;
}

.div-research {
  background-color: var(--black);
}

.div-research.pink {
  background-color: var(--dark-pink);
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-9 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.list-item {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
  border-radius: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 110%;
}

.list {
  margin-bottom: 0;
  list-style-type: none;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-style: italic;
}

.div-trusted {
  background-color: var(--dark-pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 19.125rem;
  display: flex;
}

.clients-image {
  width: auto;
  height: auto;
}

.section-contact {
  background-color: var(--dark-pink);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20vh;
  display: grid;
}

.image-5 {
  max-width: 77%;
  margin-top: 2rem;
}

.div-block-12 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  margin-top: 13px;
}

.cell, .cell-2, .cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 17vh;
    display: flex;
    position: fixed;
  }

  .image {
    width: auto;
    max-width: 85%;
  }

  .font-navbar {
    color: var(--white);
    text-align: center;
    padding-top: 2.325rem;
    padding-bottom: 2.325rem;
  }

  .font-navbar:hover {
    color: var(--light-pink);
  }

  .right-menu {
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
  }

  .link-phone {
    font-size: 1.25rem;
  }

  .link-block {
    margin-right: 1.5625rem;
  }

  .link-lang {
    font-size: 1.25rem;
  }

  .div-info {
    align-self: center;
  }

  .image-2 {
    width: 75%;
  }

  .social-icon {
    margin-left: 2.1875rem;
  }

  .social-icon.nav {
    margin-right: 0;
  }

  .brand {
    width: 25%;
  }

  .brand.w--current {
    width: 34%;
  }

  .menu-button {
    border-radius: 20px;
    align-self: flex-end;
    font-size: 1.5rem;
    top: 13px;
  }

  .menu-button.w--open {
    background-color: var(--dark-pink);
    border-radius: 100px;
  }

  .icon {
    font-size: 2.7rem;
  }

  .heading-h1 {
    font-size: 5.5rem;
  }

  .div-helping {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-1140 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .heading-h2.boldwhite {
    max-width: 80%;
    font-size: 2rem;
  }

  .button {
    font-size: 1.4rem;
  }

  .button.ua {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .heading-h3 {
    font-size: 3rem;
  }

  .heading-h3.white-left.smallbrand {
    font-size: 2rem;
  }

  .div-column {
    min-height: 22rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .heading-h4 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .paragraph-quote {
    font-size: 10rem;
    line-height: 100%;
  }

  .block-quote {
    margin-top: -4rem;
  }

  .div-footer {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .footer-paragraf {
    font-size: 2.5rem;
    line-height: 110%;
  }

  .button-footer {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .social-icon-copy {
    margin-left: 2.1875rem;
  }

  .social-icon-copy.footer {
    margin-right: 0;
  }

  .paragraph-footer {
    font-size: .875rem;
    line-height: 120%;
  }

  .nav-menu {
    background-color: var(--dark-pink);
  }

  .paragraph-service, .button-2 {
    font-size: 1.4rem;
  }

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

  .paragraph-brand {
    font-size: 1.4rem;
  }

  .clients-image {
    max-width: 60%;
  }

  .quick-stack {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-flow: column;
  }

  .image {
    max-width: 100%;
  }

  .right-menu {
    flex: 0 auto;
  }

  .link-phone {
    margin-left: .125rem;
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: 1.25rem;
    line-height: 105%;
  }

  .div-info {
    justify-content: center;
    align-items: center;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .link-block-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .social-icon {
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .brand {
    width: 22%;
    padding-left: 0;
  }

  .brand.w--current {
    width: 31%;
  }

  .menu-button {
    flex: 0 auto;
    padding: 11px;
    top: 15px;
  }

  .heading-h2 {
    font-size: 2.6rem;
  }

  .heading-h2.section-txt-thin {
    font-size: 2rem;
  }

  .heading-h2.boldwhite {
    max-width: 90%;
    font-size: 2rem;
    font-weight: 500;
  }

  .button {
    padding-left: 3.85rem;
    padding-right: 3.85rem;
  }

  .paragraph {
    max-width: 95%;
  }

  .heading-h3 {
    font-size: 2.5rem;
  }

  .heading-h3.white-left {
    font-size: 2rem;
  }

  .div-column {
    min-height: 12rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .colums {
    margin-top: 4.8rem;
  }

  .heading-h4.white {
    color: var(--light-pink);
  }

  .div-portfolio {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .footer-paragraf {
    font-size: 2rem;
  }

  .button-footer {
    font-size: .8rem;
  }

  .paragraph-footer {
    width: auto;
    font-size: .8125rem;
  }

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

  .wrapper-text-service {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-service {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
  }

  .button-2 {
    padding-left: 3.85rem;
    padding-right: 3.85rem;
  }

  .paragraph-brand {
    max-width: 95%;
  }

  .clients-image {
    max-width: 70%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .clients-image.pp {
    max-width: 64%;
  }

  .section-contact {
    height: auto;
  }

  .div-block-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .navbar {
    text-align: left;
    max-width: none;
    height: 15vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-navbar {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .font-navbar {
    color: var(--white);
    text-align: center;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .font-navbar:hover {
    color: var(--light-pink);
    text-decoration: none;
  }

  .font-navbar:visited {
    color: var(--white);
  }

  .right-menu {
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link-phone {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1rem;
  }

  .link-phone.white-contact {
    align-self: flex-start;
  }

  .link-block {
    margin-left: 0;
    margin-right: 25px;
  }

  .link-lang {
    font-size: 1rem;
  }

  .div-info {
    text-align: left;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .image-2 {
    padding-left: .1125rem;
    padding-right: .1125rem;
  }

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

  .social-icon {
    text-align: right;
    margin-left: 0;
  }

  .brand {
    width: 32%;
    margin-top: .5rem;
  }

  .brand.w--current {
    width: 41%;
    margin-bottom: 5px;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    padding: 12px;
    top: 12px;
  }

  .icon {
    font-size: 2rem;
  }

  .hero-section {
    height: 85svh;
    margin-top: 15vh;
  }

  .heading-h1 {
    font-size: 4rem;
  }

  .heading-h1.ua1 {
    font-size: 3.4rem;
  }

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

  .heading-h2.section-txt-thin {
    font-size: 1.6rem;
  }

  .heading-h2.boldwhite {
    font-weight: 700;
  }

  .heading-h2.boldwhite.small {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 110%;
  }

  .button {
    align-self: center;
    margin-top: .675rem;
  }

  .paragraph {
    margin-top: 3rem;
  }

  .paragraph.right {
    max-width: 90%;
    margin-top: 3rem;
    font-size: 1.2rem;
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .div-column {
    margin-bottom: 19px;
  }

  .heading-h4.white {
    color: var(--light-pink);
  }

  .div-portfolio {
    grid-auto-flow: row;
  }

  .image-portfolio {
    overflow: visible;
  }

  .block-quote {
    font-size: 1.6rem;
  }

  .text-block-2.white {
    margin-top: 1rem;
    font-size: .625rem;
  }

  .div-footer {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    margin-top: 1rem;
  }

  .button-footer {
    font-size: 1rem;
  }

  .footer-left {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-icon-copy.footer {
    float: none;
    text-align: center;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-footer {
    box-sizing: border-box;
    text-align: center;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: .75rem;
  }

  .nav-menu {
    border: 1px none var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    margin-top: auto;
    display: flex;
    position: absolute;
  }

  .footer-right {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-about {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .section-about {
    margin-top: 15vh;
  }

  .paragraph-service {
    margin-top: .125rem;
    font-size: 1rem;
    line-height: 110%;
  }

  .paragraph-service.white {
    max-width: none;
    margin-top: 1.025rem;
  }

  .button-2 {
    align-self: center;
    margin-top: .675rem;
  }

  .button-2.ua {
    font-size: 1rem;
  }

  .paragraph-brand {
    margin-top: 3rem;
  }

  .div-block-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    padding-left: 0;
  }

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

  .clients-image {
    max-width: 55%;
    margin: 10px;
  }

  .clients-image.pp {
    max-width: 45%;
  }

  .clients-image.am {
    max-width: 75%;
  }

  .section-contact {
    margin-top: 15vh;
  }

  .div-block-11 {
    margin-top: auto;
    margin-bottom: 49px;
  }

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

  .quick-stack {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
  }
}

#w-node-_71c30ff8-473c-3082-cc96-2d432921bc5f-9a1f3e89 {
  justify-self: auto;
}

#w-node-_11f2d203-e438-52db-0cd7-77487def130a-9a1f3e89 {
  align-self: center;
  justify-self: end;
}

#w-node-_6eadad8a-b7e0-8719-efdd-ce074410d956-33dcc3a2, #w-node-_6eadad8a-b7e0-8719-efdd-ce074410d959-33dcc3a2, #w-node-e11f8b66-dd7e-6a36-4891-d2dea189372a-cf6c18d6, #w-node-e3ffe6ec-cd0c-b40a-b3b4-93262ab75b04-cf6c18d6, #w-node-f18057ae-7248-6fd2-d5a9-edd4746f07ce-cf6c18d6, #w-node-_63ca1ebd-1704-fb4a-e8f3-a563f3af3c0d-cf6c18d6, #w-node-edcad05d-6009-223a-df1f-d131a1a33e8c-cf6c18d6, #w-node-d7db3ad8-83e1-5e05-f863-d4e3b048e481-b048e47e, #w-node-d7db3ad8-83e1-5e05-f863-d4e3b048e484-b048e47e, #w-node-_495143b1-0817-cd78-8f6e-2b8778d6360a-8dd58ca6, #w-node-_495143b1-0817-cd78-8f6e-2b8778d6360d-8dd58ca6, #w-node-d7af7c8d-117c-1f5b-383e-c42557390ebd-8dd58ca6, #w-node-_3ac58689-88ce-4862-b7e5-b9c39e2eec05-8dd58ca6, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6ce-8dd58ca6, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6d3-8dd58ca6, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63fef-8dd58ca6, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63ff4-8dd58ca6 {
  align-self: center;
}

#w-node-_477e6b2b-e999-b6bf-6f12-41db768995f8-8dd58ca6, #w-node-_8152fa7c-6ed1-b359-0432-074a697d77ac-8dd58ca6, #w-node-_1ca7267a-cb08-3b47-7853-2de27798ee2f-8dd58ca6, #w-node-b51db3ef-a431-f6a3-cf37-e8097acf0640-8dd58ca6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9e77a1ed-0030-e3a0-8344-18c51aec3e29-14b1777d, #w-node-b982f218-0576-f406-8593-876eba9635d8-14b1777d {
  align-self: center;
}

#w-node-_71c30ff8-473c-3082-cc96-2d432921bc5f-ad3465ab {
  justify-self: auto;
}

#w-node-_11f2d203-e438-52db-0cd7-77487def130a-ad3465ab {
  align-self: center;
  justify-self: end;
}

#w-node-b292147b-573e-ae38-ae1a-70921c39608f-dd5bd616, #w-node-b292147b-573e-ae38-ae1a-70921c396092-dd5bd616, #w-node-e11f8b66-dd7e-6a36-4891-d2dea189372a-dd5bd616, #w-node-e3ffe6ec-cd0c-b40a-b3b4-93262ab75b04-dd5bd616, #w-node-f18057ae-7248-6fd2-d5a9-edd4746f07ce-dd5bd616, #w-node-_63ca1ebd-1704-fb4a-e8f3-a563f3af3c0d-dd5bd616, #w-node-edcad05d-6009-223a-df1f-d131a1a33e8c-dd5bd616, #w-node-_6eadad8a-b7e0-8719-efdd-ce074410d956-dfd5deb8, #w-node-_6eadad8a-b7e0-8719-efdd-ce074410d959-dfd5deb8, #w-node-_495143b1-0817-cd78-8f6e-2b8778d6360a-6f825fc9, #w-node-_495143b1-0817-cd78-8f6e-2b8778d6360d-6f825fc9, #w-node-d7af7c8d-117c-1f5b-383e-c42557390ebd-6f825fc9, #w-node-_3ac58689-88ce-4862-b7e5-b9c39e2eec05-6f825fc9, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6ce-6f825fc9, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6d3-6f825fc9, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63fef-6f825fc9, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63ff4-6f825fc9 {
  align-self: center;
}

#w-node-_477e6b2b-e999-b6bf-6f12-41db768995f8-6f825fc9, #w-node-_8152fa7c-6ed1-b359-0432-074a697d77ac-6f825fc9, #w-node-_1ca7267a-cb08-3b47-7853-2de27798ee2f-6f825fc9, #w-node-b51db3ef-a431-f6a3-cf37-e8097acf0640-6f825fc9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9e77a1ed-0030-e3a0-8344-18c51aec3e29-d163e9aa, #w-node-b982f218-0576-f406-8593-876eba9635d8-d163e9aa {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e3ffe6ec-cd0c-b40a-b3b4-93262ab75b04-cf6c18d6 {
    order: 9999;
  }

  #w-node-_24876536-5750-f3df-6769-72a072e127ef-cf6c18d6 {
    order: -9999;
  }

  #w-node-e3ffe6ec-cd0c-b40a-b3b4-93262ab75b04-dd5bd616 {
    order: 9999;
  }

  #w-node-_24876536-5750-f3df-6769-72a072e127ef-dd5bd616 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86d1c319-69e5-f69d-08f7-b231266c0645-9a1f3e89, #w-node-_86d1c319-69e5-f69d-08f7-b231266c0645-ad3465ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_11f2d203-e438-52db-0cd7-77487def130a-9a1f3e89 {
    justify-self: start;
  }

  #w-node-_86d1c319-69e5-f69d-08f7-b231266c0645-9a1f3e89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01e92244-ccdc-5cff-d58d-2035d202493a-d2024937 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_01e92244-ccdc-5cff-d58d-2035d2024944-d2024937 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_3ac58689-88ce-4862-b7e5-b9c39e2eec05-8dd58ca6, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6d3-8dd58ca6, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63ff4-8dd58ca6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_477e6b2b-e999-b6bf-6f12-41db768995f8-8dd58ca6, #w-node-_8152fa7c-6ed1-b359-0432-074a697d77ac-8dd58ca6, #w-node-_1ca7267a-cb08-3b47-7853-2de27798ee2f-8dd58ca6, #w-node-b51db3ef-a431-f6a3-cf37-e8097acf0640-8dd58ca6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_11f2d203-e438-52db-0cd7-77487def130a-ad3465ab {
    justify-self: start;
  }

  #w-node-_86d1c319-69e5-f69d-08f7-b231266c0645-ad3465ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c19950c-9cd5-b3ea-d978-829b8d3ed812-8d3ed80f {
    align-self: center;
    justify-self: center;
  }

  #w-node-_3c19950c-9cd5-b3ea-d978-829b8d3ed81c-8d3ed80f {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_3ac58689-88ce-4862-b7e5-b9c39e2eec05-6f825fc9, #w-node-dd133ddd-285c-1907-0c87-d4a52ddec6d3-6f825fc9, #w-node-e86b6ebd-ea29-02fd-3f2d-6b40a0e63ff4-6f825fc9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_477e6b2b-e999-b6bf-6f12-41db768995f8-6f825fc9, #w-node-_8152fa7c-6ed1-b359-0432-074a697d77ac-6f825fc9, #w-node-_1ca7267a-cb08-3b47-7853-2de27798ee2f-6f825fc9, #w-node-b51db3ef-a431-f6a3-cf37-e8097acf0640-6f825fc9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


