/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

main {
  padding-top: 82px;
  position: relative;
}

body.active {
  overflow: hidden;
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 67px;
  letter-spacing: -0.016em;
  color: #000000;
}
h1.big {
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2px;
}
h1.uniq {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 104px;
  color: #000000;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: -2px;
  color: #000000;
}
h2.big {
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #000000;
  letter-spacing: unset;
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.64px;
  color: #333333;
}
h3.med {
  font-weight: 500;
}
h3.uniq {
  letter-spacing: -0.4px;
  color: #000000;
}

h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #000000;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #000000;
}
p.big {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.64px;
  color: #000000;
}
p.uniq {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.4px;
  color: #000000;
}

.backtotop {
  position: sticky;
  bottom: 50px;
  left: calc(100% - 88px);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background: #39a3ff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
  z-index: 10;
}
.backtotop:hover {
  opacity: 0.8;
}
.backtotop img {
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
ol {
  padding-left: 32px;
}
ol li {
  list-style-type: decimal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.64px;
  color: #000000;
  margin-bottom: 44px;
}
ol li:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 30px;
}
ul li {
  list-style-type: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.64px;
  color: #000000;
}

.action {
  padding-bottom: 300px;
}
.action__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.action__link {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.action__link:hover {
  opacity: 0.8;
}
.action__link img {
  width: 34px;
  height: 34px;
  margin-right: 13px;
}
.action__link:last-child img {
  margin-right: 0;
  margin-left: 10px;
}

.info h3 {
  margin-bottom: 19px !important;
  line-height: 39px;
  color: #797979;
}
.info__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: under;
  color: #3b3bee;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.info__link:hover {
  opacity: 0.8;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}

.footer {
  padding: 80px 0 30px 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-right: 32px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__link:last-child {
  margin-right: 0;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-right: 32px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.footer__social:hover {
  opacity: 0.8;
}
.footer__social:last-child {
  margin-right: 0;
}
.footer__copy p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  text-align: center;
  letter-spacing: unset;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
}
.header__inner-logo img {
  width: 100%;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #525252;
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link:hover {
  color: #000;
}
.nav__inner-link:last-child {
  margin-right: 0;
}

.burger {
  display: none;
}

.hero {
  padding: 127px 0 255px 0;
}
.hero h1 {
  max-width: 1022px;
}
.hero h1 span {
  color: #999999;
}

.feature {
  padding-bottom: 300px;
}
.feature__inner-title {
  margin-bottom: 33px;
}
.feature__inner-title h6 span {
  color: #757575;
}
.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature__col {
  width: calc(50% - 20px);
}
.featureItem {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  background: #f7f7f7;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}
.featureItem:last-child {
  margin-bottom: 0;
}
.featureItem__image {
  width: 100%;
  position: relative;
  padding-bottom: 70.97%;
  overflow: hidden;
}
.featureItem__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.featureItem__content {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.featureItem__content h6 {
  margin-bottom: 2px;
}
.featureItem__content h6:last-child {
  margin-bottom: 0;
  color: #757575;
}
.featureItem:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  opacity: 0.65;
  z-index: 2;
}
.featureItem.uniq .featureItem__image {
  padding-bottom: 100%;
}

.about {
  overflow: hidden;
  padding: 161px 0 250px 0;
}
.about h1 {
  margin-bottom: 56px;
  text-align: center;
}
.about p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 100px;
}
.about__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.about__image {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__image img {
  width: 100%;
}
.about__resume {
  position: absolute;
  top: 246px;
  left: -291px;
  width: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__resume img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.about__resume img.hov {
  opacity: 0;
}
.about__resume:hover img {
  opacity: 0;
}
.about__resume:hover img.hov {
  opacity: 1;
}
.about__linkedin {
  position: absolute;
  top: 308px;
  right: -332px;
  width: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__linkedin img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.about__linkedin img.hov {
  opacity: 0;
}
.about__linkedin:hover img {
  opacity: 0;
}
.about__linkedin:hover img.hov {
  opacity: 1;
}
.about__mail {
  position: absolute;
  top: 86px;
  right: -353px;
  width: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__mail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.about__mail img.hov {
  opacity: 0;
}
.about__mail:hover img {
  opacity: 0;
}
.about__mail:hover img.hov {
  opacity: 1;
}
.about__el {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__el img {
  width: 100%;
}
.about__el.first {
  left: -137px;
  top: 305px;
  width: 137px;
}
.about__el.second {
  right: -150px;
  top: 366px;
  width: 146px;
}
.about__el.third {
  top: 39px;
  right: -192px;
  width: 161px;
}

.intro {
  padding: 120px 0 110px 0;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__title h1 {
  margin-bottom: 2px;
}
.intro__content {
  width: calc(100% - 480px);
  max-width: 604px;
}
.intro__content p {
  color: #333333;
  margin-bottom: 65px;
}
.intro__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
.intro__row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.intro__row h6:last-child {
  color: #525252;
}

.banner {
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.points {
  padding: 162px 0 186px 0;
}
.points__inner {
  position: relative;
  padding-bottom: 263px;
}
.points__inner p {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.4px;
  color: #000000;
  width: 50%;
  max-width: 624px;
  margin-left: auto;
}
.points__inner p:first-child {
  margin-left: unset;
  margin-bottom: 104px;
}
.points__arrow1 {
  position: absolute;
  bottom: 34px;
  left: calc(50% - 330px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 172px;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.points__arrow1 img {
  width: 100%;
}
.points__arrow2 {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 194px;
}
.points__arrow2 img {
  width: 100%;
}
.points__text {
  position: absolute;
  bottom: -37px;
  left: calc(50% - 100px);
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 621px;
}
.points__text img {
  width: 100%;
}

.hypo h3 {
  letter-spacing: -0.4px;
  color: #6a6a6a;
  margin-bottom: 25px;
}
.hypo.diff h3 {
  margin-bottom: 0;
  color: #5e5e5e;
}
.hypo p {
  line-height: 43px;
  letter-spacing: -0.4px;
  color: #000000;
}

.marquee {
  padding: 217px 0;
  width: 100%;
  overflow: hidden;
}
.marquee.diff {
  padding: 164px 0;
}
.marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}
.marquee__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 222px;
  margin: 0 46px;
}
.marquee__image img {
  width: 100%;
}

.media {
  padding-bottom: 170px;
}
.media__video {
  width: 100%;
  max-width: 984px;
  margin: 0 auto 71px auto;
}
.media__video-inner {
  position: relative;
  width: 100%;
  padding-bottom: 60.06%;
}
.media__video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media p {
  max-width: 737px;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.4px;
  color: #000000;
}

.problem {
  padding-bottom: 168px;
}
.problem h3 {
  margin-bottom: 25px;
}
.problem p {
  max-width: 740px;
}
.problem.diff p {
  max-width: 853px;
}

.research {
  position: relative;
  padding-bottom: 194px;
  overflow: hidden;
}
.research h3 {
  margin-bottom: 50px;
}
.research__el {
  position: absolute;
  top: calc(50% - 200px);
  right: -144px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.research__el img {
  width: 100%;
}
.research__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 195px;
}
.research__list {
  width: calc(55% - 36px);
  max-width: 626px;
}
.research__images {
  max-width: 516px;
  width: calc(45% - 36px);
}
.research__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.research__image:last-child {
  margin-bottom: 0;
}
.research__image img {
  width: 100%;
}
.research p {
  color: #5e5e5e;
  max-width: 1015px;
  margin: 0 auto;
}
.research.diff {
  padding-bottom: 166px;
}
.research.diff .research__list {
  width: 80%;
  max-width: 794px;
}
.research.diff .research__list p {
  color: #000000;
  max-width: 763px;
  margin: 0 0 50px 0;
}

.interview {
  padding-bottom: 168px;
}
.interview h3 {
  margin-bottom: 50px;
}
.interview__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__content {
  width: calc(55% - 36px);
  max-width: 650px;
}
.interview__content p {
  margin-bottom: 67px;
}
.interview__images {
  max-width: 516px;
  width: calc(45% - 36px);
}
.interview__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 86px;
}
.interview__image:last-child {
  margin-bottom: 0;
}
.interview__image img {
  width: 100%;
}

.audit {
  padding-bottom: 168px;
}
.audit h3 {
  margin-bottom: 38px;
}
.audit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.audit p {
  width: calc(55% - 36px);
  max-width: 630px;
}
.audit__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(45% - 36px);
  max-width: 453px;
}
.audit__image img {
  width: 100%;
}

.wireframe {
  padding-bottom: 147px;
}
.wireframe.diff {
  padding-bottom: 166px;
}
.wireframe h3 {
  margin-bottom: 50px;
}
.wireframe p {
  font-size: 27px;
  color: #5e5e5e;
  margin-bottom: 30px;
}
.wireframe__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.wireframe__item {
  margin: 21px 15px;
  width: calc(16.6666667% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wireframe__item img {
  width: 100%;
}

.proto {
  padding-bottom: 168px;
}
.proto h3 {
  margin-bottom: 50px;
}
.proto p {
  font-size: 27px;
  color: #5e5e5e;
  margin-bottom: 30px;
}
.proto__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  margin-bottom: 147px;
}
.proto__item {
  margin: 21px 15px;
  width: calc(16.6666667% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proto__item img {
  width: 100%;
}
.proto__info h3 {
  margin-bottom: 19px;
  line-height: 39px;
  color: #797979;
}
.proto__info-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: under;
  color: #3b3bee;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.proto__info-link:hover {
  opacity: 0.8;
}

.feedback {
  padding-bottom: 168px;
}
.feedback h3 {
  margin-bottom: 45px;
}

.reflection {
  padding-bottom: 168px;
}
.reflection h3 {
  margin-bottom: 45px;
}

.why {
  padding: 108px 0 145px 0;
}
.why h2 {
  margin-bottom: 25px;
}
.why p {
  margin-bottom: 70px;
  max-width: 1091px;
}
.why__image {
  width: 100%;
  max-width: 846px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why__image img {
  width: 100%;
}

.whatdo {
  padding-bottom: 132px;
}
.whatdo h2 {
  margin-bottom: 63px;
}
.whatdo ul {
  padding-left: 0;
}
.whatdo ul li {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: -0.4px;
  color: #000000;
  list-style-position: inside;
  margin-bottom: 132px;
}
.whatdo ul li:last-child {
  margin-bottom: 0;
}
.whatdo__image {
  margin-top: 63px;
  width: 100%;
  max-width: 885px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whatdo__image img {
  width: 100%;
}

.learn {
  padding-bottom: 168px;
}
.learn h2 {
  margin-bottom: 35px;
}
.learn ul {
  max-width: 837px;
  margin-bottom: 109px;
}
.learn ul li {
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 25px;
}
.learn ul li:last-child {
  margin-bottom: 0;
}

.initial {
  padding: 90px 0 110px 0;
}
.initial h3 {
  margin-bottom: 50px;
  line-height: 37px;
}
.initial ol {
  max-width: 919px;
}
.initial ol li {
  line-height: 37px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 37px;
}
.initial ol li:last-child {
  margin-bottom: 0;
}

.brain {
  padding-bottom: 166px;
}
.brain h3 {
  margin-bottom: 50px;
}
.brain p {
  font-size: 27px;
  color: #5e5e5e;
  margin-bottom: 50px;
}
.brain__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 3px solid #333333;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brain__image img {
  width: 100%;
}

@media (max-width: 1380px) {
  .about p {
    font-size: 28px;
  }
  .about__content {
    max-width: 440px;
  }
  .about__resume {
    top: 255px;
    width: 200px;
    left: -210px;
  }
  .about__linkedin {
    top: 300px;
    right: -210px;
    width: 200px;
  }
  .about__mail {
    top: 75px;
    right: -240px;
    width: 220px;
  }
  .about__el.first {
    left: -95px;
    width: 100px;
  }
  .about__el.second {
    right: -90px;
    width: 100px;
    top: 340px;
  }
  .about__el.third {
    right: -130px;
    width: 140px;
  }

  h1.uniq {
    font-size: 50px;
    line-height: 94px;
  }
}
@media (max-width: 1340px) {
  .auto__container {
    padding: 0 40px;
  }

  .backtotop {
    left: calc(100% - 78px);
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 54px;
    line-height: 57px;
  }
  h1.big {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 32px;
    line-height: 64px;
  }
  h2.big {
    font-size: 40px;
    line-height: 50px;
  }

  P.big {
    font-size: 28px;
    line-height: 40px;
  }
  P.uniq {
    font-size: 28px;
    line-height: 33px;
  }

  ol li {
    font-size: 28px;
    line-height: 40px;
  }

  ul li {
    font-size: 28px;
    line-height: 40px;
  }

  .feature__col {
    width: calc(50% - 12px);
  }

  .about {
    padding: 100px 0 200px 0;
  }
  .about h1 {
    margin-bottom: 32px;
  }
  .about p {
    margin-bottom: 54px;
  }
  .about__content {
    display: block;
    max-width: unset;
  }
  .about__image {
    max-width: 630px;
    margin: 0 auto 32px auto;
  }
  .about__resume {
    margin: 0 auto 32px auto;
    top: unset;
    left: unset;
    position: relative;
    width: 268px;
    height: 50px;
  }
  .about__linkedin {
    margin: 0 auto 32px auto;
    width: 274px;
    height: 50px;
    top: unset;
    right: unset;
    position: relative;
  }
  .about__mail {
    margin: 0 auto;
    width: 317px;
    height: 50px;
    top: unset;
    right: unset;
    position: relative;
  }
  .about__el {
    display: none;
  }

  .intro {
    padding: 100px 0 80px 0;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__title {
    text-align: center;
    margin-bottom: 32px;
  }
  .intro__content {
    width: 100%;
    max-width: unset;
  }

  .points {
    padding: 100px 0 170px 0;
  }
  .points p {
    font-size: 28px;
    line-height: 33px;
  }
  .points__arrow1 {
    left: calc(50% - 200px);
  }
  .points__arrow2 {
    left: calc(50% - -50px);
  }
  .points__text {
    left: 50%;
  }

  .marquee {
    padding: 160px 0;
  }
  .marquee__image {
    width: 160px;
  }

  .research__el {
    top: calc(50% - 100px);
    right: -50px;
    width: 260px;
  }
  .research__list {
    width: calc(55% - 10px);
  }
  .research__images {
    width: calc(45% - 10px);
  }
  .research__content {
    margin-bottom: 100px;
  }

  .interview__content {
    width: calc(55% - 10px);
  }
  .interview__images {
    width: calc(45% - 10px);
  }

  .audit p {
    width: calc(55% - 12px);
  }
  .audit__image {
    width: calc(45% - 12px);
  }

  .wireframe__items {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .wireframe__item {
    width: calc(20% - 24px);
    margin: 21px 12px;
  }

  .proto__items {
    width: calc(100% + 24px);
    margin: 0 -12px 100px -12px;
  }
  .proto__item {
    width: calc(20% - 24px);
    margin: 21px 12px;
  }

  .whatdo ul li {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .whatdo__image {
    margin-top: 40px;
  }

  .learn ul {
    margin-bottom: 100px;
  }
  .learn ul li {
    line-height: 40px;
  }
}
@media (max-width: 840px) {
  main {
    padding-top: 90px;
  }

  .auto__container {
    padding: 0 30px;
  }

  .backtotop {
    left: calc(100% - 68px);
  }

  h1 {
    font-size: 48px;
    line-height: 51px;
  }

  h2.big {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 33px;
  }

  .info__link {
    font-size: 28px;
    line-height: 33px;
  }

  p.big {
    font-size: 24px;
    line-height: 36px;
  }
  p.uniq {
    font-size: 24px;
    line-height: 30px;
  }

  ol li {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  ul li {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav .btn {
    margin: 15px 0;
    text-align: center;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .footer__content {
    display: block;
  }
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  .footer__link {
    margin-right: 24px;
  }
  .footer__social {
    margin-right: 24px;
  }
  .footer__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .feature__content {
    display: block;
  }
  .feature__col {
    width: 100%;
    margin-bottom: 40px;
  }
  .feature__col:last-child {
    margin-bottom: 0;
  }

  .about {
    padding: 80px 0 150px 0;
  }
  .about p {
    font-size: 24px;
    line-height: 44px;
  }

  .intro {
    padding: 80px 0;
  }

  .points__inner {
    padding: 0;
  }
  .points p {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 100%;
    max-width: unset;
    margin-bottom: 64px;
  }
  .points p:first-child {
    margin-bottom: 32px;
  }
  .points__arrow1 {
    display: none;
  }
  .points__arrow2 {
    display: none;
  }
  .points__text {
    width: 100%;
    max-width: 621px;
    margin: 0 auto;
    position: static;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .research {
    padding-bottom: 160px;
  }
  .research__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .research__list {
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
  }
  .research__images {
    width: 100%;
    max-width: unset;
  }
  .research__image {
    margin-bottom: 32px;
  }
  .research__el {
    top: unset;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    bottom: -50px;
  }
  .research.diff {
    padding-bottom: 200px;
  }
  .research.diff .research__list {
    width: 100%;
    max-width: unset;
    margin-bottom: 0;
  }

  .interview__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview__content {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .interview__content p {
    margin-bottom: 32px;
  }
  .interview__images {
    width: 100%;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview__image {
    margin: unset;
    width: calc(50% - 12px);
  }

  .audit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .audit p {
    margin-bottom: 32px;
    width: 100%;
    max-width: unset;
  }
  .audit__image {
    width: 80%;
  }

  .wireframe__item {
    width: calc(25% - 24px);
  }

  .proto__item {
    width: calc(25% - 24px);
  }

  .whatdo h2 {
    margin-bottom: 40px;
  }
  .whatdo ul li {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .whatdo__image {
    margin-top: 32px;
  }

  .learn ul li {
    line-height: 36px;
  }
}
@media (max-width: 650px) {
  .wireframe__item {
    width: calc(33.3333334% - 24px);
  }

  .proto__item {
    width: calc(33.3333334% - 24px);
  }
}
@media (max-width: 540px) {
  .auto__container {
    padding: 0 24px;
  }

  .backtotop {
    left: calc(100% - 62px);
  }

  h1 {
    font-size: 40px;
    line-height: 43px;
  }
  h1.uniq {
    font-size: 40px;
    line-height: 54px;
  }
  h1.big {
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 56px;
  }

  .info h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .info__link {
    font-size: 24px;
    line-height: 28px;
  }

  .action__link {
    padding: 8px 12px;
    font-size: 16px;
  }
  .action__link img {
    width: 18px;
    height: 18px;
  }

  .hero {
    padding: 80px 0 200px 0;
  }

  .about p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .points {
    padding: 80px 0 120px 0;
  }

  .marquee {
    padding: 120px 0 !important;
  }
  .marquee__image {
    width: 140px;
  }

  .media {
    padding-bottom: 100px;
  }
  .media__video {
    margin-bottom: 32px;
  }

  .problem {
    padding-bottom: 100px;
  }

  .research {
    padding-bottom: 100px;
  }
  .research__el {
    width: 200px;
    bottom: 20px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .research.diff {
    padding-bottom: 220px;
  }

  .interview {
    padding-bottom: 100px;
  }
  .interview__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 516px;
    margin: 0 auto;
  }
  .interview__image {
    width: 100%;
    margin-bottom: 32px;
  }
  .interview__image:last-child {
    margin-bottom: 0;
  }

  .audit {
    padding-bottom: 100px;
  }

  .wireframe {
    padding-bottom: 100px !important;
  }
  .wireframe__item {
    width: calc(50% - 24px);
  }

  .proto {
    padding-bottom: 100px !important;
  }
  .proto__items {
    margin-bottom: 50px;
  }
  .proto__item {
    width: calc(50% - 24px);
  }

  .feedback {
    padding-bottom: 100px !important;
  }

  .reflection {
    padding-bottom: 100px !important;
  }

  .why {
    padding: 80px 0 100px 0;
  }
  .why p {
    margin-bottom: 40px;
  }

  .whatdo {
    padding-bottom: 100px;
  }

  .learn {
    padding-bottom: 100px;
  }
  .learn ul {
    margin-bottom: 50px;
  }

  .initial {
    padding: 80px 0 100px 0;
  }

  .brain {
    padding-bottom: 100px;
  }
}