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

body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.container-w1 {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-w1.container__services-2 {
  z-index: 1;
  height: auto;
  position: relative;
}

.container-w1.workprocess {
  max-width: 60em;
}

.container-w1.testimonials {
  overflow: hidden;
}

.container-w1.footer__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-w1.about-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-w1.nav {
  flex-direction: column;
  position: relative;
}

.main-nav {
  height: 115px;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  background-color: #000;
  position: relative;
}

.page-wrapper.portfolio {
  background-color: #e5e5e5;
}

.main-nav__inner {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-nav__left {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 2 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-nav__right {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social__icon {
  max-width: none;
  border-radius: 50%;
  padding: 10px;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.125rem;
  font-size: 1.125rem;
  display: flex;
}

.btn.btn__animated {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.btn.btn__animated.btn__form {
  text-transform: lowercase;
  background-color: #b602ec;
  font-size: 1.5rem;
  transition: all .2s;
}

.btn.btn__animated.btn__form:hover {
  background-color: rgba(0, 0, 0, .26);
}

.btn.btn__animated.btn__highlight {
  background-color: #b9680c;
}

.btn.btn__animated.bg__btn {
  background-image: linear-gradient(270deg, #5c2ca7, #8f2e71 34.83%, #932c70 50.48%, #8d0088 66.73%, #462ba7);
  border-radius: 50px;
  flex: 0 23.875rem;
  transition: all .3s;
}

.btn.btn__animated.bg__btn:hover {
  color: #b9680c;
  transform: translate(0, -2px);
}

.btn.btn__animated.bg__btn:active {
  transform: translate(0, -1px);
}

.btn.btn__animated.cta {
  width: 75%;
  min-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn__animated.about-cta {
  background-image: linear-gradient(270deg, #5c2ca7 1.42%, #8f2e71 34.83%, #932c70 50.48%, #8d0088 66.73%, #462ba7 99.96%);
  padding: 1.5rem 4rem;
  transition: all .3s;
}

.btn.btn__animated.about-cta:hover {
  color: #b9680c;
  box-shadow: 0 4px 5px rgba(29, 9, 9, .2);
}

.btn.btn__animated.about-cta:active {
  transform: translate(0, 1px);
  box-shadow: 0 2px 5px rgba(29, 9, 9, .2);
}

.nav__link {
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  transition: all .3s;
}

.nav__link.w--current {
  color: #fff;
}

.nav__link.nav__link--mobile-services, .nav__link.nav__link--contact, .nav__link.mobile-home {
  display: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.section.section__hero {
  min-height: 100vh;
  background-image: url('../images/banner-bg.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 13rem;
}

.section.section__development {
  min-height: 100vh;
  background-color: #f7f7f7;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section.section__faq {
  min-height: 100vh;
  background-color: #000;
  margin-bottom: 6rem;
  padding-top: 6rem;
}

.section.section__workprocess {
  min-height: 75vh;
  min-height: 75vh;
  background-color: #000;
  padding-top: 0;
}

.section.section__projects {
  background-image: linear-gradient(127deg, #522ba8, #992f75 58%);
  justify-content: flex-start;
  padding: 80px 30px;
  overflow: visible;
}

.section.section__contact {
  min-height: 85vh;
  perspective: 1500px;
  color: #fff;
  background-image: linear-gradient(120deg, #992f75, #ab4a9d 24.9%, #662c9a 69.98%);
  padding-top: 6rem;
  padding-bottom: 1rem;
}

.section.section__contact.scroll-up__show {
  background-image: linear-gradient(247deg, #522ba8, #992f75 58%);
}

.section.section__services {
  min-height: 100vh;
  perspective: 1500px;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 3rem;
}

.section.section__mobile-services {
  display: none;
}

.section.section__about-hero {
  z-index: 5;
  height: 100vh;
  background-image: url('../images/about-hero-BG.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.section__about-introduction {
  background-color: #fff;
  border: 1px #000;
  padding-top: 7rem;
  position: -webkit-sticky;
  position: sticky;
  transform: none;
}

.section.section__about-cta {
  background-color: #fff;
  border: 1px #000;
  padding-top: 10rem;
  padding-bottom: 23.5rem;
  display: flex;
}

.section.section__about-cta.scroll-up__show {
  background-color: #fff;
}

.section.section__sitemap {
  background-image: url('../images/about-hero-BG.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.section.section__breadcrumbs {
  height: 160px;
}

.section.section__portfolio {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.nav-menu {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section__content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: -10rem;
  display: flex;
}

.section__hero--txt-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 0 70%;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section__hero--img-wrapper {
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading__primary {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
}

.heading__primary._404 {
  font-size: 15rem;
  line-height: 1;
}

.section__hero--para {
  max-width: 24rem;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.9;
}

.section__hero--para._404 {
  max-width: 28rem;
}

.section__hero--btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section__hero--img {
  transform: scale3d(1none, 1none, 1none) translate(0px, -20px);
  transform-style: preserve-3d;
}

.link__social {
  border: 1px solid rgba(255, 254, 254, .5);
  border-radius: 50%;
  position: relative;
}

.link__social.fb {
  transform: scale(1.2);
}

.link__social.insta {
  transform: scale(1);
}

.link__social--filler {
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

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

.btn__border.top {
  z-index: 10;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #1779ff);
  top: 0%;
  bottom: auto;
  left: -100%;
  right: auto;
}

.btn__border.right {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #1779ff);
  top: -100%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn__border.bottom {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #1779ff);
  top: auto;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.btn__border.left {
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #1779ff);
  top: auto;
  bottom: -100%;
  left: 0%;
  right: auto;
}

.tabs {
  width: 100%;
}

.tab__pane--wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab__pane--txt-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab__link {
  max-width: 390px;
  color: #ffdb00;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #636363;
  border-right: 1px solid #636363;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 16px 30px;
  display: flex;
}

.tab__link.w--current {
  color: #fff;
  background-image: linear-gradient(270.05deg, #5c2ca7, #8f2e71 34.83%, #932c70 50.48%, #8d0088 66.73%, #462ba7);
  justify-content: center;
  align-items: center;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading__secondary {
  text-align: center;
  text-transform: uppercase;
}

.heading__secondary.heading__projects {
  color: #fba8a8;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 75px;
  font-family: Inter, sans-serif;
}

.heading__secondary.heading__contact {
  text-align: left;
  margin-top: -1.5rem;
  margin-bottom: 1.7rem;
}

.heading__secondary.development {
  color: #32b785;
}

.heading__secondary.faq {
  text-shadow: -1px 1px 5px rgba(255, 255, 255, .8), 2px 2px 4px #704f80;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 5rem;
  line-height: 1;
}

.heading__secondary.testimonials {
  color: #863e6e;
  font-size: 3rem;
}

.development__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dev__card {
  width: 30%;
  height: 32.5rem;
  min-width: 17rem;
  perspective: 1500px;
  position: relative;
}

.heading__wrapper {
  margin-bottom: 45px;
}

.dev__card--side {
  width: 100%;
  height: 32.5rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .15);
}

.dev__card--side.card--side-front {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.dev__card--side.card--side-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.dev__card--side.card--side-back.card--side-back-1 {
  background-image: linear-gradient(135deg, #ffb900, #ff7730);
}

.dev__card--side.card--side-back.card--side-back-2 {
  background-image: linear-gradient(135deg, #7ed56f, #28b485);
}

.dev__card--side.card--side-back.card--side-back-3 {
  background-image: linear-gradient(135deg, #2998ff, #8a7efa);
}

.dev__card--picture {
  height: 14.35rem;
  mix-blend-mode: screen;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.dev__card--picture.card__picture--1 {
  background-image: url('../images/dev_card-1.webp');
  background-position: 50% 0;
  background-size: auto 120%;
}

.dev__card--picture.dev__card--picture--2 {
  background-image: url('../images/dev_card-2.webp');
  background-position: 50% 100%;
  background-size: auto 120%;
}

.dev__card--picture.card__picture--3 {
  background-image: url('../images/dev_card-3.webp');
  background-position: 50% 100%;
  background-size: auto 110%;
}

.card__details {
  height: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.card__list {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
}

.card__list--item {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  line-height: 1;
}

.card__list--item.card__list--item-last {
  border-bottom-style: none;
}

.card__cta {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__price-box {
  margin-bottom: 80px;
}

.card__price-only {
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 300;
}

.card__price-value {
  font-size: 1.3rem;
}

.info__intro {
  max-width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.info__intro.black {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-avatar-group_item {
  width: 7.25rem;
  height: 7.25rem;
  background-color: #fff;
  border: 2px #fff;
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-group_item.own {
  background-color: rgba(0, 0, 0, 0);
}

.uui-avatar-stack_item {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.own {
  width: 7.25rem;
  height: 7.25rem;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-right: 0;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.avatar-stack_component.own {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.uui-faq01_cta {
  background-color: #e1e5e9;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 6rem 2rem;
  display: flex;
}

.uui-faq01_cta.cta__stars {
  z-index: 10;
  border-radius: 6.3125rem;
  position: relative;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: #cac9c9;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.sitemap {
  font-size: .875rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_answer.sitemap {
  position: relative;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_component.own {
  width: 1rem;
  height: 1rem;
  border-top-style: none;
  border-left-style: none;
  border-radius: 0%;
  transform: rotate(45deg);
}

.accordion-icon_component.own.sitemap {
  width: .75rem;
  height: .75rem;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_heading {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_heading.own {
  color: #fff;
}

.uui-faq01_heading.sitemap {
  text-transform: uppercase;
  font-size: .875rem;
}

.uui-faq01_heading.sitemap1 {
  font-size: .875rem;
}

.uui-faq01_question {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_question.sitemap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.uui-faq01_question.sitemap.child {
  padding-top: 0;
  padding-bottom: .5rem;
  padding-right: 1rem;
}

.uui-faq01_question.sitemap.grandchild {
  padding-bottom: .5rem;
  padding-right: 1.6rem;
}

.uui-faq01_accordion {
  color: #fff;
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.uui-faq01_accordion.sitemap {
  border-bottom-style: none;
}

.uui-faq01_accordion.sitemap.sitemap_faq, .uui-faq01_accordion.sitemap.sitemap_important {
  display: none;
}

.uui-faq01_list {
  max-width: 48rem;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  color: #fff;
  margin-top: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tab-parent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-top {
  width: 100%;
  height: 6.5em;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.tab-btm {
  width: 100%;
  height: 33rem;
  perspective: 1500px;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-btn-parent {
  width: 100%;
  display: flex;
  position: relative;
}

.tab-button-selector {
  width: 33%;
  height: 100%;
  border-radius: 1.1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-btn-child {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.tab-txt-selector {
  color: #ffdb00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.55;
}

.card-whipe {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-tab-slide-parent {
  width: 200%;
  height: 100%;
  background-color: #000;
  align-items: center;
  margin-right: 50%;
  padding-left: 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.right-tab-slide-parent {
  width: 200%;
  height: 100%;
  background-color: #000;
  align-items: center;
  margin-left: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.tab-slide-child {
  width: 25%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.img-parent {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.img-parent.is--tab {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
  right: auto;
  overflow: hidden;
}

.img-child {
  width: 90%;
  height: 100%;
  position: relative;
}

.tab-panels-contain {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.tab-panel {
  width: 25%;
  height: 100%;
  align-items: center;
  padding: 4em 2.5em;
  display: flex;
  position: relative;
}

.tab-content-parent {
  width: 100%;
  height: 100%;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tab-h2 {
  margin-bottom: 10px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}

.tab-h2.rus {
  font-size: 2.5rem;
}

.text-white {
  color: #fff;
  margin-top: .3em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.55;
}

.span-text {
  color: red;
  line-height: 1.25;
  display: inline-block;
}

.heading__services--wrapper {
  margin-top: 4rem;
  padding-top: 44px;
  padding-bottom: 20px;
}

.section-workprocess__content-wrapper {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  border-bottom: 1px solid #f4ebff;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.tabs-workprocess__menu {
  border: 1px solid #636363;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs-workprocess__content {
  margin-top: 40px;
}

.heading__workprocess--wrapper {
  padding-top: 44px;
  padding-bottom: 44px;
}

.section__workprocess--info {
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.18rem;
  line-height: 1.7;
}

.all-projects__wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.project__wrapper {
  height: 90vh;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.project__img-wrapper {
  width: 30vw;
  height: 30vw;
  border: 1px #000;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 142px;
  overflow: hidden;
}

.project__title {
  z-index: 4;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.project__link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.project__link.glamour {
  padding-bottom: 40px;
}

.project__description {
  max-width: 85%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project__title--wrapper {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  position: relative;
}

.project__title--wrapper.glamour {
  margin-top: 40px;
}

.project-txt__container {
  flex: 0 50%;
}

.project__img--container {
  width: 100%;
  perspective: 1500px;
  flex: 0 50%;
}

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

.project__img.project-2, .project__img.project-3, .project__img.project-4 {
  transform: translate(55vw);
}

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

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-testimonial18_slide-nav.testimonials-lg {
  margin-bottom: .5rem;
  margin-left: .5rem;
  line-height: 1;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial18_arrow {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.uui-testimonial18_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial18_arrow.left {
  margin-right: 3.7rem;
}

.uui-testimonial18_arrow.testimonials-lg.left {
  margin-top: -72px;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.testimonials {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.uui-text-size-medium-2.testimonials.nutrigenius {
  margin-bottom: 0;
}

.uui-heading-small {
  color: #9b4f8b;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.uui-heading-small.testimonials-lg {
  font-size: 3.75rem;
}

.uui-heading-small.testimonials-lg.glamour {
  font-size: 3rem;
}

.uui-testimonial18_content-wrapper {
  min-height: 17.5rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 1.5rem;
}

.uui-testimonial18_content-wrapper.testimonials {
  z-index: 40;
  width: 120%;
  max-height: 15rem;
  max-width: 16rem;
  min-height: auto;
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  perspective: 1500px;
  transform-origin: 50% 100%;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  position: absolute;
  top: -86%;
  left: 8%;
  right: auto;
}

.uui-testimonial18_content-wrapper.testimonials.glamour {
  top: auto;
  bottom: 100%;
  left: auto;
}

.uui-testimonial18_content-wrapper.testimonials.glamour.testimonials-lg {
  max-height: 14rem;
  max-width: 20rem;
  opacity: 0;
}

.uui-testimonial18_content-wrapper.testimonials.memelio_t {
  top: auto;
  bottom: 101%;
  left: -2%;
}

.uui-testimonial18_content-wrapper.testimonials.aks {
  top: auto;
  bottom: 104%;
  left: 0%;
  right: auto;
}

.uui-testimonial18_content-wrapper.testimonials.aks.testimonials-lg {
  opacity: 0;
}

.uui-testimonial18_content-wrapper.testimonials.aks.testimonials-lg.memelio {
  max-width: 20rem;
}

.uui-testimonial18_content-wrapper.testimonials.aks.testimonials-lg.nutrigenius {
  max-width: 29rem;
  padding-bottom: .5rem;
  bottom: 94%;
}

.uui-testimonial18_content-wrapper.testimonials.nutrigenius {
  max-height: 17.4rem;
  max-width: 16.5rem;
  padding-top: .5rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  top: auto;
  bottom: 98%;
  left: -3%;
}

.uui-testimonial18_logo-wrapper {
  width: 90%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_logo-wrapper.testimonials-lg {
  width: auto;
}

.uui-testimonial18_content {
  width: 100%;
  height: 25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.testimonials {
  border-radius: 1rem;
  justify-content: flex-end;
  padding: 1rem;
}

.uui-testimonial18_content.testimonials.testimonials-1 {
  background-image: url('../images/website__aks.webp');
  background-position: 50%;
  background-size: 110%;
}

.uui-testimonial18_content.testimonials.testimonials-2 {
  background-image: url('../images/website__glamour.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 140%;
}

.uui-testimonial18_content.testimonials.testimonials-3 {
  background-image: url('../images/website__memelio-turas.webp');
  background-position: 50%;
  background-size: 100% 100%;
}

.uui-testimonial18_content.testimonials.testimonials-4 {
  background-image: url('../images/website__nutrigenius.webp');
  background-position: 50% 160%;
  background-size: 100% 100%;
}

.uui-testimonial18_slide {
  margin-right: 40px;
}

.uui-testimonial18_mask {
  width: 33.35%;
  height: auto;
  overflow: visible;
}

.uui-testimonial18_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-testimonial18_component.testimonials {
  margin-top: 2rem;
  display: none;
}

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

.uui-container-large-2.testimonials {
  overflow: hidden;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-section_testimonial17.testimonials {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.client__wrapper {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
}

.client__img--wrapper {
  object-fit: contain;
  flex: 0 30%;
  padding: 5px;
  position: relative;
}

.client__name--wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.client__img {
  border-radius: 50%;
}

.quote__arrow {
  z-index: 50;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: -3%;
  left: 11%;
  transform: rotate(45deg);
}

.client__name {
  margin-bottom: 2px;
  font-size: .8rem;
  font-weight: 700;
}

.text-block {
  font-size: .8rem;
}

.contact__content-wrapper {
  width: 100%;
  height: 60vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.contact__img-wrapper {
  perspective: 1500px;
  flex: 0 43%;
  position: relative;
  overflow: visible;
}

.contact__form--wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact__form--container {
  flex-direction: column;
  flex: 1;
}

.contact__img {
  max-height: 90%;
  opacity: .7;
  border-radius: 10px;
}

.contact__field {
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid #ac71c7;
  border-radius: 7px;
  font-size: 1.125rem;
}

.contact__field:active, .contact__field:focus {
  color: #fff;
}

.contact__field:focus-visible {
  color: #fff;
}

.contact__field[data-wf-focus-visible] {
  color: #fff;
}

.contact__field::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.contact__field::placeholder {
  color: #fff;
  font-weight: 300;
}

.contact__field.message {
  flex: 1;
}

.body {
  color: #fff;
}

.contact__img--overlay {
  filter: blur(50px);
  background-color: rgba(250, 255, 198, .41);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 25%;
  left: -18%;
  right: 0%;
  transform: scale(.4);
}

.contact__form-block {
  height: 100%;
}

.contact__form {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  height: 12rem;
  background-color: #000;
}

.footer__wrapper {
  min-height: 75%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.copyright__txt {
  color: #fff;
  text-align: right;
  font-size: .8rem;
  line-height: 2;
}

.footer__link {
  color: #fff;
  text-decoration: underline;
}

.margin__bottom-6rem {
  margin-bottom: 6rem;
}

.brand.w--current {
  height: 100%;
  min-width: 10rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg__btn {
  background-image: linear-gradient(270deg, #5c2ca7, #8f2e71 34.83%, #932c70 50.48%, #8d0088 66.73%, #462ba7);
}

.star__container {
  z-index: 15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.star__container.sm {
  max-height: 3rem;
  max-width: 3rem;
}

.star__container.sm.one {
  top: 5%;
  left: 10%;
}

.star__container.sm.two {
  top: 10%;
  left: 20%;
}

.star__container.sm.three {
  top: 20%;
  left: 33%;
}

.star__container.sm.four {
  top: 32%;
  left: 70%;
}

.star__container.sm.five {
  top: 20%;
  left: 80%;
}

.star__container.md {
  max-height: 5rem;
  max-width: 5rem;
}

.star__container.md.one {
  top: 37%;
  left: 20%;
}

.star__container.md.two {
  top: 15%;
  left: 57%;
}

.star__container.md.three {
  top: 50%;
  left: 75%;
}

.star__container.lg {
  max-height: 7rem;
  max-width: 7rem;
}

.star__container.lg.one {
  top: 64%;
  left: 7%;
}

.footer__contacts-copyright {
  height: 3rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: ". contacts copyright"
  / 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer-nav {
  height: 6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-nav__menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav__link {
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  font-size: 1rem;
  transition: all .3s;
  display: inline-block;
}

.footer-nav__link:hover {
  color: #b9680c;
}

.footer-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__contacts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.contact__link {
  color: #fff;
}

.contact__link.email--fixed {
  color: #0affff;
}

.email-fix {
  z-index: 20;
  max-width: 300px;
  border-bottom: 1px solid #0affff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 32%;
  right: -45px;
  transform: rotate(270deg);
}

.services__arrow--wrapper {
  max-width: 30px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 50%;
  right: 0%;
}

.menu__btn {
  border: 1px solid #cbbcbc;
  border-radius: 50%;
}

.mobile-nav__wrapper {
  display: none;
}

.mobile__brand.w--current {
  height: 60%;
  min-width: 10rem;
  flex: 0 10rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mobile__btn {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.125rem;
  font-size: 1.125rem;
  display: flex;
}

.mobile__btn.btn__animated {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.mobile__btn.btn__animated.btn__highlight {
  background-color: #b9680c;
}

.img-child--mobile {
  width: 90%;
  height: 100%;
  position: relative;
}

.mobile-services__arrow--wrapper {
  max-width: 30px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 50%;
  right: 0%;
}

.logo__img {
  max-width: 10rem;
}

.logo__img.sitemap {
  width: 75%;
  max-width: 25rem;
  min-width: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project__title--fill {
  z-index: 2;
  width: 100%;
  height: 0%;
  color: #fff;
  align-items: flex-end;
  font-family: Lato, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
}

.md__img--wrapper, .sm__project--slider-wrapper {
  display: none;
}

.scroll-up__icon--wrapper {
  z-index: 20;
  width: 4rem;
  height: 4rem;
  border: 1px solid #0affff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.scroll-up__icon--wrapper.w--current {
  opacity: 0;
  display: none;
}

.scroll-up__icon {
  color: #0affff;
  position: relative;
}

.scroll-up__show {
  justify-content: center;
  align-items: center;
}

.faq__last {
  border: 1px #000;
}

.sucess__msg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.error__msg {
  color: red;
  border: 1px solid red;
}

.uui-testimonial18_special--wrapper {
  width: 100%;
  max-width: 280px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.uui-testimonial18_special--wrapper.testimonials-lg {
  width: 95%;
  max-width: none;
}

.uui-testimonial18_special--card {
  color: #706c6c;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: .75rem;
  font-weight: 400;
}

.uui-testimonial18_special--card.testimonials-lg {
  font-size: 1rem;
}

.footer__sm {
  height: 12rem;
  background-color: #000;
}

.footer__sm.scroll-up__show {
  display: none;
}

.about-hero__wrapper {
  height: 100%;
  position: relative;
}

.about-hero__img {
  width: 35%;
  height: 80%;
  max-width: 30rem;
  min-width: 27rem;
  position: absolute;
  bottom: 0%;
  left: 6.625%;
  overflow: hidden;
}

.about-hero__img--wrap {
  width: 100%;
  height: 100%;
  background-image: url('../images/Us_lg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-hero__info {
  width: 60%;
  height: 100vh;
  margin-left: 40%;
  position: relative;
}

.about-hero__info--wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
  padding-right: 17%;
  display: flex;
  position: relative;
}

.about-hero__title {
  width: 100%;
  max-width: 45rem;
  min-width: 33rem;
  transform-origin: 0%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -12rem;
  margin-left: -31%;
  padding: 4.325rem 2.2rem;
  display: flex;
  position: relative;
}

.about-hero__slogan {
  padding-top: 70px;
  position: absolute;
  top: auto;
  bottom: -38%;
  left: auto;
  right: -26%;
}

.about-heading__primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.125rem;
  font-weight: 400;
  position: relative;
}

.about-hero__txt {
  font-size: 1.375rem;
}

.about-hero__txt.rus {
  text-align: left;
}

.about-heading__primary--wrapper {
  overflow: hidden;
}

.about-hero__txt--wrapper {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.about-hero__txt--wrapper.rus {
  max-width: 30rem;
}

.heading__primary--span {
  display: inline-block;
}

.test {
  height: 50vh;
  background-color: #fff;
  display: none;
}

.intro__general {
  height: 60rem;
}

.intro__general.intro__niko {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 0;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  position: relative;
}

.intro__general.intro__asya {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -3.5rem;
  margin-bottom: 7.6rem;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  position: relative;
}

.about__quote--block {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-self: flex-start;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  padding-left: 5.75rem;
  display: flex;
  position: relative;
}

.about__quote--block.asya {
  order: 2;
  margin-top: 7.5rem;
  top: 11%;
}

.about__quote--block.sm {
  display: none;
}

.about__quote--block.rus {
  padding-left: 4rem;
}

.about__photo-block {
  z-index: 5;
  width: 50vw;
  max-width: 40rem;
  margin-top: 8rem;
  position: relative;
}

.about__photo-block.asya {
  order: 0;
}

.about__catchphrase--wrapper {
  width: 50vw;
  height: auto;
  max-width: 40rem;
  order: 1;
  align-self: flex-end;
  position: relative;
  top: 15%;
  right: -43px;
}

.about__catchphrase--wrapper.asya {
  right: -61px;
}

.about__catchphrase--wrapper.asya.rus {
  width: 60vw;
}

.about__catchphrase--wrapper.niko {
  right: -8px;
  overflow: hidden;
}

.about__quote--txt-wrapper {
  overflow: hidden;
}

.about__quote--txt {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  display: block;
  position: relative;
}

.about__quote--border {
  width: 5px;
  height: 100%;
  transform-origin: 50% 100%;
  background-color: #00a5ab;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about__photo--wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.about__photo--card-wrapper {
  z-index: -1;
  width: 100%;
  height: 13rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-origin: 100%;
  background-color: #f4f7f9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7rem;
  display: flex;
  position: absolute;
  bottom: -16%;
  left: -72%;
}

.about__photo--card-wrapper.asya {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 7rem;
  left: auto;
  right: -60%;
}

.about__photo--title-wrapper, .about__photo--name-wrapper {
  overflow: hidden;
}

.about__photo {
  z-index: 6;
  position: relative;
}

.about__photo--title {
  color: #475467;
  text-transform: uppercase;
}

.about__photo--name {
  color: #000;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 300;
}

.about__photo--name.asya {
  margin-bottom: 1rem;
}

.about__catchphrase {
  color: #696767;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2;
}

.about__photo--bg {
  z-index: 4;
  transform-origin: 50% 0;
  background-color: #98a2b3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-cta__main-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
}

.about-cta__preface-wrapper {
  overflow: hidden;
}

.about-cta__slogan-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.about-cta__preface {
  color: #a0a0a0;
  text-transform: uppercase;
  font-weight: 300;
}

.about-cta__slogan {
  color: #585858;
  letter-spacing: .15em;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}

.sitemap__top {
  width: 100%;
  height: 30rem;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sitemap__logo-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sitemap__tabs {
  flex: 0 60%;
  position: relative;
  top: -30%;
}

.sitemap__tab {
  height: 18rem;
  border-left: 7px solid #00a5ab;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all .3s;
  display: flex;
}

.sitemap__tab:hover {
  box-shadow: 0 3px 8px 12px rgba(34, 50, 68, .13);
}

.sitemap__tab:active {
  box-shadow: 0 6px 9px 10px rgba(34, 50, 68, .13), 0 12px 8px -4px rgba(34, 50, 68, .24);
}

.sitemap__tab.top {
  background-color: #f4f7f9;
}

.sitemap__tab.bottom {
  background-color: #fff;
}

.sitemap__tab--heading-wrapper {
  overflow: hidden;
}

.sitemap__tab--cta-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sitemap__tab--info {
  margin-left: 5rem;
}

.sitemap__tab--heading-secondary {
  color: #585858;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.sitemap__tab--cta-txt {
  color: #20919a;
  text-transform: uppercase;
  margin-left: 45px;
  line-height: 3.65625;
}

.sitemap__tab--accent {
  width: 40px;
  height: 1px;
  transform-origin: 100%;
  background-color: #20919a;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.sitemap__tab--cta {
  width: 100%;
  position: relative;
}

.sitemap__content--wrapper {
  min-height: 30rem;
  justify-content: space-between;
  display: flex;
}

.sitemap__quote--wrapper {
  flex: 0 25%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sitemap__grid {
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". sitemap-other-services sitemap-design-ceo"
                       ". sitemap-other-services sitemap-design-ceo";
}

.sitemap__quote--container {
  width: 12.375rem;
  margin-top: 1rem;
  position: relative;
}

.sitemap__quote {
  color: #a2eeff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 159%;
}

.sitemap__quote-mark--bottom {
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: 0%;
}

.sitemap__quote-mark--top {
  position: absolute;
  top: -11%;
  left: -20%;
}

.sitemap__list {
  font-size: .875rem;
  line-height: 175%;
}

.sitemap__list.parent {
  margin-bottom: 5px;
}

.portfolio__link--wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  transition: color .3s;
  display: flex;
  position: relative;
}

.nav__menu--wrapper {
  width: 15.5rem;
  height: auto;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 4rem 2.5rem .5rem;
  display: none;
  position: absolute;
  top: 7.2rem;
}

.portfolio__menu--list {
  line-height: 1.8;
}

.portfolio__menu--list-item {
  margin-bottom: .5rem;
}

.portfolio__menu--link {
  color: #fff;
  transition: color .3s;
}

.portfolio__menu--link:hover {
  color: #b9680c;
}

.client-card__text--wrapper {
  width: 90%;
  position: relative;
}

.client-card__text--wrapper.testimonials-lg {
  width: 100%;
}

.slide_inner {
  width: 100%;
  height: 100%;
  flex: none;
  align-items: stretch;
  margin-right: 40px;
  display: flex;
}

.slide_outer {
  width: 100%;
  height: 100%;
  display: flex;
}

.cursor {
  z-index: 5000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_dot {
  width: 20px;
  height: 20px;
  background-color: rgba(127, 86, 217, .75);
  border-radius: 50%;
}

.lang__wrapper {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 2%;
}

.lang__wrapper._404 {
  display: none;
}

.lang__dropdown--toggle {
  display: block;
}

.lang__dropdown--icon {
  color: #fdd528;
}

.lang__dropdown--current {
  color: #fdd528;
  font-size: .8rem;
  text-decoration: underline;
}

.lang__dropdown--list {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(148, 114, 191, .9), rgba(148, 114, 191, .4));
  border-radius: 7px;
  top: 45px;
}

.lang__dropdown--list.w--open {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(148, 114, 191, .9), #483b58);
  border-radius: 6px;
  top: 44.5938px;
}

.lang__dropdown--link {
  color: #000;
  text-align: center;
  font-size: .8rem;
  transition: color .3s;
}

.lang__dropdown--link:hover {
  color: #fff;
  text-decoration: underline;
}

.lang__dropdown--divider {
  width: 60%;
  height: 1px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-large-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-arrow-2.test {
  color: #000;
  display: block;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-two-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slider-two-3.testimonials-lg {
  flex-direction: column;
  display: flex;
  position: relative;
}

.testimonial-lg__content {
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.5rem 2.2rem 3.3rem;
  display: flex;
  position: relative;
}

.testimonial-lg__content.aks {
  background-color: #fdf4e2;
  overflow: hidden;
}

.testimonial-lg__content.glamour {
  background-color: #dddbd9;
}

.testimonial-lg__content.memelio {
  background-color: #82d886;
}

.testimonial-lg__content.nutrigenius {
  background-color: #ffeaf1;
}

.testimonial-lg__text--wrapper {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-lg__text--wrapper.aks {
  bottom: 18%;
  left: 10%;
}

.testimonial-lg__text--wrapper.glamour {
  z-index: 10;
  bottom: 14%;
  left: 5%;
}

.testimonial-lg__text--wrapper.memelio {
  bottom: 21%;
  left: 7%;
}

.testimonial-lg__text--wrapper.nutrigenius {
  bottom: 16%;
  left: 6%;
}

.testimonial-image-two-3 {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-image-two-3.testimonials-lg {
  width: 100%;
  object-fit: contain;
  transform: scale(1.5);
}

.testimonial-image-two-3.testimonials-lg.glamour {
  transform: translate(-12%, 9%)scale(1.5);
}

.testimonial-image-two-3.testimonials-lg.nutrigenius {
  transform: translate(-16%)scale(1.5);
}

.testimonials-lg__mask {
  border-radius: 15px;
}

.testimonials-lg__slide {
  height: 100%;
  margin-right: 30px;
  overflow: visible;
}

.testimonial-img--wrapper {
  width: 50vw;
  height: 400px;
  max-width: 45rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section__hero--span1 {
  font-size: 1.875rem;
}

.success__msg--txt {
  margin-top: 30%;
}

.error__msg--txt {
  font-weight: 700;
}

.breadcrumbs__wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  padding-bottom: .6rem;
  display: flex;
}

.breadcrumb {
  color: #8d0088;
  text-decoration: none;
}

.breadcrumb.active {
  color: #005596;
}

.icon-embed-custom {
  width: .625rem;
  height: 1.1875rem;
  color: #932c70;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  line-height: 1.5;
}

.portfolio__header {
  min-height: 25.625rem;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.portfolio__header--wrapper {
  max-width: 45.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio__heading--wrapper {
  width: 45.5rem;
  height: 19.375rem;
  background-color: #00a5ab;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 6px 4px rgba(0, 0, 0, .29);
}

.portfolio__heading {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.125rem;
  font-weight: 400;
  line-height: 1.21212;
}

.portfolio__slogan--wrapper {
  color: #667085;
  margin-top: 3.125rem;
}

.portfolio__slogan {
  letter-spacing: -.015em;
  font-size: 1.375rem;
  line-height: 1.2;
}

.portfolio__sort--wrapper {
  flex-wrap: wrap;
  align-content: space-around;
  margin-bottom: 6.25rem;
}

.portfolio__sort--line1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio__sort--line2 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.portfolio__sort--line3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio__sort--btn {
  color: #932c70;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 29.5px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.3125rem;
  transition: all .3s;
  display: flex;
}

.portfolio__sort--btn:hover {
  border-color: #d3d3d3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .container-w1.nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-nav__inner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .main-nav__left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .main-nav__right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    display: flex;
  }

  .social__icon {
    max-width: none;
  }

  .btn {
    padding: 1rem;
  }

  .btn.btn__animated.btn__form {
    min-width: 9.5rem;
  }

  .btn.btn__animated.bg__btn {
    flex-basis: 20.125rem;
  }

  .btn.btn__animated.mobile {
    color: #000;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .nav__link {
    padding: 10px 7.5px;
    font-size: 1rem;
    line-height: 1;
  }

  .section.section__contact.scroll-up__show {
    padding-top: 9.5rem;
  }

  .section.section__services {
    padding-bottom: 6.2rem;
  }

  .section.section__about-introduction {
    padding-top: 3rem;
  }

  .section.section__about-cta {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }

  .section__hero--txt-wrapper {
    z-index: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .heading__primary {
    max-width: 100%;
    font-size: 2.7rem;
  }

  .heading__primary._404 {
    font-size: 10rem;
  }

  .section__hero--para._404 {
    font-size: .875rem;
  }

  .section__hero--img {
    z-index: 3;
    max-width: 120%;
    position: relative;
  }

  .link__social.fb {
    flex: 0 auto;
  }

  .tab__link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .heading__secondary {
    font-size: 2.65rem;
    line-height: 1.1;
  }

  .heading__secondary.heading__projects {
    margin-bottom: 4rem;
  }

  .heading__secondary.heading__contact {
    margin-top: -4.5rem;
  }

  .heading__secondary.heading__contact.rus {
    font-size: 2.1rem;
  }

  .heading__secondary.faq {
    font-size: 3.125rem;
  }

  .heading__secondary.testimonials {
    font-size: 2.25rem;
    font-weight: 700;
  }

  .development__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

  .dev__card--side.card--side-front {
    height: 33rem;
  }

  .dev__card--side.card--side-back {
    height: 33rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .dev__card--picture {
    height: 100%;
  }

  .dev__card--picture.card__picture--1 {
    background-position: 50% 0;
    background-size: cover;
  }

  .dev__card--picture.dev__card--picture--2 {
    background-size: cover;
  }

  .dev__card--picture.card__picture--3 {
    background-position: 50%;
    background-size: cover;
  }

  .card__details {
    height: auto;
    background-color: #eaecf0;
    padding: 15px 35px 30px;
  }

  .info__intro.black {
    max-width: 75%;
  }

  .uui-avatar-group_item.own, .uui-avatar-stack_item.own {
    width: 5.375rem;
    height: 5.375rem;
  }

  .uui-faq01_cta.cta__stars {
    border-radius: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .uui-faq01_question.sitemap {
    width: 90%;
  }

  .tab-top {
    margin-bottom: 0;
  }

  .tab-btm {
    align-items: flex-start;
  }

  .tab-txt-selector {
    font-size: 1.25rem;
  }

  .tab-panel {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }

  .tab-h2 {
    font-size: 2rem;
  }

  .tab-h2.rus {
    font-size: 1.8rem;
  }

  .span-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .heading__services--wrapper {
    padding-bottom: 22px;
  }

  .section__workprocess--info {
    font-size: 1rem;
    line-height: 1.4;
  }

  .project__wrapper {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .project__img-wrapper {
    height: 45vh;
  }

  .project__title {
    color: #fff;
  }

  .project-txt__container {
    flex: 1;
  }

  .project__img--container {
    display: none;
  }

  .uui-testimonial18_arrow {
    right: 7%;
  }

  .uui-testimonial18_content-wrapper.testimonials {
    max-width: 20rem;
    opacity: 1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(255, 255, 255, .9);
    top: 42%;
  }

  .uui-testimonial18_content-wrapper.testimonials.glamour {
    top: -186%;
  }

  .uui-testimonial18_content-wrapper.testimonials.memelio_t {
    top: -234%;
    left: 3%;
  }

  .uui-testimonial18_content-wrapper.testimonials.memelio_t.rus {
    top: -320%;
  }

  .uui-testimonial18_content-wrapper.testimonials.aks {
    left: 5%;
  }

  .uui-testimonial18_content-wrapper.testimonials.nutrigenius {
    max-width: 20rem;
    top: auto;
    bottom: 100%;
    left: -2%;
  }

  .uui-testimonial18_logo-wrapper {
    width: 60%;
  }

  .uui-testimonial18_content.testimonials {
    height: 100%;
  }

  .uui-testimonial18_content.testimonials.testimonials-2 {
    background-position: 50% 0;
  }

  .uui-testimonial18_content.testimonials.testimonials-3 {
    background-size: 100%;
  }

  .uui-testimonial18_slide {
    margin-right: 3rem;
    padding-right: 0;
  }

  .uui-testimonial18_mask {
    width: 31.25rem;
    height: 31.3rem;
    transform: translate(0);
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial18_component.testimonials {
    display: block;
  }

  .quote__arrow {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(315deg, rgba(255, 255, 255, .9), #fff 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
  }

  .brand.w--current {
    height: 55%;
    min-width: auto;
  }

  .star__container.md.three {
    left: 78%;
  }

  .footer__contacts-copyright {
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr 1.25fr 1fr;
    align-items: center;
  }

  .footer-nav__link {
    padding: 15px;
    font-size: 1rem;
    line-height: 2;
  }

  .footer-social {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer__contacts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services__arrow--img {
    max-height: 5rem;
  }

  .services__arrow--wrapper {
    bottom: 5%;
  }

  .mobile__brand.w--current {
    height: 55%;
    min-width: 9rem;
    flex-basis: 9rem;
  }

  .mobile__btn {
    padding: 1rem;
  }

  .mobile-services__arrow--wrapper {
    bottom: 5%;
  }

  .logo__img {
    max-width: 7rem;
  }

  .md__img--wrapper {
    width: 90%;
    justify-content: center;
    margin: 2rem auto;
    display: flex;
  }

  .md__project-image1, .md__project-image2, .md__project-image3, .md__project-image4 {
    flex: 1;
  }

  .footer__sm.scroll-up__show {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-hero__img {
    height: 70%;
  }

  .about-hero__title {
    max-width: 30rem;
    min-width: 28rem;
    margin-top: -8.6rem;
    margin-left: -10%;
    padding: .925rem 2.5rem;
  }

  .about-hero__slogan {
    max-width: 20rem;
    padding-top: 45px;
    padding-left: 0%;
    bottom: -53%;
    right: -18%;
  }

  .about-hero__slogan.rus {
    max-width: 16rem;
    bottom: -62%;
    right: -3%;
  }

  .about-heading__primary {
    font-size: 4rem;
  }

  .about-hero__txt {
    text-align: left;
    font-size: 1.2rem;
  }

  .about-hero__txt.rus {
    font-size: 1.1rem;
  }

  .intro__general.intro__niko {
    height: 50rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .intro__general.intro__asya {
    height: 50rem;
    margin-bottom: 0;
  }

  .about__quote--block {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 2rem;
  }

  .about__photo-block {
    margin-top: 5rem;
  }

  .about__quote--txt {
    font-size: 1rem;
  }

  .about__photo--card-wrapper {
    height: 10rem;
    padding-left: 3.4rem;
    left: -57%;
  }

  .about__photo--title {
    font-size: .9rem;
  }

  .about__photo--name {
    font-size: 2rem;
  }

  .about__catchphrase {
    font-size: 1rem;
    line-height: 1.5;
  }

  .about-cta__slogan-wrapper {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }

  .about-cta__preface {
    font-size: 1rem;
  }

  .about-cta__slogan {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .sitemap__top {
    height: 28rem;
  }

  .sitemap__tabs {
    top: -18%;
  }

  .sitemap__tab {
    height: 14rem;
    border-left-width: 5px;
  }

  .sitemap__tab--info {
    margin-left: 4.25rem;
  }

  .sitemap__tab--heading-secondary {
    font-size: 1.375rem;
    line-height: 2.5;
  }

  .sitemap__tab--cta-txt {
    margin-left: 35px;
    font-size: .875rem;
    line-height: 2.5;
  }

  .sitemap__tab--accent {
    width: 30px;
  }

  .sitemap__content--wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sitemap__quote--container {
    width: 12rem;
  }

  .sitemap__quote {
    font-size: .75rem;
  }

  .sitemap__quote-mark--bottom {
    max-width: 2rem;
    bottom: -9%;
    right: -2%;
  }

  .sitemap__quote-mark--top {
    max-width: 2rem;
    top: -14%;
    left: -7%;
  }

  .sitemap__list-item {
    font-size: .75rem;
  }

  .mobile__card--price {
    color: #ee715e;
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: 400;
  }

  .nav__menu--wrapper {
    padding-bottom: 1rem;
    display: none;
  }

  .portfolio__menu--list {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.3125;
  }

  .portfolio__menu--list-item {
    margin-bottom: .75rem;
    font-size: 1rem;
  }

  .cursor {
    display: none;
  }

  .lang__dropdown--current {
    color: #fdd528;
    font-size: 1.125rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .testimonial-slider-two-3.testimonials-lg {
    display: none;
  }

  .testimonial-lg__content {
    padding-left: 32px;
  }

  .nav__link--rus {
    font-size: .9rem;
  }

  .section__hero--span1._404 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    background-color: rgba(0, 0, 0, .75);
  }

  .main-nav__left {
    flex: 1;
    justify-content: space-between;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav__right {
    flex: 1;
  }

  .nav__link {
    margin-left: 0%;
    font-size: 1.75rem;
  }

  .section.section__hero {
    background-color: #0e0e0e;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 10rem;
    padding-bottom: 1rem;
  }

  .section.section__contact.scroll-up__show {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.section__services {
    padding-bottom: 2rem;
  }

  .section.section__about-hero {
    height: 28rem;
    overflow: visible;
  }

  .section.section__about-introduction {
    padding-top: 4rem;
    position: static;
    transform: none;
  }

  .section.section__about-cta {
    padding-top: 3.5rem;
    padding-bottom: 8rem;
  }

  .nav-menu {
    width: 100%;
    height: 420px;
    background-color: rgba(0, 0, 0, .75);
    padding: 1rem;
  }

  .section__content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 0;
  }

  .section__hero--txt-wrapper {
    flex-basis: 50%;
  }

  .section__hero--img-wrapper {
    justify-content: center;
    align-self: flex-end;
  }

  .heading__primary {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .heading__primary._404 {
    font-size: 10.625rem;
  }

  .section__hero--para {
    font-size: .75rem;
  }

  .section__hero--img {
    max-width: 70%;
  }

  .btn__txt {
    font-size: .75rem;
  }

  .btn__txt.about-cta, .btn__txt._404 {
    font-size: 1rem;
  }

  .tab__link {
    min-width: 50vw;
    transform-origin: 50% 100%;
    border: 1px solid #636363;
    border-radius: 100px;
    align-self: center;
    padding: 15px 10px;
    font-size: .875rem;
  }

  .heading__secondary {
    font-size: 2.25rem;
  }

  .heading__secondary.heading__projects {
    margin-bottom: 2.5rem;
  }

  .heading__secondary.heading__contact {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading__secondary.faq {
    font-size: 2.5rem;
  }

  .heading__secondary.testimonials {
    font-size: 2rem;
  }

  .development__wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info__intro.black {
    max-width: 90%;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: row-reverse;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq01_cta.cta__stars {
    border-radius: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
    display: none;
  }

  .uui-faq01_heading.sitemap {
    font-size: .875rem;
  }

  .uui-faq01_question.sitemap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .uui-faq01_question.sitemap.grandchild {
    padding-right: .75rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-btm {
    height: 25rem;
  }

  .tab-txt-selector {
    font-size: .875rem;
  }

  .tab-panel {
    padding-left: 2em;
    padding-right: 2em;
  }

  .tab-panel.rus {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .tab-content-parent {
    justify-content: space-between;
  }

  .tab-h2 {
    font-size: 1rem;
  }

  .span-text {
    font-size: .75rem;
    line-height: 1.8;
  }

  .heading__services--wrapper {
    margin-top: 1rem;
    padding-top: 22px;
  }

  .tabs-workprocess__menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    perspective: 1500px;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 1rem 0;
  }

  .project__title {
    text-align: left;
    font-size: 2.8rem;
  }

  .project__description {
    margin-bottom: 10px;
  }

  .project__title--wrapper {
    text-align: left;
  }

  .uui-testimonial18_arrow {
    right: 15%;
  }

  .uui-testimonial18_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial18_arrow.left {
    margin-right: 4rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial18_content-wrapper.testimonials.glamour {
    top: -189%;
  }

  .uui-testimonial18_content-wrapper.testimonials.memelio_t {
    top: -237%;
  }

  .uui-testimonial18_content-wrapper.testimonials.aks {
    top: -239%;
    left: 1%;
  }

  .uui-testimonial18_content-wrapper.testimonials.nutrigenius {
    top: auto;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_content.testimonials.testimonials-3 {
    background-size: cover;
  }

  .uui-testimonial18_slide {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-section_testimonial17.testimonials.scroll-up__show {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .contact__content-wrapper {
    height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: center;
  }

  .contact__img-wrapper {
    max-height: 20rem;
    max-width: 20rem;
    justify-content: center;
    display: flex;
  }

  .contact__form--wrapper {
    align-self: stretch;
  }

  .contact__form--container {
    flex: 0 25rem;
  }

  .contact__img {
    max-height: 100%;
    flex: 1;
  }

  .contact__img--overlay {
    display: none;
  }

  .contact__form-block {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer.scroll-up__show {
    display: none;
  }

  .footer__wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .copyright__txt {
    text-align: center;
  }

  .brand.w--current {
    height: auto;
    flex: 0 auto;
    margin-top: 0;
    padding-left: 0;
  }

  .star__container.md.two {
    left: 65%;
  }

  .star__container.lg.one {
    left: 4%;
  }

  .footer__contacts-copyright {
    display: flex;
  }

  .footer-nav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .services__arrow--wrapper {
    max-height: 80px;
  }

  .menu__btn {
    z-index: 10;
    width: 3.3rem;
    height: 3.3rem;
    order: -1;
  }

  .menu__btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu__btn--line {
    z-index: 20;
    width: 50%;
    height: 1px;
    transform-origin: 0 0;
    background-color: #c6bbbb;
    border: 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu__btn--line.one {
    top: 30%;
  }

  .menu__btn--line.two {
    top: 50%;
  }

  .menu__btn--line.three {
    top: 70%;
  }

  .mobile-services__arrow--wrapper {
    max-height: 80px;
  }

  .logo__img {
    max-width: 8rem;
  }

  .logo__img.sitemap {
    min-width: 9rem;
  }

  .project__title--fill {
    width: 100%;
    text-align: left;
    font-size: 2.8rem;
  }

  .footer__sm.scroll-up__show {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .about-hero__wrapper {
    flex-direction: column;
    justify-content: space-between;
  }

  .about-hero__img {
    display: none;
  }

  .about-hero__info {
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-left: 0%;
    position: static;
  }

  .about-hero__info--wrap {
    height: auto;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .about-hero__title {
    max-width: 24rem;
    min-width: 15rem;
    margin-top: 0;
    margin-left: 0%;
    padding: 2.925rem 2.5rem;
    position: absolute;
    top: auto;
    bottom: -5%;
    left: auto;
    right: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15), 0 4px 4px rgba(0, 0, 0, .1);
  }

  .about-hero__slogan {
    order: -1;
    padding-top: 0;
    padding-left: 0%;
    position: absolute;
    top: 2%;
    right: auto;
    transform: translate(0, -50%);
  }

  .about-hero__slogan.rus {
    right: auto;
  }

  .about-heading__primary {
    justify-content: flex-start;
    align-items: center;
    font-size: 3rem;
  }

  .about-hero__txt {
    max-width: 17.5rem;
    text-align: center;
    font-size: 1.25rem;
  }

  .about-hero__txt.rus {
    text-align: center;
  }

  .intro__general.intro__niko {
    height: 35rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .intro__general.intro__asya {
    height: 35rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .about__quote--block {
    width: 105%;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .about__quote--block.asya {
    margin-top: 3.9rem;
  }

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

  .about__catchphrase--wrapper.asya {
    width: 75vw;
    align-self: flex-start;
    right: auto;
  }

  .about__catchphrase--wrapper.niko {
    width: 75vw;
    align-self: flex-start;
  }

  .about__quote--txt {
    font-size: .85rem;
  }

  .about__photo--card-wrapper {
    height: 7rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 2rem;
    left: -64%;
  }

  .about__photo--card-wrapper.asya {
    padding-right: 1.8rem;
  }

  .about__photo--title {
    font-size: .75rem;
  }

  .about__photo--name {
    font-size: 1.5rem;
  }

  .about__photo--name.asya {
    margin-bottom: .25rem;
  }

  .about-cta__main-content {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .about-cta__slogan-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .about-cta__preface {
    font-size: .75rem;
  }

  .about-cta__slogan {
    font-size: 1rem;
  }

  .sitemap__top {
    height: 17rem;
  }

  .sitemap__tabs {
    flex-basis: 65%;
    top: -24%;
  }

  .sitemap__tab {
    height: 9.5rem;
    border-left-width: 3px;
  }

  .sitemap__tab--info {
    margin-left: 1.25rem;
  }

  .sitemap__tab--heading-secondary {
    font-size: 1rem;
  }

  .sitemap__tab--cta-txt {
    margin-left: 26px;
    font-size: .7rem;
    line-height: 1.5;
  }

  .sitemap__tab--accent {
    width: 20px;
  }

  .sitemap__content--wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .sitemap__grid {
    grid-template-areas: ". sitemap-other-services sitemap-design-ceo"
                         "Area sitemap-other-services sitemap-design-ceo";
  }

  .sitemap__important-info--wrapper {
    margin-top: -2rem;
  }

  .sitemap__quote--container {
    width: 75%;
  }

  .sitemap__quote {
    font-size: 1rem;
  }

  .sitemap__quote-mark--top {
    left: -10%;
  }

  .sitemap__list-item {
    margin-bottom: 10px;
    font-size: .85rem;
  }

  .nav__menu--wrapper {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    left: 175px;
  }

  .nav__menu--wrapper.accordion__card--animated {
    display: none;
  }

  .portfolio__menu--list {
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .portfolio__menu--list-item {
    margin-bottom: .75rem;
  }

  .portfolio__menu--link {
    font-size: 1.2rem;
  }

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .testimonial-lg__content {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-lg__text--wrapper {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-two-3 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container-w1 {
    position: relative;
  }

  .main-nav__left {
    flex: 0 auto;
  }

  .main-nav__right {
    flex: 0 55%;
    justify-content: space-between;
  }

  .btn.btn__animated.btn__form {
    width: 100%;
    margin-top: 1rem;
  }

  .btn.btn__animated.btn__highlight {
    display: none;
  }

  .btn.btn__animated.bg__btn {
    flex-basis: 10.0625rem;
    font-size: .875rem;
  }

  .btn.btn__animated.mobile {
    min-width: 12rem;
    margin-top: 1.5rem;
  }

  .btn.btn__animated.about-cta {
    padding: 1.3rem 1.8rem;
  }

  .nav__link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .nav__link.w--current, .nav__link.nav__link--mobile-services {
    display: block;
  }

  .nav__link.nav__link--services {
    display: none;
  }

  .nav__link.nav__link--contact, .nav__link.mobile-home {
    display: block;
  }

  .section.section__hero {
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 5.6rem;
  }

  .section.section__faq {
    padding-top: 7rem;
  }

  .section.section__projects {
    padding: 45px 20px 130px;
  }

  .section.section__contact {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }

  .section.section__services {
    display: none;
  }

  .section.section__mobile-services {
    background-color: #000;
    padding-top: 7.5rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section.section__mobile-services.scroll-up__show {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    overflow: hidden;
  }

  .section.section__about-cta {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }

  .section__hero--img-wrapper {
    margin-top: 1rem;
  }

  .heading__primary {
    font-size: 1.7rem;
  }

  .heading__primary._404 {
    font-size: 7.5rem;
  }

  .section__hero--para {
    font-size: .75rem;
  }

  .section__hero--para._404 {
    font-size: .8rem;
  }

  .section__hero--btn-wrapper {
    width: 75%;
    max-width: 12rem;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .section__hero--img {
    max-width: 90%;
  }

  .btn__txt.about-cta {
    font-size: .9rem;
  }

  .btn__txt._404 {
    font-size: .85rem;
  }

  .tab__link {
    min-width: 70vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading__secondary.heading__projects {
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .heading__secondary.heading__contact.rus {
    font-size: 1.5rem;
  }

  .heading__secondary.faq {
    letter-spacing: .02em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 2.5rem;
  }

  .dev__card {
    width: 50vh;
    height: 80vh;
  }

  .heading__wrapper {
    margin-top: 2.5rem;
  }

  .dev__card--side.card--side-front, .dev__card--side.card--side-back.card--side-back-1, .dev__card--side.card--side-back.card--side-back-2, .dev__card--side.card--side-back.card--side-back-3 {
    height: 80vh;
  }

  .dev__card--picture {
    height: auto;
    flex: 1;
  }

  .card__details {
    height: 65%;
    padding-bottom: 25px;
  }

  .uui-space-small, .uui-space-xxsmall {
    display: none;
  }

  .uui-avatar-group_item.own {
    width: 3.5625rem;
    height: 3.5625rem;
    margin-right: 0;
  }

  .uui-avatar-stack_item.own {
    width: 3.5625rem;
    height: 3.5625rem;
  }

  .avatar-stack_component.own {
    margin-bottom: 0;
    margin-right: 0;
  }

  .uui-text-size-medium {
    width: 92%;
    padding-bottom: 1rem;
  }

  .uui-faq01_question.sitemap {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-faq01_question.sitemap.grandchild {
    justify-content: space-between;
  }

  .uui-faq01_accordion.sitemap {
    padding-bottom: 1rem;
  }

  .heading__services--wrapper.mobile {
    z-index: 10;
    background-color: #000;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .all-projects__wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .project__wrapper {
    display: none;
  }

  .uui-testimonial18_slide-nav {
    top: auto;
    bottom: 15%;
    left: 0%;
    right: 0%;
  }

  .uui-testimonial18_arrow {
    transition: opacity .2s, all .3s;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(75%);
  }

  .uui-testimonial18_arrow.left {
    margin-left: auto;
    margin-right: auto;
    transform: translate(-75%);
  }

  .uui-text-size-medium-2.testimonials {
    margin-bottom: 0;
    font-size: .8rem;
  }

  .uui-text-size-medium-2.testimonials.nutrigenius {
    line-height: 1;
  }

  .uui-testimonial18_content-wrapper.testimonials {
    max-height: 11rem;
    max-width: 16rem;
    top: auto;
  }

  .uui-testimonial18_content-wrapper.testimonials.glamour {
    width: 118%;
    height: 9.6rem;
    max-height: none;
    max-width: 18rem;
    padding: .75rem;
    top: -118%;
    left: -3%;
  }

  .uui-testimonial18_content-wrapper.testimonials.memelio_t {
    width: 130%;
    height: 12.3rem;
    max-height: none;
    max-width: 16rem;
    padding-top: .5rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    top: -271%;
    left: -2%;
  }

  .uui-testimonial18_content-wrapper.testimonials.memelio_t.rus {
    top: -273%;
  }

  .uui-testimonial18_content-wrapper.testimonials.aks {
    top: auto;
    bottom: 101%;
  }

  .uui-testimonial18_content-wrapper.testimonials.nutrigenius {
    max-height: 12.6rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: auto;
    bottom: 95%;
    left: -5%;
  }

  .uui-testimonial18_logo-wrapper {
    width: 100%;
  }

  .uui-testimonial18_content.testimonials.testimonials-1 {
    background-position: 0 84%;
    background-size: auto 100%;
  }

  .uui-testimonial18_content.testimonials.testimonials-2 {
    background-size: auto 100%;
  }

  .uui-testimonial18_content.testimonials.testimonials-3 {
    background-size: auto 100%;
    padding-right: 1rem;
  }

  .uui-testimonial18_content.testimonials.testimonials-4 {
    padding-bottom: .75rem;
  }

  .uui-testimonial18_slide {
    width: 100%;
  }

  .uui-testimonial18_mask {
    width: 95vw;
    height: 95vw;
  }

  .uui-testimonial18_component.testimonials {
    padding-bottom: 7.5rem;
  }

  .uui-section_testimonial17.testimonials {
    padding-top: 7.5rem;
  }

  .client__wrapper {
    margin-top: 13px;
  }

  .client__wrapper.glamour, .client__wrapper.nutrigenius {
    margin-top: 0;
  }

  .client__img--wrapper {
    max-width: 5rem;
  }

  .client__img--wrapper.glamour {
    max-width: 4rem;
  }

  .contact__img-wrapper {
    max-height: none;
    max-width: none;
  }

  .contact__form--container {
    flex-basis: 30rem;
  }

  .contact__form-block {
    width: 100%;
  }

  .brand, .brand.w--current {
    display: none;
  }

  .brand.footer {
    height: auto;
    padding-left: 0;
    display: block;
  }

  .brand.footer__brand {
    display: block;
  }

  .star__container.sm.one, .star__container.sm.two, .star__container.sm.three, .star__container.sm.four, .star__container.sm.five, .star__container.md.two, .star__container.lg.one {
    display: none;
  }

  .footer-nav {
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-nav__menu {
    flex-direction: column;
  }

  .footer-nav__link {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    display: flex;
  }

  .email-fix {
    right: -50px;
  }

  .menu__btn {
    transform: scale(.8);
  }

  .mobile-nav__wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .mobile-nav__wrapper.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 7.4rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
  }

  .mobile__brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .mobile__brand.w--current {
    width: 50%;
    height: auto;
    max-width: 12rem;
    min-width: 10rem;
    flex-basis: 7rem;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .mobile__btn.btn__animated.btn__highlight {
    width: 70%;
    max-width: 13rem;
    margin-top: 10px;
  }

  .mobile__btn.btn__animated.btn__highlight._404 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-services__service {
    z-index: 5;
    height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mobile__service--heading-wrapper {
    min-width: 175px;
    background-image: linear-gradient(to right, #482aa6 .02%, #c020a7 26.22%, #932a71 49.39%, #bd01d3 72.66%, #5e2da4 99.22%);
    border: 1px solid #e50000;
    border-radius: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile__service--txt-wrapper {
    width: 80%;
  }

  .mobile__service--heading {
    color: #f5cb0a;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3;
  }

  .mobile__service--txt {
    color: #f1ecec;
    text-align: center;
    font-size: 1rem;
    line-height: 28.5px;
  }

  .img-child--mobile {
    z-index: -1;
    opacity: .3;
    position: absolute;
    top: auto;
    bottom: 4%;
    left: -48%;
    right: 0%;
  }

  .img-child--mobile.two {
    left: 54%;
  }

  .mobile-services__arrow--wrapper {
    z-index: 20;
    position: -webkit-sticky;
    position: sticky;
    bottom: .5%;
    left: 6%;
  }

  .logo__img {
    max-width: 11rem;
  }

  .logo__img.sitemap {
    width: 60%;
  }

  .mobile__logo-img {
    max-width: 9rem;
    flex: 1;
  }

  .sm__project--slider-wrapper {
    display: block;
  }

  .sm__project--slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .sm__project-arrow {
    position: relative;
    top: 32px;
    overflow: visible;
  }

  .sm__project-arrow.left {
    float: left;
    clear: both;
  }

  .sm__project-arrow.right {
    float: right;
    clear: both;
  }

  .sm__project-dots {
    display: none;
    top: 23.5rem;
  }

  .mask {
    height: 100%;
  }

  .sm-project__title--wrapper {
    width: 100%;
  }

  .sm-project__title {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Darker Grotesque, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
  }

  .sm-project__description {
    font-size: .875rem;
    line-height: 1.5;
  }

  .sm-project__description.rus {
    font-size: .8rem;
  }

  .sm-project__link {
    color: #ecbc35;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-size: .875rem;
  }

  .sm-img__wrapper {
    width: 92%;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-project-image1 {
    width: 100%;
    height: 100%;
  }

  .sm-project__slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-slider__divider {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .sm-slider__progress {
    width: 100%;
    height: 5px;
    background-color: #eda07d;
    position: relative;
    top: 5.5rem;
  }

  .sm-slider__progress--filler {
    width: 25%;
    background-color: #2338ef;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sm-project-image2, .sm-project-image3, .sm-project-image4 {
    width: 100%;
    height: 100%;
  }

  .scroll-up__icon--wrapper {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
  }

  .uui-testimonial18_special--wrapper.nutrigenius {
    margin-top: .5rem;
  }

  .uui-testimonial18_special--card.sm {
    font-size: .65rem;
  }

  .about-hero__title {
    max-width: 17rem;
    padding-top: 1.825rem;
    padding-bottom: 1.825rem;
  }

  .about-hero__slogan {
    max-width: 17rem;
    top: 3%;
  }

  .about-hero__slogan.rus {
    bottom: -84%;
  }

  .about-heading__primary {
    font-size: 2rem;
  }

  .about-hero__txt {
    font-size: 1rem;
    line-height: 1.5;
  }

  .intro__general.intro__niko {
    height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro__general.intro__asya {
    height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about__quote--block {
    display: none;
  }

  .about__quote--block.asya.sm {
    margin-top: 0;
    display: flex;
  }

  .about__quote--block.sm {
    width: 100%;
    display: flex;
  }

  .about__photo-block {
    width: 90%;
    align-self: center;
    margin-top: 0;
  }

  .about__photo-block.asya {
    margin-top: 2.5rem;
  }

  .about__catchphrase--wrapper.asya {
    align-self: flex-start;
  }

  .about__catchphrase--wrapper.niko {
    align-self: center;
    top: 4%;
    right: auto;
  }

  .about__quote--txt-wrapper {
    text-align: center;
  }

  .about__quote--txt {
    text-align: center;
    font-size: .8125rem;
    line-height: 1.5;
  }

  .about__photo--card-wrapper {
    width: 80%;
    height: 5.5rem;
    padding-left: 1rem;
    position: relative;
    bottom: .8rem;
    left: -4%;
  }

  .about__photo--card-wrapper.asya {
    padding-right: .7rem;
    bottom: .8rem;
    left: -4%;
    right: auto;
  }

  .about__photo--name {
    font-size: 1.25rem;
  }

  .about__catchphrase {
    text-align: center;
  }

  .about-cta__main-content {
    align-items: center;
  }

  .about-cta__slogan-wrapper {
    margin-top: 2.5rem;
  }

  .about-cta__preface, .about-cta__slogan {
    text-align: center;
  }

  .sitemap__top {
    height: 25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sitemap__logo-wrapper {
    padding-bottom: 2.5rem;
  }

  .sitemap__tabs {
    order: -1;
    top: -6%;
  }

  .sitemap__tab {
    width: 90vw;
    height: 8rem;
    min-width: 100%;
    border-left-width: 2px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 21px;
    padding-right: 21px;
  }

  .sitemap__tab--cta-wrapper {
    text-align: center;
    justify-content: center;
    position: relative;
  }

  .sitemap__tab--info {
    width: 100%;
    text-align: center;
    margin-left: 0;
    position: relative;
  }

  .sitemap__tab--heading-secondary {
    font-size: .875rem;
  }

  .sitemap__tab--cta-txt {
    margin-left: 10px;
    font-size: .625rem;
  }

  .sitemap__tab--accent {
    width: 17.5px;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 97%;
    transform: translate(0, -50%);
  }

  .sitemap__tab--accent.bottom {
    top: 25%;
    transform: none;
  }

  .sitemap__tab--cta {
    width: 90%;
    max-width: 10rem;
    position: relative;
  }

  .sitemap__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .sitemap__important-info--wrapper {
    margin-top: 0;
  }

  .sitemap__quote {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
  }

  .sitemap__quote-mark--bottom {
    max-width: 1.75rem;
    bottom: -6%;
    right: -5%;
  }

  .sitemap__quote-mark--top {
    max-width: 1.75rem;
    top: -7%;
  }

  .nav__menu--wrapper {
    width: 12rem;
    top: -4%;
    left: 106px;
  }

  .portfolio__menu--list {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .client-card__text--wrapper.memelio_t {
    width: 100%;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .section__hero--span1._404 {
    margin-bottom: 11px;
    font-size: 1.1rem;
    display: inline-block;
  }
}

#w-node-_355a66c0-3051-a3ff-6401-f69935fe7af4-869664e1 {
  grid-area: contacts;
}

#w-node-d8a1c1d4-1b66-2690-80bf-4360685c9fdb-869664e1 {
  grid-area: copyright;
}

#w-node-e0b2ce20-373b-87d6-e4f3-1fda37e2741d-869664e1 {
  grid-area: contacts;
}

#w-node-e0b2ce20-373b-87d6-e4f3-1fda37e27422-869664e1 {
  grid-area: copyright;
}

#w-node-dba77759-abc4-bc17-a95e-82d6cb108516-ca7c4324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0cffece-c765-0e90-89ab-e054c7fa5777-ca7c4324, #w-node-e3170752-14d7-43d8-2d94-f343434f9032-ca7c4324 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e0bbbdff-0577-34f1-8eaf-c95301c9e5f2-ca7c4324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_30dbecff-91c9-80a9-eb30-8f1aacf4f3a5-acf4f393 {
  grid-area: contacts;
}

#w-node-_30dbecff-91c9-80a9-eb30-8f1aacf4f3b1-acf4f393 {
  grid-area: copyright;
}

#w-node-_351c0dac-35ed-29e1-0a7c-84f602b7cd59-02b7cd40 {
  grid-area: contacts;
}

#w-node-_351c0dac-35ed-29e1-0a7c-84f602b7cd5e-02b7cd40 {
  grid-area: copyright;
}

#w-node-_3443c357-2e91-d77f-7d04-975222b48736-000ddf90 {
  grid-area: contacts;
}

#w-node-_3443c357-2e91-d77f-7d04-975222b4873b-000ddf90 {
  grid-area: copyright;
}

#w-node-_3443c357-2e91-d77f-7d04-975222b48759-000ddf90 {
  grid-area: contacts;
}

#w-node-_3443c357-2e91-d77f-7d04-975222b48765-000ddf90 {
  grid-area: copyright;
}

#w-node-_54e4d185-4b51-fabb-8f69-0d5247986edf-04d886ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e4d185-4b51-fabb-8f69-0d5247986ef3-04d886ef, #w-node-_54e4d185-4b51-fabb-8f69-0d5247986f0d-04d886ef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54e4d185-4b51-fabb-8f69-0d5247986f2b-04d886ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d489afc7-c2f9-98f4-1808-2b0db9fb7b86-b9fb7b74 {
  grid-area: contacts;
}

#w-node-d489afc7-c2f9-98f4-1808-2b0db9fb7b92-b9fb7b74 {
  grid-area: copyright;
}

#w-node-b6c9e968-e08f-e84b-74b3-81b9c6a52cfb-c6a52ce2 {
  grid-area: contacts;
}

#w-node-b6c9e968-e08f-e84b-74b3-81b9c6a52d00-c6a52ce2 {
  grid-area: copyright;
}

#w-node-dba77759-abc4-bc17-a95e-82d6cb108516-c309945c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0cffece-c765-0e90-89ab-e054c7fa5777-c309945c, #w-node-e3170752-14d7-43d8-2d94-f343434f9032-c309945c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e0bbbdff-0577-34f1-8eaf-c95301c9e5f2-c309945c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


