body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 64px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

label {
  position: absolute;
  top: 35%;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: top 300ms ease;
  transition: top 300ms ease;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.center-form {
  max-width: 550px;
  margin-top: 30px;
}

.style-header {
  margin-top: 120px;
  margin-bottom: 80px;
}

.bg-pink {
  background-color: #ff1654;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.bg-dark {
  z-index: -1;
  background-color: #0d101a;
}

.btn-normal {
  position: relative;
  z-index: 1;
  padding: 9px 24px 13px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.btn-normal.pink {
  background-color: #ff1654;
}

.btn-normal.pink:hover {
  background-color: rgba(255, 22, 84, 0.9);
}

.btn-btn {
  position: absolute;
  left: -0.5%;
  top: auto;
  right: -0.5%;
  bottom: -2px;
  z-index: 2;
  width: 101%;
  height: 6px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.yellow-color-wrapper {
  display: inline-block;
  width: 25%;
  height: 150px;
  margin-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-col-blue {
  color: #1328ee;
}

.success-message {
  padding: 60px;
  border-radius: 6px;
  background-color: #fafcfd;
  color: transparent;
  line-height: 1.5;
  text-align: left;
}

.paragraph {
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.title-container {
  margin-bottom: 80px;
}

.dark-color-wrapper {
  display: inline-block;
  width: 25%;
  height: 150px;
  margin-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-col-pink {
  color: #ff1654;
}

.text-col-dark {
  color: #0d101a;
}

.bg-blue {
  background-color: #1328ee;
}

.content {
  position: relative;
  z-index: 1;
  margin-right: 64px;
  margin-left: 64px;
}

.content.relative {
  position: relative;
}

.main-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
}

.main-wrapper.bg-blue._1-bl {
  padding-top: 144px;
}

.main-wrapper.blue-bg {
  position: relative;
}

.main-wrapper._1-bl {
  padding-top: 162px;
}

.btn-goust {
  position: relative;
  z-index: 1;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.btn-goust:hover {
  border-bottom-color: #ff1654;
  color: #ff1654;
}

.btn-goust.card-btn {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 0px;
}

.btn-goust.blue-bg-btn {
  margin-top: 48px;
  border-bottom-color: #fff;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

.btn-goust.blue-bg-btn:hover {
  border-bottom-color: #ff1654;
  color: #ff1654;
}

.btn-goust.projects-btn {
  margin-top: 48px;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold {
  font-weight: 700;
}

.light-color-wrapper {
  display: inline-block;
  width: 25%;
  margin-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input {
  height: 80px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #f3f3f3;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 30px;
  line-height: 1.5;
}

.input:hover {
  border-bottom-width: 1px;
  border-bottom-color: #1328ee;
}

.input:focus {
  border-bottom-width: 2px;
  border-bottom-color: #1328ee;
  background-color: transparent;
}

.input::-webkit-input-placeholder {
  color: #888b95;
  font-size: 11px;
  line-height: 14px;
}

.input:-ms-input-placeholder {
  color: #888b95;
  font-size: 11px;
  line-height: 14px;
}

.input::-ms-input-placeholder {
  color: #888b95;
  font-size: 11px;
  line-height: 14px;
}

.input::placeholder {
  color: #888b95;
  font-size: 11px;
  line-height: 14px;
}

.input.message {
  height: auto;
  margin-top: 8px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-light {
  background-color: #fff;
}

.text-col-white {
  color: #fff;
}

.link-nav {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.link-nav:hover {
  text-decoration: underline;
}

.link-nav.w--current {
  color: #0d101a;
  font-size: 17px;
  font-weight: 700;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn-wrapper.form {
  margin-top: 24px;
  float: right;
}

.input-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px solid #000;
}

.text-block-10 {
  color: #2c4d51;
  text-align: center;
}

.styles-divider {
  height: 2px;
  background-color: #0d101a;
}

.lottie-animation-5 {
  max-height: 50px;
  max-width: 50px;
}

.link {
  font-family: Gilroy, sans-serif;
  color: #0d101a;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  text-decoration: underline;
}

.link.contact-link {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #0d101a;
}

.link.contact-link:hover {
  color: #ff1654;
}

.link.contact-link {
  color: #0d101a;
}

.link.hero-links {
  margin-top: 0px;
  color: #fff;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.card-wrap.sm {
  width: 40%;
}

.card-wrap.mid {
  width: 51%;
}

.card-wrap.big {
  width: 80%;
}

.card-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-img-wrap.mid {
  height: 688px;
}

.card-img-wrap.sm {
  height: 500px;
}

.card-img-wrap.big {
  height: 560px;
}

.card-img-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-right: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-text-wrap {
  margin-top: 40px;
}

.card-text-wrap.small {
  width: 100%;
}

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

.header-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 138px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1328ee;
}

.hero-title {
  max-width: 420px;
  margin-bottom: 24px;
  color: #fff;
}

.hero-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content-wrap.service-hero {
  margin-bottom: 0px;
}

.hero-content {
  width: 46%;
}

.hero-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #fff;
}

.divider.contacts-div {
  color: #0d101a;
}

.hero-add-img {
  margin-right: -48px;
  margin-bottom: 120px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.hero-add-text {
  margin-right: 53px;
  margin-bottom: 0px;
  color: #fff;
  text-align: right;
}

.hero-add-text.mob {
  display: none;
}

.hero-right-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-big-img {
  margin-bottom: 48px;
}

.hero-big-img.service-smile {
  margin-bottom: 0px;
}

.hero-img-btn {
  width: 100%;
  margin-bottom: -1px;
}

.title-left {
  width: 30%;
  margin-top: 120px;
}

.title-left._2 {
  width: 40%;
  margin-top: 0px;
}

.title-left._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 180px auto 186px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-left._4 {
  width: 43%;
}

.title-left._5 {
  width: 46%;
  margin-top: 0px;
}

.title-left.footer-title {
  width: 50%;
  margin-top: 120px;
}

.subtitle {
  color: #ff1654;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards-wrapper.cms {
  display: none;
}

.portfolio-img-cover {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.portfolio-add-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.home-divider {
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #0d101a;
}

.home-divider.btm {
  margin-top: 240px;
  margin-bottom: 80px;
}

.logo-partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-partners {
  margin-top: 120px;
  margin-right: 10%;
}

.blue-img-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blue-bg-title {
  margin-top: 14px;
  color: #fff;
  text-align: center;
}

.blue-bg-subtitle {
  color: #ff1654;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

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

.contact-form {
  width: 55%;
  margin-right: 5%;
}

.contact-data-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-data {
  margin-bottom: 80px;
}

.contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 220px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-links {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 28px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0d101a;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #ff1654;
}

.blue-minus-img {
  width: 100%;
  margin-bottom: -1px;
}

.header-container {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-burger {
  display: none;
}

.header-container-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  z-index: 10;
  background-color: transparent;
}

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

.nav-open-menu {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.burger-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(13, 16, 26, 0.4);
}

.burger-blue-bg {
  position: absolute;
  top: 0px;
  z-index: 9;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  background-color: #1328ee;
}

.header-nav {
  z-index: 10;
  display: block;
  width: 100%;
  margin-left: 15vh;
  padding-left: 0px;
  border-bottom: 2px solid #1328ee;
  -webkit-transition: font-size 300ms ease, border-color 500ms ease;
  transition: font-size 300ms ease, border-color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}

.header-nav:hover {
  margin-top: 8px;
  margin-bottom: 24px;
  border-bottom: 4px solid #fff;
  font-size: 40px;
  line-height: 40px;
}

.header-nav.w--current {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.burger-links-wrapper {
  margin-top: 60%;
}

.burger-img-btn {
  position: absolute;
  left: -25%;
  top: auto;
  right: 0%;
  bottom: -24px;
  z-index: -1;
  width: 150%;
  height: 48px;
  border-radius: 50%;
  background-color: #1328ee;
}

.hero-title-service {
  margin-top: 8px;
  margin-bottom: 48px;
  padding-right: 40px;
  color: #0d101a;
}

.hero-content-services {
  width: 60%;
}

.p-hero-service {
  width: 62%;
}

.light {
  font-weight: 300;
}

.service-list {
  margin-bottom: 28px;
  color: #1328ee;
  font-weight: 300;
}

.service-list-wrap-copy {
  margin-top: 80px;
}

.service-full-bg-img {
  margin-top: 120px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-p {
  width: 40%;
  margin-top: 64px;
}

.flex-p.low-mar {
  margin-top: 40px;
}

.img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-img._3 {
  margin-top: 72px;
}

.service-img._1 {
  width: 47%;
}

.service-img._2 {
  width: 47%;
}

.testemonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-wrapper {
  width: 45%;
  margin-bottom: 72px;
  padding: 72px 72px 72px 64px;
  border-bottom-right-radius: 24px;
  background-color: #1328ee;
}

.testimonial-wrapper._3 {
  margin-bottom: 0px;
}

.testimonial-wrapper._4 {
  margin-bottom: 0px;
}

.testimonial-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-author-name {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
}

.hero-content-values {
  width: 60%;
}

.values-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-subtitle {
  margin-bottom: 0px;
  color: #fff;
}

.hero-content-cases {
  width: 80%;
  margin-top: 144px;
}

.main-img-c {
  margin-top: 80px;
  margin-bottom: 120px;
}

.cms-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cms-content.with-icon {
  margin-top: 120px;
}

.cms-content._2-colum-list {
  margin-top: 16px;
}

.cms-content._2-colum-list._2 {
  margin-top: 80px;
}

.cms-content.custom {
  margin-top: 96px;
  margin-bottom: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rich-text-1-0 {
  width: 50%;
  margin-top: 16px;
}

.rich-text-1-0.short {
  padding-right: 15%;
}

.rich-text-1-0.short h3 {
  margin-top: 52px;
  margin-bottom: 24px;
  color: #1328ee;
}

.rich-text-1-0.short h2 {
  color: #1328ee;
}

.cms-left-title {
  width: 50%;
  margin-top: 0px;
  padding-right: 24px;
}

.cms-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.after-feature-img {
  margin-top: 120px;
}

.after-emergency-img {
  margin-top: 100px;
  margin-bottom: 120px;
}

.competitive-analysis-img {
  margin-bottom: 120px;
}

.h2-usablility-testing {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #1328ee;
  font-weight: 300;
}

.usability-testing-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h3-usablility-testing {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #0d101a;
  font-weight: 300;
}

.synthesizing-data-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.numbers {
  margin-right: 12px;
  color: #1328ee;
  font-weight: 700;
}

.cms-hero-title {
  margin-top: 16px;
  margin-bottom: 48px;
  color: #0d101a;
}

.cards-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 40% 50%;
  grid-template-columns: 40% 50%;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.small {
  width: 480px;
}

.contacts-link {
  color: #0d101a;
  text-decoration: none;
}

.img-paralax-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 648px;
}

.dynamic-cms-wrapper {
  margin-bottom: -112px;
}

.dynamic-cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dynamic-cms.open-case-cms {
  margin-top: 0px;
}

.dynamic-cms-item {
  display: inline-block;
  width: auto;
}

.cms-img-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 48px;
  padding-left: 48px;
}

.dynamic-cms-item-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  text-decoration: none;
}

.cms-text {
  display: block;
  max-width: 39vw;
}

.cms-card-img {
  width: 36vw;
  max-width: none;
}

.rich-text-participant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rich-text-participant h2 {
  display: inline-block;
  width: 30%;
  margin-top: 40px;
  color: #1328ee;
  font-weight: 300;
}

.rich-text-participant p {
  display: inline-block;
  width: 60%;
}

.rich-text-participant h3 {
  display: inline-block;
  width: 70%;
  margin-bottom: 20px;
  font-weight: 300;
}

.data-from-testing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.data-from-testing h2 {
  display: inline-block;
  width: 3%;
  margin-top: 56px;
  margin-bottom: 0px;
  color: #1328ee;
  font-size: 18px;
  line-height: 20px;
}

.data-from-testing h3 {
  display: inline-block;
  width: 97%;
  margin-top: 56px;
  font-weight: 300;
}

.case-hover {
  position: absolute;
  right: 34%;
  bottom: 28%;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background-color: #ff1654;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.title-left-h {
  margin-top: 8px;
}

.card-heading {
  margin-top: 40px;
}

.testimonial-text {
  color: #fff;
}

.values-img._3 {
  margin-top: 72px;
}

.values-img._2 {
  width: 47%;
}

.service-img-copy._3 {
  margin-top: 72px;
}

.service-img-copy._1 {
  width: 47%;
}

.service-img-copy._2 {
  width: 47%;
}

.contacts-white-space {
  height: 180px;
}

@media screen and (min-width: 1280px) {
  .rich-text-1-0.short h2 {
    color: #1328ee;
  }

  .dynamic-cms-wrapper {
    margin-top: 80px;
  }

  .cms-card-img {
    width: auto;
  }

  .cms-card-img.open-case {
    width: 40vw;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    text-decoration: none;
  }

  .content {
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
  }

  .btn-goust.card-btn {
    display: inline-block;
  }

  .card-wrap {
    width: auto;
  }

  .card-wrap.open-case {
    width: 50%;
    margin-bottom: 0px;
  }

  .card-img-wrap {
    overflow: hidden;
  }

  .card-text-wrap.small {
    width: 480px;
  }

  .hero-title {
    max-width: 480px;
    margin-bottom: 24px;
  }

  .title-left._2 {
    width: 35%;
  }

  .cards-wrapper._2 {
    margin-top: 0px;
  }

  .cards-wrapper._3 {
    margin-top: 0px;
  }

  .portfolio-img-cover {
    height: auto;
    max-width: none;
  }

  .blue-minus-img {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -1px;
  }

  .header-container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .service-full-bg-img {
    width: 100%;
  }

  .rich-text-1-0.with-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cms-left-title {
    padding-right: 4%;
  }

  .cms-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .after-feature-img {
    margin-top: 100px;
  }

  .competitive-analysis-img {
    width: 100%;
  }

  .dynamic-cms-wrapper {
    margin-top: 80px;
  }

  .dynamic-cms {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dynamic-cms-item.open-case {
    width: 47%;
  }

  .cms-img-wrapper {
    position: relative;
  }

  .dynamic-cms-item-link {
    text-decoration: none;
  }

  .cms-text {
    max-width: 26vw;
  }

  .cms-card-img.open-case {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 96px;
  }

  h2 {
    font-size: 48px;
  }

  .center-form {
    max-width: none;
  }

  .btn-normal {
    font-size: 18px;
    line-height: 26px;
  }

  .success-message {
    border-radius: 6px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .content {
    margin-right: 40px;
    margin-left: 40px;
  }

  .btn-goust {
    font-size: 18px;
    line-height: 26px;
  }

  .link-nav {
    width: 100vw;
    margin-right: -40px;
    margin-left: -40px;
    padding-left: 80px;
  }

  .card-wrap {
    width: 100%;
  }

  .hero-title {
    max-width: 410px;
  }

  .hero-content-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content {
    width: 80%;
    margin-bottom: 80px;
  }

  .hero-add-img {
    display: none;
  }

  .hero-add-text.mob {
    display: block;
    width: 80%;
    margin-top: 24px;
    margin-left: 40px;
    color: #0d101a;
    text-align: left;
  }

  .hero-right-add {
    display: none;
  }

  .hero-big-img {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .title-left {
    width: 40%;
  }

  .title-left._2 {
    width: 70%;
  }

  .title-left._3 {
    width: 75%;
    max-width: 500px;
  }

  .title-left.footer-title {
    width: 70%;
  }

  .contact-data-wrap {
    width: 35%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

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

  .footer-logo {
    max-width: 30%;
  }

  .footer-links-wrap {
    width: 100%;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-links {
    margin-left: 0px;
  }

  .header-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-hero-service {
    width: 100%;
  }

  .service-list {
    margin-top: 40px;
  }

  .flex-p {
    width: 50%;
  }

  .service-img {
    width: 100%;
  }

  .service-img._2 {
    margin-top: 72px;
  }

  .testimonial-wrapper {
    padding: 40px;
  }

  .testimonial-author-info {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .test-aut-info-details {
    margin-top: 16px;
  }

  .values-img-wrap {
    width: 47%;
    margin-bottom: 72px;
  }

  .hero-content-cases {
    width: 100%;
  }

  .main-img-c {
    margin-top: 64px;
  }

  .cms-content.custom {
    margin-top: 40px;
  }

  .rich-text-1-0.short {
    padding-right: 10%;
  }

  .h2-usablility-testing {
    width: 38%;
  }

  .h3-usablility-testing {
    font-size: 24px;
  }

  .numbers {
    margin-right: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .cms-icons {
    max-width: 60%;
  }

  .rich-text-participant h2 {
    margin-right: 10%;
  }

  .rich-text-participant h3 {
    width: 60%;
    margin-bottom: 16px;
  }

  .values-img {
    width: 100%;
  }

  .values-img._2 {
    margin-top: 72px;
  }

  .service-img-copy {
    width: 100%;
  }

  .service-img-copy._2 {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .success-message {
    padding: 45px;
  }

  .content {
    margin-right: 24px;
    margin-left: 24px;
  }

  .btn-goust.card-btn {
    font-size: 12px;
    line-height: 18px;
  }

  .input {
    height: 64px;
    background-color: #fff;
    font-size: 24px;
  }

  .lottie-animation-5 {
    max-height: 40px;
    max-width: 40px;
  }

  .card-wrap {
    margin-bottom: 120px;
  }

  .card-wrap.sm {
    width: 100%;
  }

  .card-wrap.mid {
    width: 100%;
  }

  .card-wrap.big {
    width: 100%;
  }

  .card-img-wrap {
    padding-top: 24px;
    padding-left: 24px;
  }

  .card-img-wrap.mid {
    height: 380px;
  }

  .card-img-wrap.sm {
    height: 380px;
  }

  .card-img-wrap.sm.bg-pink {
    padding-top: 24px;
    padding-left: 32px;
  }

  .card-img-wrap.big {
    height: 380px;
  }

  .card-img-text {
    padding-right: 24px;
  }

  .main-logo {
    max-width: 40vw;
    margin-left: -10px;
  }

  .hero-title {
    max-width: 240px;
    margin-bottom: 0px;
  }

  .hero-content-wrap {
    margin-top: 0px;
  }

  .hero-content-wrap.values {
    margin-bottom: 0px;
  }

  .hero-content {
    margin-bottom: 0px;
  }

  .hero-add-text.mob {
    margin-right: 10%;
    margin-left: 24px;
  }

  .title-left._2 {
    width: 80%;
  }

  .title-left._3 {
    width: 100%;
  }

  .title-left._5 {
    width: 100%;
  }

  .title-left.footer-title {
    width: 100%;
  }

  .cards-wrapper {
    margin-top: 64px;
  }

  .home-divider {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .home-divider.btm {
    margin-top: 80px;
  }

  .logo-partners-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .logo-partners {
    width: 40%;
  }

  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form {
    width: 100%;
    margin-right: 0%;
  }

  .contact-data-wrap {
    width: 100%;
    margin-top: 80px;
    margin-bottom: -32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .contact-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .footer-wrap {
    margin-bottom: 80px;
  }

  .footer-logo {
    display: block;
    max-width: 100%;
  }

  .footer-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-links {
    margin-bottom: 40px;
  }

  .header-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-nav {
    font-size: 18px;
    line-height: 32px;
  }

  .header-nav:hover {
    border-bottom-width: 2px;
    font-size: 28px;
    line-height: 32px;
  }

  .header-nav.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
  }

  .burger-links-wrapper {
    margin-top: 35%;
  }

  .hero-title-service {
    padding-right: 0px;
  }

  .p-hero-service {
    width: 100%;
  }

  .service-full-bg-img {
    margin-top: 64px;
  }

  .flex {
    margin-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-p {
    width: 100%;
    margin-top: 24px;
  }

  .flex-p.low-mar {
    margin-top: 16px;
  }

  .img-container {
    margin-top: 48px;
  }

  .img-container.values {
    margin-top: 48px;
  }

  .service-img._3 {
    margin-top: 24px;
  }

  .service-img._1 {
    width: 100%;
  }

  .service-img._2 {
    width: 100%;
  }

  .testimonial-wrapper {
    width: 100%;
    padding: 0px;
    background-color: transparent;
  }

  .testimonial-wrapper._3 {
    margin-bottom: 72px;
  }

  .testimonial-author-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-aut-info-details {
    margin-top: 0px;
    margin-left: 24px;
  }

  .test-author-name {
    color: #0d101a;
  }

  .hero-content-values {
    width: 100%;
  }

  .values-img-wrap {
    width: 100%;
    margin-bottom: 24px;
  }

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

  .hero-content-cases {
    margin-top: 80px;
  }

  .main-img-c {
    margin-top: 0px;
  }

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

  .cms-content.with-icon {
    margin-top: 48px;
  }

  .cms-content.custom {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .cms-content.custom.last {
    margin-bottom: 0px;
  }

  .rich-text-1-0 {
    width: 100%;
  }

  .rich-text-1-0.short {
    margin-top: 0px;
    padding-right: 0%;
  }

  .rich-text-1-0.short.mrgin-top {
    margin-top: 48px;
  }

  .rich-text-1-0.with-icon {
    margin-top: 0px;
  }

  .cms-left-title {
    width: 100%;
  }

  .cms-icon-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .after-feature-img {
    margin-top: 80px;
  }

  .after-emergency-img {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .competitive-analysis-img {
    margin-bottom: 80px;
  }

  .usability-testing-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3-usablility-testing {
    width: 100%;
    margin-top: 8px;
  }

  .h3-usablility-testing.synthesizing-data {
    width: 100%;
  }

  .synthesizing-data-text {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .numbers {
    margin-top: 8px;
    margin-right: 8px;
    font-size: 61px;
    line-height: 61px;
    font-weight: 300;
  }

  .cms-hero-title {
    font-size: 18px;
  }

  .cms-img-wrapper {
    padding-top: 24px;
    padding-left: 24px;
  }

  .dynamic-cms-item-link {
    margin-bottom: 64px;
  }

  .cms-text {
    max-width: 100%;
  }

  .cms-card-img {
    width: 100%;
  }

  .rich-text-participant {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .rich-text-participant h2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
  }

  .rich-text-participant h3 {
    margin-top: 8px;
    font-size: 18px;
  }

  .data-from-testing h2 {
    display: block;
    width: auto;
    font-size: 61px;
    line-height: 70px;
    font-weight: 300;
  }

  .data-from-testing h3 {
    margin-top: 0px;
  }

  .card-heading {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .testimonial-text {
    color: #0d101a;
  }

  .testimonial-text.sm {
    font-size: 8px;
    line-height: 8px;
  }

  .testimonial-img {
    width: 56px;
  }

  .values-img._1 {
    margin-bottom: 0px;
  }

  .values-img._2 {
    width: 100%;
    margin-top: 24px;
  }

  .contacts-white-space {
    height: 144px;
  }
}

@media screen and (max-width: 479px) {
  .btn-normal {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .main-wrapper.bg-blue._1-bl {
    position: relative;
  }

  .btn-goust {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .btn-goust.card-btn {
    width: auto;
  }

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

  .link-nav {
    margin-left: 0px;
    padding-left: 24px;
  }

  .main-logo {
    max-width: 50vw;
    margin-left: -10px;
  }

  .hero-title {
    max-width: 240px;
  }

  .hero-content-wrap {
    margin-top: 0px;
  }

  .hero-content-wrap.values {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-right {
    margin-left: -100px;
  }

  .hero-big-img {
    margin-top: 24px;
    margin-left: 10px;
  }

  .hero-img-btn {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .title-left {
    width: 75%;
  }

  .title-left._2 {
    width: 100%;
  }

  .title-left._3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .portfolio-img-cover._1 {
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .home-divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .logo-partners-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-partners {
    width: 80%;
    margin-top: 100px;
    margin-right: 0%;
  }

  .blue-bg-title {
    text-align: left;
  }

  .blue-bg-subtitle {
    color: #fff;
    text-align: left;
  }

  .footer-logo {
    max-width: 90%;
  }

  .footer-links {
    margin-bottom: 48px;
  }

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

  .burger-blue-bg {
    right: -40vh;
    width: 80vh;
    height: 80vh;
  }

  .header-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .burger-links-wrapper {
    width: 100%;
    margin-left: 17%;
  }

  .p-hero-service {
    width: 100%;
  }

  .testimonial-author-info {
    margin-top: 24px;
  }

  .hero-content-values {
    width: 100%;
  }

  .after-feature-img {
    max-width: 119%;
    margin-left: -24px;
  }

  .after-emergency-img {
    max-width: 119%;
    margin-left: -24px;
  }

  .h3-usablility-testing {
    width: 100%;
  }

  .cms-icons {
    max-width: 80%;
  }

  .dynamic-cms {
    margin-top: 72px;
  }

  .rich-text-participant h3 {
    width: 100%;
  }

  .brand {
    z-index: 1;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype'), url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}