@import url(../fonts/Helvetica/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --blue: #0030ff;
  --purple: #c296ff;
  --purple2: #9440ff;
  --gray1: #ebebeb;
  --gray2: #c7c7c7;
  --gray3: #f3f3f3;
  --gray4: #dedede;
  --gray5: #f4f4f4;
  --gray6: #f0f0f0;
  --gray7: #e1e1e1;
  --red: #ea4949;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'HelveticaNeueCyr', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 24px;
  line-height: 120%;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--purple);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--purple);
  text-decoration: underline;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
.header {
  display: flex;
  padding: 25px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .menu {
  padding-right: 5px;
}
.header--special {
  z-index: 9999;
  display: none;
  background: transparent;
  width: 20%;
}
.header--special .logo {
  background-image: url(../img/logo-white.svg);
}
.header--special .logo--text {
  background: none;
  color: var(--white);
}
.header.purple {
  background: var(--purple);
}
.header.scroll .logo .purple,
.header--purple .logo .purple {
  color: var(--white);
}
.purple {
  color: var(--purple);
}
.logo {
  width: 68px;
  height: 44px;
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center / contain;
}
.logo--text {
  background: none;
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.025em;
}
.logo--text span {
  transition: all 0.3s ease;
}
.logo--calendly {
  background-image: url(../img/calendly.png);
  width: 180px;
  height: 36px;
}
.logo-block {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--black);
}
.logo-block:hover {
  text-decoration: none;
  color: var(--black);
}
.section {
  position: relative;
}
.section--services {
  padding-top: 75px;
}
.section--services .top {
  padding-left: 70px;
  gap: 80px;
  padding-right: 40px;
  justify-content: space-between;
}
.section--services .top .btn {
  transform: translateY(-65px);
}
.section--services .top--2 {
  justify-content: flex-start;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.025em;
}
.section--services .top--2 > div:first-child {
  font-weight: bold;
}
.section--services .top--2 > div:last-child {
  font-weight: 500;
}
.section--services .title {
  font-size: 72px;
  line-height: 78px;
  letter-spacing: 0.025em;
}
.section--services .content {
  padding: 0 40px;
}
.section--portfolio {
  background: var(--purple);
  padding: 100px 0 35px;
}
.section--portfolio .top {
  padding-left: 105px;
  justify-content: space-between;
  padding-right: 50px;
  align-items: center;
}
.section--portfolio .title {
  font-size: 113px;
  line-height: 83px;
  letter-spacing: 0.025em;
}
.section--portfolio .slider {
  margin-top: 100px;
}
.section--2 {
  margin-top: -140px;
  padding: 0 100px 0 120px;
  z-index: 2;
}
.section--2:after {
  content: "";
  border-radius: 0 25px 25px 0;
  position: absolute;
  z-index: 1;
  width: 525px;
  height: 375px;
  left: 0;
  top: 290px;
  background: var(--black);
}
.section--2 .block {
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 2;
}
.section--2 .block__col {
  width: 485px;
}
.section--2 .block__pic {
  border-radius: 25px;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.section--2 .block__pic img {
  width: 100%;
}
.section--2 .block__content {
  flex: 1;
  padding-top: 55px;
}
.section--2 .block__btns {
  width: 100%;
  padding: 85px 0 0 50px;
}
.section--2 .block__title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 29px;
  line-height: 40px;
  letter-spacing: 0.025em;
}
.section--2 .block__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.025em;
}
.section--how {
  background: var(--purple) url(../img/path.svg) no-repeat center bottom -80px;
  padding: 320px 0 180px 0;
  margin-top: -250px;
  background-size: 100% auto;
}
.section--how .title {
  font-size: 60px;
  line-height: 67px;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
  padding-left: 185px;
}
.section--how .btns {
  margin: 80px 0 0 250px;
}
.section--5 {
  background: var(--black) url(../img/line-purple.svg) no-repeat right -10px top 180px;
  color: var(--white);
  background-size: 1100px auto;
}
.section--5 .content {
  padding: 70px;
}
.section--5 .title {
  font-size: 52px;
  line-height: 59px;
  letter-spacing: 0.025em;
}
.section--partners {
  padding: 20px 0;
  background: var(--black);
}
.section--speak {
  padding: 160px 0 40px;
}
.section--speak .block--1 {
  display: flex;
}
.section--speak .block--2 {
  display: flex;
  margin-top: 120px;
}
.section--speak .block--2 > div {
  width: 50%;
}
.section--speak .block--2 > div:first-child {
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section--speak .block--2 .title {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.025em;
}
.section--speak .title {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.section--speak .logo-block {
  width: 50%;
  padding-left: 75px;
  position: relative;
}
.section--speak .content {
  padding: 0 35px;
}
.section--speak .logo--text {
  font-size: 51px;
  line-height: 63px;
  letter-spacing: 0.025em;
}
.section--speak .logo:not(.logo--text) {
  position: absolute;
  width: 136px;
  height: 88px;
  left: 5px;
  bottom: 80%;
}
.contact {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.025em;
}
.cards {
  display: flex;
  gap: 10px;
  margin-top: -30px;
  padding-left: 285px;
  align-items: stretch;
  position: relative;
  z-index: 3;
}
.cards--2 {
  margin-top: 120px;
  padding-left: 0;
  justify-content: center;
}
.card {
  width: 300px;
  height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--gray6);
  border-radius: 25px;
  padding: 25px;
  align-items: stretch;
}
.card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.card__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.card__pic {
  height: 270px;
  border-radius: 12px;
  background: no-repeat center / cover;
}
.card--2 {
  width: auto;
  flex: 1;
  height: 595px;
  color: var(--black);
  background: var(--purple);
  padding: 0;
}
.card--2 .card__content {
  padding: 25px;
}
.card--2 .card__title {
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.025em;
  font-weight: bold;
  margin-bottom: 25px;
}
.card--2 .card__text {
  font-weight: 300;
  width: 260px;
}
.card--2.card--white {
  background: var(--white);
}
.card--2.card--purple {
  background: var(--purple2);
  color: var(--white);
}
.hows {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 0 40px;
}
.how {
  flex: 1;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.025em;
  /*
  &--1{
    top: 450px;
    left: 40px;
  }
  &--2{
    top: 480px;
    left: 470px;
  }
  &--3{
    top: 380px;
    left: 880px;
  }
  &--4{
    top: 520px;
    left: 1090px;
  }
  &--5{
    top: 650px;
    left: 700px;
  }
  */
}
.how:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 6px;
  border-radius: 3px;
  background: var(--black);
  left: 0;
  bottom: -35px;
}
.promo {
  height: 800px;
  position: relative;
  display: flex;
  padding-top: 110px;
  align-items: flex-start;
  padding-left: 75px;
  gap: 30px;
}
.promo__content {
  flex: 1;
  position: relative;
  z-index: 3;
  padding-top: 15px;
}
.promo__title {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.promo__title--big {
  font-size: 69px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.promo__text {
  margin-top: 40px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.promo__text ul {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.promo__btns {
  margin-top: 40px;
}
.promo__pic {
  border-radius: 27px;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.promo__pic img {
  width: 100%;
}
.promo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/line-black.svg) no-repeat center bottom / 100% auto;
  bottom: -4px;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.promo:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 320px;
  border-radius: 25px 0 0 25px;
  background: var(--purple);
  top: 130px;
  right: 0;
}
.promo--1 {
  background: var(--purple) url(../img/bg01.jpg) no-repeat center bottom / 100% auto;
  padding-right: 130px;
}
.promo--1:before {
  background-image: url(../img/line.svg);
}
.promo--1:after {
  background: var(--black);
}
.promo--1 .promo__content {
  padding-top: 0;
}
.promo--1 .promo__pic {
  width: 555px;
  margin-top: 45px;
}
.promo--1 .promo__btns {
  padding-left: 330px;
}
.promo--2 {
  padding-right: 205px;
}
.promo--2:after {
  width: 430px;
  top: 120px;
}
.promo--2 .promo__btns {
  padding-left: 400px;
}
.promo--2 .promo__pic {
  width: 455px;
  margin-top: 100px;
}
.promo--3 {
  padding-right: 120px;
}
.promo--3:after {
  width: 350px;
  top: 320px;
  height: 280px;
}
.promo--3 .promo__btns {
  padding-left: 440px;
}
.promo--3 .promo__pic {
  width: 420px;
  margin-top: 70px;
}
.promo--4 {
  padding-right: 280px;
}
.promo--4:after {
  width: 350px;
  top: 140px;
  height: 280px;
}
.promo--4 .promo__btns {
  padding-left: 440px;
}
.promo--4 .promo__pic {
  width: 285px;
  margin-top: 130px;
}
.icon {
  display: inline-block;
  line-height: 0;
  width: 18px;
  height: 18px;
}
.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu {
  display: flex;
  gap: 10px;
}
.menu-item {
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  color: var(--black);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.025em;
  transition: all 0.3s ease;
}
.menu-item:hover,
.menu-item.active {
  background: var(--black);
  color: var(--white);
  text-decoration: none;
}
.btn {
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  border-radius: 12px;
  background: var(--purple2);
  text-transform: uppercase;
  font-weight: bold;
  height: 58px;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.btn:hover {
  color: var(--white);
  background: var(--black);
  text-decoration: none;
}
.btn--sm {
  border-radius: 6px;
  height: 32px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.btn--lg {
  height: 82px;
  padding: 0 40px;
}
.btn--shadow {
  padding: 0 35px;
  box-shadow: 0 7px 15px rgba(60, 60, 60, 0.35);
}
.btn--white {
  background: var(--white);
  color: var(--black);
}
.btn--black {
  background: var(--black);
  color: var(--white);
}
.btn--hover-white:hover {
  background: var(--white);
  color: var(--black);
}
.btn--hover-purple:hover {
  background: var(--purple2);
  color: var(--white);
}
.stick {
  position: fixed;
  transform: rotate(-90deg) translateX(100%) translateY(100%);
  right: 0;
  bottom: 50px;
  z-index: 100;
  transform-origin: right bottom;
  transition: all 0.3s ease;
}
.stick .btn {
  border-radius: 12px 12px 0 0;
}
.stick.active {
  transform: rotate(-90deg) translateX(100%) translateY(0);
}
.partner {
  line-height: 0;
  border-radius: 35px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  width: 190px;
  height: 190px;
}
.partner img {
  width: 144px;
}
.partner--2 img {
  filter: grayscale(100%);
  max-width: 120px;
  max-height: 120px;
}
.partner-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.slider .swiper-pagination {
  position: relative;
  display: flex;
  bottom: 0;
  gap: 8px;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  background: var(--black);
  opacity: 1;
  transition: all 0.3s ease;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
}
.slider--promo {
  width: 100%;
}
.slider--promo .swiper-slide {
  opacity: 0!important;
}
.slider--promo .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.slider--promo .slider-nav {
  transform: translateY(-230px);
}
.slider--promo .slider-nav:not(.slider-nav--purple) .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--purple);
}
.slider--2 {
  padding-bottom: 40px;
}
.slider--2 .swiper-slide {
  width: auto;
  padding-left: 20px;
  height: auto;
}
.slider--2 .swiper-slide:first-child {
  padding-left: 40px;
}
.slider--2 .swiper-slide:last-child {
  padding-right: 40px;
}
.slider--2 .slider-nav {
  transform: translateY(40px);
  padding-bottom: 0;
  padding-left: 60px;
}
.slider--2 .swiper-wrapper {
  align-items: stretch;
}
.slider--3 {
  margin-bottom: -40px;
  margin-top: -20px;
}
.slider--3 .swiper-slide {
  width: auto;
  padding: 20px 15px 40px;
}
.slider-navigation {
  display: flex;
  font-weight: bold;
  font-size: 31px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.slider-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-left: 40px;
  padding-bottom: 20px;
}
.slider-btns {
  display: flex;
  gap: 5px;
}
.slider-btns .swiper-button-prev,
.slider-btns .swiper-button-next {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  border-radius: 10px;
  background: var(--black) url(../img/arrow-right.svg?1) no-repeat center / 16px auto;
}
.slider-btns .swiper-button-prev:after,
.slider-btns .swiper-button-next:after {
  display: none;
}
.slider-btns .swiper-button-prev {
  transform: scaleX(-1);
}
.title {
  font-weight: bold;
  font-size: 1.75695461vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.top {
  display: flex;
}
.items {
  display: flex;
  margin-top: 85px;
  gap: 90px;
  align-items: stretch;
}
.item {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.025em;
}
.item__info {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.step-cards {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 110px;
}
.step-cards-text {
  margin-top: 60px;
  padding-left: 35px;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.025em;
}
.step-card {
  border-radius: 12px;
  width: 320px;
  height: 385px;
  padding: 25px;
  color: var(--black);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.step-card:hover {
  color: var(--black);
  text-decoration: none;
  transform: scale(0.9);
}
.step-card__title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.step-card__num {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.step-card__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.step-card--1 {
  background: var(--gray3);
}
.step-card--2 {
  background: var(--gray7);
}
.step-card--3 {
  background: var(--purple);
}
.step-card--4 {
  background: var(--purple2);
  color: var(--white);
}
.step-card--4:hover {
  color: var(--white);
}
.steps {
  margin-top: 60px;
}
.step {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.step__content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.step__col {
  flex: 1;
}
.step__pic {
  line-height: 0;
  padding-right: 50px;
  position: relative;
  padding-top: 75px;
}
.step__pic:after {
  content: "";
  position: absolute;
  border-radius: 25px 0 0 25px;
  background: var(--purple);
  z-index: 1;
  top: -10px;
  right: -85px;
  width: 325px;
  height: 325px;
}
.step__pic img {
  width: 490px;
  position: relative;
  z-index: 2;
  border-radius: 25px;
}
.step__top {
  padding-left: 70px;
}
.step__num {
  font-weight: 300;
  margin-left: -70px;
  float: left;
  font-size: 90px;
  line-height: 63px;
  letter-spacing: 0.025em;
}
.step__title {
  padding-top: 20px;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 41px;
  line-height: 50px;
  letter-spacing: 0.025em;
}
.step__text {
  font-weight: 300;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.025em;
}
.step__btns {
  margin-top: 20px;
  padding-left: 350px;
}
.step--2 .blocks {
  margin-top: -150px;
}
.step--2 .title {
  margin: 120px 0 90px 180px;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 0.025em;
}
.step--3 .block {
  padding-left: 70px;
  font-weight: 500;
  margin-top: -15px;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.step--3 .block .title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.025em;
}
.step .items {
  gap: 65px;
}
.step .item {
  width: 365px;
}
.step .item__text {
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.step .item__info {
  font-weight: 300;
  margin-top: 45px;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.025em;
}
.step .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.step .blocks .block {
  width: 610px;
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.step .blocks .block__title {
  margin-bottom: 35px;
}
.step ul {
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.step ul li {
  padding-left: 0;
}
.step ul li:before {
  position: relative;
  top: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.why {
  margin-top: 60px;
}
.why .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 61px;
  letter-spacing: 0.025em;
}
.why-items {
  display: flex;
  gap: 40px;
  justify-content: center;
  font-size: 19px;
  line-height: 29px;
  letter-spacing: 0.025em;
}
.why-item {
  flex: 1;
}
.done {
  background: var(--purple);
  margin: -220px -10px 0;
  border-radius: 35px;
  padding: 50px 10px 10px;
}
.done__title {
  margin: 0 0 45px 35px;
  font-weight: bold;
  font-size: 38px;
  line-height: 61px;
  letter-spacing: 0.025em;
}
.done-items {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.done-item {
  border-radius: 25px;
  width: 250px;
  background: var(--gray6);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 355px;
  padding: 27px 22px;
}
.done-item__num {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.done-item__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.done-item:nth-child(2n-1) {
  background: var(--white);
}
.done-item:last-child {
  background: var(--white) !important;
}
.human {
  display: flex;
  gap: 50px;
}
.human__pic {
  width: 85px;
  height: 85px;
  background: no-repeat center / cover;
  border-radius: 50%;
}
.human__content {
  width: 500px;
}
.human__title {
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.human__text {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.025em;
}
.pic {
  line-height: 0;
}
.pic img {
  width: 100%;
}
.btns {
  margin-top: 55px;
}
.portfolio {
  width: 965px;
  background: var(--white);
  border-radius: 30px;
  padding: 40px 60px 55px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  /*&--2{
    width: 850px;
    .human__text{
      width: 450px;
    }
  }
  &--3{
    width: 900px;
    .human__text{
      width: 600px;
    }
  }
  */
}
.portfolio__top {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.portfolio__content {
  padding-left: 160px;
}
.portfolio__logo img {
  width: 110px;
}
.portfolio__title {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase;
  height: 200px;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.portfolio .human {
  gap: 25px;
  padding-left: 50px;
  margin-top: 50px;
}
.portfolio .human__content {
  flex: 1;
}
.portfolio .human__text {
  width: 90%;
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.fancybox__content > .carousel__button.is-close {
  width: 24px;
  height: 24px;
  top: 25px;
  right: 25px;
  background: url(../img/close.svg) no-repeat center / contain;
  opacity: 1;
  border-radius: 0;
}
.fancybox__content > .carousel__button.is-close svg {
  display: none;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.popup {
  width: 950px;
  background: var(--white);
  padding: 0;
  border-radius: 20px;
}
.popup__title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  width: 100%;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.025em;
}
.popup__form {
  width: 440px;
}
.popup__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}
.popup .include {
  flex: 1;
}
.popup__text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
.popup .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
}
.popup .top {
  justify-content: space-between;
  align-items: center;
}
.popup sup {
  font-size: 22px;
  vertical-align: baseline;
}
.popup__block {
  padding: 30px;
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.popup__calendly {
  width: 100%;
  background: var(--purple);
  padding: 30px;
  border-radius: 20px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.form__row {
  position: relative;
}
.form__row input[type=text],
.form__row textarea {
  font-family: 'HelveticaNeueCyr', sans-serif;
  border-radius: 8px;
  height: 70px;
  box-shadow: none;
  border: none;
  background: var(--gray5);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 25px;
  width: 100%;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: var(--black);
  transition: all 0.3s ease;
}
.form__row input[type=text]::placeholder,
.form__row textarea::placeholder {
  color: var(--black);
}
.form__row textarea {
  height: 200px;
  padding: 25px;
}
.form__row--required:after {
  content: "*";
  position: absolute;
  font-weight: bold;
  color: var(--red);
  top: 10px;
  right: 12px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.form__row--error {
  color: var(--red);
}
.form__row--error input[type=text],
.form__row--error textarea {
  background: var(--red);
}
.form__row--textarea {
  flex: 1;
  width: 100%;
}
.hamburger {
  display: none;
}
.checkbox {
  text-align: right;
  margin-top: 12px;
  display: block;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.025em;
}
.checkbox input {
  display: none;
}
.checkbox input + span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  margin-left: 10px;
  background: var(--gray5);
  position: relative;
  vertical-align: top;
}
.checkbox input + span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/check.svg) no-repeat center / contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.checkbox input:checked + span:after {
  opacity: 1;
}
.members {
  display: flex;
  justify-content: space-between;
  margin: 90px -35px 0;
}
.member {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  height: 140px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 35px;
  background: var(--white);
  width: 300px;
  padding: 0 0 0 15px;
}
.member__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: no-repeat center / cover;
}
.member__content {
  flex: 1;
}
.member__name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.member__position {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.025em;
}
.bricks {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.brick {
  background: var(--purple);
  color: var(--white);
  width: 415px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  padding: 25px;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.brick:hover {
  color: var(--white);
  text-decoration: none;
}
.alert {
  background: var(--gray3);
  border-radius: 0 25px 25px 0;
  padding: 35px 80px 35px 70px;
  margin-left: -40px;
  width: 1180px;
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 70px;
}
.alert__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.025em;
}
.alert__text {
  flex: 1;
  font-weight: 300;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 0.025em;
}
.alert--right {
  border-radius: 25px 0 0 25px;
  padding: 35px 70px 35px 80px;
  margin-left: 0;
  margin-right: -40px;
}
.alert--purple {
  background: var(--purple);
}
.alert-outer {
  display: flex;
  justify-content: flex-end;
}
.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.marquee__content {
  width: 300% !important;
  display: flex;
  animation: marquee 60s linear infinite forwards;
}
.marquee__content:hover {
  animation-play-state: paused;
}
.marquee__list {
  display: flex;
  justify-content: space-around;
  width: 33.33%;
  /* reset list */
  list-style: none;
  padding: 0;
  margin: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-next,
.swiper-button-prev {
  top: 0;
  width: 150px;
  height: 100%;
  margin-top: 0;
  right: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.cookie {
  display: flex;
  gap: 30px;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 80%;
  padding: 15px 50px;
  text-align: left;
  border-radius: 30px 30px 0 0;
  background: var(--purple2);
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  z-index: 98;
  left: 10%;
  transition: all 0.3s ease;
}
.cookie__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../img/close.svg) no-repeat center / contain;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.cookie.hide {
  transform: translateY(100%);
}
.cookie a {
  color: var(--white);
}
.cookie .btn {
  vertical-align: middle;
  margin-left: 10px;
}
body {
  font-size: 1.75695461vw;
}
h1,
.h1 {
  font-size: 2.92825769vw;
  margin: 0 0 1.09809663vw;
}
h2,
.h2 {
  font-size: 2.19619327vw;
  margin: 0 0 1.09809663vw;
}
h3,
.h3 {
  font-size: 1.46412884vw;
  margin: 0 0 1.09809663vw;
}
.logo {
  width: 4.97803807vw;
  height: 3.22108346vw;
}
.logo--text {
  width: auto;
  height: auto;
  font-size: 1.9033675vw;
  line-height: 2.26939971vw;
  letter-spacing: 0.025em;
}
.logo--calendly {
  width: 13.17715959vw;
  height: 2.63543192vw;
}
.section--services {
  padding-top: 5.49048316vw;
}
.section--services .top {
  padding-left: 5.12445095vw;
  gap: 5.85651537vw;
  padding-right: 2.92825769vw;
}
.section--services .top .btn {
  transform: translateY(-4.75841874vw);
}
.section--services .top--2 {
  font-size: 1.75695461vw;
  line-height: 2.92825769vw;
  letter-spacing: 0.025em;
}
.section--services .title {
  font-size: 5.27086384vw;
  line-height: 5.71010249vw;
  letter-spacing: 0.025em;
}
.section--services .content {
  padding: 0 2.92825769vw;
}
.section--portfolio {
  padding: 7.32064422vw 0 2.56222548vw;
}
.section--portfolio .top {
  padding-left: 7.68667643vw;
  padding-right: 3.66032211vw;
}
.section--portfolio .title {
  font-size: 8.27232796vw;
  line-height: 6.0761347vw;
  letter-spacing: 0.025em;
}
.section--portfolio .slider {
  margin-top: 7.32064422vw;
}
.section--2 {
  margin-top: -10.2489019vw;
  padding: 0 7.32064422vw 0 8.78477306vw;
}
.section--2:after {
  border-radius: 0 1.83016105vw 1.83016105vw 0;
  width: 38.43338214vw;
  height: 27.45241581vw;
  top: 21.22986823vw;
}
.section--2 .block {
  gap: 7.32064422vw;
}
.section--2 .block__col {
  width: 35.50512445vw;
}
.section--2 .block__pic {
  border-radius: 1.83016105vw;
}
.section--2 .block__content {
  padding-top: 4.02635432vw;
}
.section--2 .block__btns {
  padding: 6.22254758vw 0 0 3.66032211vw;
}
.section--2 .block__title {
  margin-bottom: 2.19619327vw;
  font-size: 2.12298682vw;
  line-height: 2.92825769vw;
  letter-spacing: 0.025em;
}
.section--2 .block__text {
  font-size: 1.75695461vw;
  line-height: 2.48901903vw;
  letter-spacing: 0.025em;
}
.section--how {
  background-position: center bottom -5.85651537vw;
  padding: 23.42606149vw 0 13.17715959vw 0;
  margin-top: -18.30161054vw;
}
.section--how .title {
  font-size: 4.39238653vw;
  line-height: 4.90483163vw;
  letter-spacing: 0.025em;
  margin-bottom: 3.66032211vw;
  padding-left: 13.5431918vw;
}
.section--how .btns {
  margin: 5.85651537vw 0 0 18.30161054vw;
}
.section--5 {
  background-position: right -0.73206442vw top 13.17715959vw;
  background-size: 80.52708638vw auto;
}
.section--5 .content {
  padding: 5.12445095vw;
}
.section--5 .title {
  font-size: 3.80673499vw;
  line-height: 4.31918009vw;
  letter-spacing: 0.025em;
}
.section--partners {
  padding: 1.46412884vw 0;
}
.section--speak {
  padding: 11.71303075vw 0 2.92825769vw;
}
.section--speak .block--2 {
  margin-top: 8.78477306vw;
}
.section--speak .block--2 > div:first-child {
  padding-left: 4.75841874vw;
  padding-right: 4.75841874vw;
}
.section--speak .block--2 .title {
  font-size: 2.04978038vw;
  line-height: 2.92825769vw;
  letter-spacing: 0.025em;
}
.section--speak .title {
  font-size: 4.39238653vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.section--speak .logo-block {
  padding-left: 5.49048316vw;
}
.section--speak .content {
  padding: 0 2.56222548vw;
}
.section--speak .logo--text {
  font-size: 3.73352855vw;
  line-height: 4.61200586vw;
  letter-spacing: 0.025em;
}
.section--speak .logo:not(.logo--text) {
  width: 9.95607613vw;
  height: 6.44216691vw;
  left: 0.36603221vw;
}
.contact {
  margin-bottom: 2.19619327vw;
  font-size: 1.24450952vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.025em;
}
.cards {
  gap: 0.73206442vw;
  margin-top: -2.19619327vw;
  padding-left: 20.86383602vw;
}
.cards--2 {
  margin-top: 8.78477306vw;
  padding-left: 0;
}
.card {
  width: 21.96193265vw;
  height: 25.98828697vw;
  border-radius: 1.83016105vw;
  padding: 1.83016105vw;
}
.card__title {
  font-size: 1.61054173vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.card__text {
  font-size: 1.17130307vw;
  line-height: 1.9033675vw;
  letter-spacing: 0.025em;
}
.card__pic {
  height: 19.76573939vw;
  border-radius: 0.87847731vw;
}
.card--2 {
  height: 43.55783309vw;
  padding: 0;
}
.card--2 .card__content {
  padding: 1.83016105vw;
}
.card--2 .card__title {
  font-size: 2.56222548vw;
  line-height: 120%;
  letter-spacing: 0.025em;
  margin-bottom: 1.83016105vw;
}
.card--2 .card__text {
  width: 19.03367496vw;
}
.hows {
  gap: 2.92825769vw;
  padding: 0 2.92825769vw;
}
.how {
  font-size: 1.09809663vw;
  line-height: 1.9033675vw;
  letter-spacing: 0.025em;
  /*
    &--1 {
      top: 450 / 1366 * 100vw;
      left: 40 / 1366 * 100vw;
    }

    &--2 {
      top: 480 / 1366 * 100vw;
      left: 470 / 1366 * 100vw;
    }

    &--3 {
      top: 380 / 1366 * 100vw;
      left: 880 / 1366 * 100vw;
    }

    &--4 {
      top: 520 / 1366 * 100vw;
      left: 1090 / 1366 * 100vw;
    }

    &--5 {
      top: 650 / 1366 * 100vw;
      left: 700 / 1366 * 100vw;
    }*/
}
.how:after {
  width: 4.75841874vw;
  height: 0.43923865vw;
  border-radius: 0.21961933vw;
  bottom: -2.56222548vw;
}
.promo {
  height: 58.56515373vw;
  padding-top: 8.05270864vw;
  padding-left: 5.49048316vw;
  gap: 2.19619327vw;
}
.promo__content {
  padding-top: 1.09809663vw;
}
.promo__title {
  font-size: 2.63543192vw;
  line-height: 3.22108346vw;
  letter-spacing: 0.025em;
}
.promo__title--big {
  font-size: 5.05124451vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.promo__text {
  margin-top: 2.92825769vw;
  padding-right: 2.19619327vw;
  font-size: 1.02489019vw;
  line-height: 1.61054173vw;
  letter-spacing: 0.025em;
}
.promo__text ul {
  font-size: 1.02489019vw;
  line-height: 1.61054173vw;
  letter-spacing: 0.025em;
}
.promo__btns {
  margin-top: 2.92825769vw;
}
.promo__pic {
  border-radius: 1.97657394vw;
}
.promo:before {
  bottom: -0.29282577vw;
}
.promo:after {
  width: 32.94289898vw;
  height: 23.42606149vw;
  border-radius: 1.83016105vw 0 0 1.83016105vw;
  top: 9.51683748vw;
}
.promo--1 {
  padding-right: 9.51683748vw;
}
.promo--1 .promo__content {
  padding-top: 0;
}
.promo--1 .promo__pic {
  width: 40.6295754vw;
  margin-top: 3.2942899vw;
}
.promo--1 .promo__btns {
  padding-left: 24.15812592vw;
}
.promo--2 {
  padding-right: 15.00732064vw;
}
.promo--2:after {
  width: 31.47877013vw;
  top: 8.78477306vw;
}
.promo--2 .promo__btns {
  padding-left: 29.28257687vw;
}
.promo--2 .promo__pic {
  width: 33.30893119vw;
  margin-top: 7.32064422vw;
}
.promo--3 {
  padding-right: 8.78477306vw;
}
.promo--3:after {
  width: 25.62225476vw;
  top: 23.42606149vw;
  height: 20.49780381vw;
}
.promo--3 .promo__btns {
  padding-left: 32.21083455vw;
}
.promo--3 .promo__pic {
  width: 30.74670571vw;
  margin-top: 5.12445095vw;
}
.promo--4 {
  padding-right: 20.49780381vw;
}
.promo--4:after {
  width: 25.62225476vw;
  top: 10.2489019vw;
  height: 20.49780381vw;
}
.promo--4 .promo__btns {
  padding-left: 32.21083455vw;
}
.promo--4 .promo__pic {
  width: 20.86383602vw;
  margin-top: 9.51683748vw;
}
.icon {
  width: 1.31771596vw;
  height: 1.31771596vw;
}
.menu {
  gap: 0.73206442vw;
}
.menu-item {
  height: 1.83016105vw;
  padding: 0 0.58565154vw;
  border-radius: 0.36603221vw;
  font-size: 0.87847731vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.btn {
  border-radius: 0.87847731vw;
  height: 4.24597365vw;
  padding: 0 1.46412884vw;
  font-size: 1.17130307vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.btn--sm {
  border-radius: 0.43923865vw;
  height: 2.34260615vw;
  padding: 0 0.73206442vw;
  font-size: 0.87847731vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.btn--lg {
  height: 6.00292826vw;
  padding: 0 2.92825769vw;
}
.btn--shadow {
  padding: 0 2.56222548vw;
  box-shadow: 0 0.5124451vw 1.09809663vw rgba(60, 60, 60, 0.35);
}
.stick {
  bottom: 3.66032211vw;
}
.stick .btn {
  border-radius: 0.87847731vw 0.87847731vw 0 0;
}
.partner {
  border-radius: 2.56222548vw;
  width: 13.90922401vw;
  height: 13.90922401vw;
}
.partner img {
  width: 10.54172767vw;
}
.partner--2 img {
  max-width: 8.78477306vw;
  max-height: 8.78477306vw;
}
.partner-item {
  padding: 0 0.73206442vw;
}
.slider .swiper-pagination {
  gap: 0.58565154vw;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.73206442vw;
  height: 0.73206442vw;
}
.slider--promo .slider-nav {
  transform: translateY(-16.8374817vw);
}
.slider--2 {
  padding-bottom: 2.92825769vw;
}
.slider--2 .swiper-slide {
  padding-left: 1.46412884vw;
}
.slider--2 .swiper-slide:first-child {
  padding-left: 2.92825769vw;
}
.slider--2 .swiper-slide:last-child {
  padding-right: 2.92825769vw;
}
.slider--2 .slider-nav {
  transform: translateY(2.92825769vw);
  padding-bottom: 0;
  padding-left: 4.39238653vw;
}
.slider--3 {
  margin-bottom: -2.92825769vw;
  margin-top: -1.46412884vw;
}
.slider--3 .swiper-slide {
  padding: 1.46412884vw 1.09809663vw 2.92825769vw;
}
.slider-navigation {
  font-size: 2.26939971vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.slider-nav {
  gap: 1.83016105vw;
  padding-left: 2.92825769vw;
  padding-bottom: 1.46412884vw;
}
.slider-btns {
  gap: 0.36603221vw;
}
.slider-btns .swiper-button-prev,
.slider-btns .swiper-button-next {
  width: 2.92825769vw;
  height: 2.92825769vw;
  border-radius: 0.73206442vw;
  background-size: 1.17130307vw auto;
}
.title {
  font-size: 1.75695461vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.items {
  margin-top: 6.22254758vw;
  gap: 6.5885798vw;
}
.item {
  width: 21.96193265vw;
}
.item__text {
  font-size: 1.09809663vw;
  line-height: 1.83016105vw;
  letter-spacing: 0.025em;
}
.item__info {
  margin-top: 2.92825769vw;
  font-size: 0.95168375vw;
  line-height: 1.9033675vw;
  letter-spacing: 0.025em;
}
.step-cards {
  gap: 0.73206442vw;
  margin-top: 8.05270864vw;
}
.step-cards-text {
  margin-top: 4.39238653vw;
  padding-left: 2.56222548vw;
  font-weight: 300;
  font-size: 1.9033675vw;
  line-height: 2.63543192vw;
  letter-spacing: 0.025em;
}
.step-card {
  border-radius: 0.87847731vw;
  width: 23.42606149vw;
  height: 28.18448023vw;
  padding: 1.83016105vw;
}
.step-card__title {
  margin-bottom: 2.19619327vw;
  font-size: 2.56222548vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.step-card__num {
  font-size: 1.75695461vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.step-card__text {
  font-size: 1.17130307vw;
  line-height: 1.9033675vw;
  letter-spacing: 0.025em;
}
.steps {
  margin-top: 4.39238653vw;
}
.step {
  padding-top: 4.39238653vw;
  padding-bottom: 4.39238653vw;
}
.step__content {
  gap: 3.66032211vw;
}
.step__pic {
  padding-right: 3.66032211vw;
  padding-top: 5.49048316vw;
}
.step__pic:after {
  border-radius: 1.83016105vw 0 0 1.83016105vw;
  top: -0.73206442vw;
  right: -6.22254758vw;
  width: 23.7920937vw;
  height: 23.7920937vw;
}
.step__pic img {
  width: 35.87115666vw;
  border-radius: 1.83016105vw;
}
.step__top {
  padding-left: 5.12445095vw;
}
.step__num {
  margin-left: -5.12445095vw;
  font-size: 6.5885798vw;
  line-height: 4.61200586vw;
  letter-spacing: 0.025em;
}
.step__title {
  padding-top: 1.46412884vw;
  margin-bottom: 2.56222548vw;
  font-size: 3.00146413vw;
  line-height: 3.66032211vw;
  letter-spacing: 0.025em;
}
.step__text {
  font-size: 1.9033675vw;
  line-height: 2.70863836vw;
  letter-spacing: 0.025em;
}
.step__btns {
  margin-top: 1.46412884vw;
  padding-left: 25.62225476vw;
}
.step--2 .blocks {
  margin-top: -10.98096633vw;
}
.step--2 .title {
  margin: 8.78477306vw 0 6.5885798vw 13.17715959vw;
  font-size: 2.7818448vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.025em;
}
.step--3 .block {
  padding-left: 5.12445095vw;
  margin-top: -1.09809663vw;
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
  letter-spacing: 0.025em;
}
.step--3 .block .title {
  margin-bottom: 2.19619327vw;
  font-size: 2.34260615vw;
  line-height: 3.80673499vw;
  letter-spacing: 0.025em;
}
.step .items {
  gap: 4.75841874vw;
}
.step .item {
  width: 26.72035139vw;
}
.step .item__text {
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
  letter-spacing: 0.025em;
}
.step .item__info {
  margin-top: 3.2942899vw;
  font-size: 1.02489019vw;
  line-height: 2.26939971vw;
  letter-spacing: 0.025em;
}
.step .blocks {
  gap: 4.39238653vw 0;
}
.step .blocks .block {
  width: 44.65592972vw;
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
  letter-spacing: 0.025em;
}
.step .blocks .block__title {
  margin-bottom: 2.56222548vw;
}
.step ul {
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
  letter-spacing: 0.025em;
}
.step ul li:before {
  margin-right: 0.73206442vw;
}
.why {
  margin-top: 4.39238653vw;
}
.why .title {
  margin-bottom: 3.66032211vw;
  font-size: 2.7818448vw;
  line-height: 4.46559297vw;
  letter-spacing: 0.025em;
}
.why-items {
  gap: 2.92825769vw;
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
  letter-spacing: 0.025em;
}
.done {
  margin: -16.10541728vw -0.73206442vw 0;
  border-radius: 2.56222548vw;
  padding: 3.66032211vw 0.73206442vw 0.73206442vw;
}
.done__title {
  margin: 0 0 3.2942899vw 2.56222548vw;
  font-size: 2.7818448vw;
  line-height: 4.46559297vw;
  letter-spacing: 0.025em;
}
.done-item {
  border-radius: 1.83016105vw;
  width: 18.30161054vw;
  height: 25.98828697vw;
  padding: 1.97657394vw 1.61054173vw;
}
.done-item__num {
  font-size: 2.34260615vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.done-item__text {
  font-size: 1.17130307vw;
  line-height: 1.9033675vw;
  letter-spacing: 0.025em;
}
.human {
  gap: 3.66032211vw;
}
.human__pic {
  width: 6.22254758vw;
  height: 6.22254758vw;
}
.human__content {
  width: 36.60322108vw;
}
.human__title {
  margin-bottom: 1.83016105vw;
  padding-top: 0.73206442vw;
  font-size: 1.09809663vw;
  line-height: 1.31771596vw;
  letter-spacing: 0.025em;
}
.human__text {
  font-size: 1.09809663vw;
  line-height: 1.68374817vw;
  letter-spacing: 0.025em;
}
.btns {
  margin-top: 4.02635432vw;
}
.portfolio {
  width: 70.64421669vw;
  border-radius: 2.19619327vw;
  padding: 2.92825769vw 4.39238653vw 4.02635432vw 2.56222548vw;
  /*&--2{
      width: 850 / 1366 * 100vw;
      .human__text{
        width: 450 / 1366 * 100vw;
      }
    }
    &--3{
      width: 900 / 1366 * 100vw;
      .human__text{
        width: 600 / 1366 * 100vw;
      }
    }*/
}
.portfolio__top {
  gap: 3.66032211vw;
  margin-bottom: 3.66032211vw;
}
.portfolio__content {
  padding-left: 11.71303075vw;
}
.portfolio__logo img {
  width: 8.05270864vw;
}
.portfolio__title {
  height: 14.64128843vw;
  font-size: 3.95314788vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.portfolio .human {
  gap: 1.83016105vw;
  padding-left: 3.66032211vw;
  margin-top: 3.66032211vw;
}

.fancybox__content > .carousel__button.is-close {
  width: 1.75695461vw;
  height: 1.75695461vw;
  top: 1.83016105vw;
  right: 1.83016105vw;
}
.popup {
  width: 69.54612006vw;
  border-radius: 1.46412884vw;
}
.popup__title {
  margin-bottom: 1.83016105vw;
  font-size: 2.63543192vw;
  line-height: 3.22108346vw;
  letter-spacing: 0.025em;
}
.popup__form {
  width: 32.21083455vw;
}
.popup__col {
  gap: 2.19619327vw;
}
.popup__text {
  font-size: 1.02489019vw;
  line-height: 1.61054173vw;
  letter-spacing: 0.025em;
}
.popup .bottom {
  padding-top: 1.46412884vw;
}
.popup sup {
  font-size: 1.61054173vw;
}
.popup__block {
  padding: 2.19619327vw;
  gap: 0.73206442vw;
}
.popup__calendly {
  padding: 2.19619327vw;
  border-radius: 1.46412884vw;
}
.form {
  gap: 0.73206442vw;
}
.form__row input[type=text],
.form__row textarea {
  border-radius: 0.58565154vw;
  height: 5.12445095vw;
  padding: 0 1.83016105vw;
  font-size: 1.02489019vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.form__row textarea {
  height: 14.64128843vw;
  padding: 1.83016105vw;
}
.form__row--required:after {
  top: 0.73206442vw;
  right: 0.87847731vw;
  font-size: 1.75695461vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.checkbox {
  margin-top: 0.87847731vw;
  font-size: 1.09809663vw;
  line-height: 2.19619327vw;
  letter-spacing: 0.025em;
}
.checkbox input + span {
  width: 2.19619327vw;
  height: 2.19619327vw;
  border-radius: 0.58565154vw;
  margin-left: 0.73206442vw;
}
.members {
  margin: 6.5885798vw -2.56222548vw 0;
}
.member {
  box-shadow: 0 0.73206442vw 2.92825769vw rgba(0, 0, 0, 0.05);
  height: 10.2489019vw;
  gap: 1.83016105vw;
  border-radius: 2.56222548vw;
  width: 21.96193265vw;
  padding: 0 0 0 1.09809663vw;
}
.member__photo {
  width: 7.32064422vw;
  height: 7.32064422vw;
}
.member__name {
  margin-bottom: 0.36603221vw;
  font-size: 1.17130307vw;
  line-height: 1.31771596vw;
  letter-spacing: 0.025em;
}
.member__position {
  font-size: 0.95168375vw;
  line-height: 1.31771596vw;
  letter-spacing: 0.025em;
}
.bricks {
  margin-top: 8.05270864vw;
}
.brick {
  width: 30.3806735vw;
  border-radius: 1.83016105vw;
  padding: 1.83016105vw;
  font-size: 2.34260615vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.alert {
  border-radius: 0 1.83016105vw 1.83016105vw 0;
  padding: 2.56222548vw 5.85651537vw 2.56222548vw 5.12445095vw;
  margin-left: -2.92825769vw;
  width: 86.38360176vw;
  gap: 4.02635432vw;
  margin-top: 5.12445095vw;
}
.alert__title {
  font-size: 2.34260615vw;
  line-height: 3.80673499vw;
  letter-spacing: 0.025em;
}
.alert__text {
  font-size: 1.9033675vw;
  line-height: 2.70863836vw;
  letter-spacing: 0.025em;
}
.alert--right {
  border-radius: 1.83016105vw 0 0 1.83016105vw;
  padding: 2.56222548vw 5.12445095vw 2.56222548vw 5.85651537vw;
  margin-left: 0;
  margin-right: -2.92825769vw;
}
.swiper-button-next,
.swiper-button-prev {
  width: 10.98096633vw;
}
.js-marquee {
  gap: 1.46412884vw;
  margin-left: 1.46412884vw;
}
.cookie {
  padding: 1.09809663vw 3.66032211vw;
  gap: 2.19619327vw;
  border-radius: 2.19619327vw 2.19619327vw 0 0;
  font-size: 1.02489019vw;
  line-height: 1.31771596vw;
}
.cookie__close {
  top: 1.46412884vw;
  right: 1.46412884vw;
  width: 0.73206442vw;
  height: 0.73206442vw;
}
.cookie .btn {
  margin-left: 0.73206442vw;
}
@media only screen and (max-width: 991px) {
  /*lg*/
  body {
    font-size: 16px;
    line-height: 25px;
  }
  body.open .menu {
    transform: translateX(0);
  }
  body.open .hamburger span {
    width: 16px;
  }
  body.open .hamburger span:last-child {
    width: 100%;
  }
  .logo {
    width: 46px;
    height: 30px;
  }
  .logo--text {
    width: auto;
    height: auto;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.025em;
  }
  .logo--calendly {
    width: 132px;
    height: 32px;
  }
  .header {
    padding: 16px;
  }
  .header__right {
    display: none;
  }
  .header--special {
    display: none!important;
  }
  .header .btn {
    height: 30px;
  }
  .header.scroll {
    padding: 8px 16px;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 9px;
    align-items: flex-end;
    width: 30px;
    cursor: pointer;
  }
  .hamburger span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background: var(--black);
    transition: all 0.3s ease;
  }
  .hamburger span:last-child {
    width: 16px;
  }
  .menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    transform: translateX(100%);
    background: var(--purple);
    width: 100%;
    height: 100%;
    align-items: center;
    transition: all 0.3s ease;
  }
  .menu-item {
    height: 50px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .menu .btn {
    margin-top: 50px;
  }
  .btn {
    border-radius: 7px;
    height: 38px;
    padding: 0 15px;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .btn--sm {
    height: 30px;
    padding: 0 10px;
    font-size: 8px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .btn--lg {
    height: 82px;
    padding: 0 40px;
  }
  .btn--shadow {
    padding: 0 30px;
    box-shadow: 0 7px 15px rgba(60, 60, 60, 0.35);
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .stick {
    bottom: 50px;
  }
  .stick .btn {
    border-radius: 7px 7px 0 0;
  }
  .section--services {
    padding-top: 35px;
  }
  .section--services .top {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .section--services .top--2 {
    display: block;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.025em;
  }
  .section--services .top--2 > div:first-child {
    margin-bottom: 15px;
  }
  .section--services .top--2 > div:last-child {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .section--services .title {
    font-size: 37px;
    line-height: 40px;
    letter-spacing: 0.025em;
  }
  .section--services .content {
    padding: 0 16px;
  }
  .section--portfolio {
    padding: 40px 0 20px;
  }
  .section--portfolio .top {
    padding-left: 16px;
    padding-right: 0;
    display: block;
  }
  .section--portfolio .title {
    font-size: 58px;
    line-height: 55px;
    letter-spacing: 0.025em;
  }
  .section--portfolio .square {
    display: none;
  }
  .section--portfolio .slider {
    margin-top: 30px;
  }
  .section--portfolio .slider-navigation {
    position: relative;
    margin: 25px 0 0 50px;
  }
  .section--2 {
    margin-top: 0;
    padding: 0 16px;
  }
  .section--2:before {
    content: "";
    position: absolute;
    bottom: -70px;
    background: url(../img/line-m.svg) no-repeat center / contain;
    width: 100%;
    height: 175px;
    left: 0;
    z-index: 2;
  }
  .section--2:after {
    border-radius: 0;
    width: 100%;
    height: 215px;
    top: auto;
    bottom: 30px;
  }
  .section--2 .block {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .section--2 .block__col {
    width: 100%;
  }
  .section--2 .block__pic {
    border-radius: 18px;
  }
  .section--2 .block__content {
    flex: 1;
    padding-top: 30px;
  }
  .section--2 .block__btns {
    width: 100%;
    padding: 0;
    text-align: center;
    transform: translateY(-50%);
  }
  .section--2 .block__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
  .section--2 .block__text {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.025em;
  }
  .section--how {
    background: var(--purple) url(../img/bg02.jpg) no-repeat center bottom;
    padding: 155px 16px 250px;
    margin-top: -30px;
    background-size: 100% auto;
  }
  .section--how .title {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
  }
  .section--how .btns {
    display: none;
  }
  .section--5 {
    background: var(--black) url(../img/line-purple-m.svg) no-repeat center top 200px;
    background-size: 100% auto;
  }
  .section--5 .content {
    padding: 25px 16px 16px;
  }
  .section--5 .title {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.025em;
  }
  .section--5 .title br {
    display: none;
  }
  .section--partners {
    padding: 5px 0;
  }
  .section--speak {
    padding: 60px 0 20px;
  }
  .section--speak .block--2 {
    margin-top: 100px;
    display: block;
    padding-left: 15px;
  }
  .section--speak .block--2 > div {
    width: 100%;
  }
  .section--speak .block--2 > div:first-child {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .section--speak .title {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
  .section--speak .logo-block {
    width: auto;
    padding-left: 0;
  }
  .section--speak .content {
    padding: 0 16px;
  }
  .section--speak .logo--text {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.025em;
  }
  .section--speak .logo:not(.logo--text) {
    width: 86px;
    height: 56px;
    left: -20px;
    bottom: 95%;
  }
  .top {
    display: block;
  }
  .slider .swiper-pagination {
    padding-left: 0;
    padding-bottom: 0;
    gap: 6px;
    bottom: 0;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .slider--promo {
    padding-bottom: 0;
  }
  .slider--promo .slider-nav {
    transform: translateY(-30px);
    padding: 0 15px;
  }
  .slider--promo .slider-nav .swiper-pagination {
    justify-content: flex-end;
  }
  .slider--promo .slider-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--purple);
  }
  .slider--2 {
    padding-bottom: 20px;
  }
  .slider--2 .swiper-slide {
    padding-left: 5px;
  }
  .slider--2 .swiper-slide:first-child {
    padding-left: 5px;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 5px;
  }
  .slider--2 .slider-nav {
    padding-left: 30px;
    padding-top: 10px;
  }
  .slider--3 {
    margin-bottom: -40px;
    margin-top: -20px;
  }
  .slider--3 .swiper-slide {
    width: auto;
    padding: 20px 6px 40px;
  }
  .slider-navigation {
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .slider-nav {
    gap: 20px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .slider-btns {
    gap: 5px;
  }
  .slider-btns .swiper-button-prev,
  .slider-btns .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-size: 10px auto;
  }
  .items {
    display: block;
    margin-top: 70px;
  }
  .item {
    width: 270px;
    margin-bottom: 60px;
  }
  .item__text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .item__info {
    margin-top: 25px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
  .step-cards {
    gap: 3px;
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .step-cards-text {
    margin-top: 25px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.025em;
  }
  .step-cards-text br {
    display: none;
  }
  .step-card {
    border-radius: 8px;
    width: 175px;
    height: 210px;
    padding: 15px;
  }
  .step-card:hover {
    transform: none;
  }
  .step-card__title {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .step-card__num {
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .step-card__text {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
  .steps {
    margin-top: 35px;
  }
  .step {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .step__content {
    display: block;
  }
  .step__pic {
    padding-right: 0;
    padding-top: 70px;
  }
  .step__pic:after {
    border-radius: 18px 0 0 18px;
    top: 0;
    right: -16px;
    width: 190px;
    height: 220px;
  }
  .step__pic img {
    width: 320px;
    border-radius: 18px;
  }
  .step__top {
    padding-left: 45px;
  }
  .step__num {
    margin-left: -45px;
    font-size: 60px;
    line-height: 42px;
    letter-spacing: 0.025em;
  }
  .step__title {
    padding-top: 15px;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0.025em;
  }
  .step__text {
    margin-left: -45px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.025em;
  }
  .step__btns {
    margin-top: 20px;
    padding-left: 0;
  }
  .step--2 .step__pic:after {
    width: 240px;
    height: 215px;
  }
  .step--2 .step__pic img {
    width: 325px;
    margin-left: -60px;
  }
  .step--2 .step__btns {
    margin-top: 10px;
    text-align: right;
  }
  .step--2 .blocks {
    margin-top: -15px;
  }
  .step--2 .title {
    margin: 45px 0 40px 50px;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.025em;
  }
  .step--2 .title br {
    display: none;
  }
  .step--3 .step__pic {
    margin-top: 10px;
  }
  .step--3 .step__pic:after {
    width: 170px;
    height: 170px;
  }
  .step--3 .step__pic img {
    width: 255px;
    margin-left: 50px;
  }
  .step--3 .step__btns {
    margin-top: 0;
    text-align: right;
  }
  .step--3 .step__btns--2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .step--3 .step__text br {
    display: none;
  }
  .step--3 .block {
    padding-left: 15px;
    margin-top: -5px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .step--3 .block .title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.025em;
  }
  .step--3 .block br {
    display: none;
  }
  .step--4 .step__pic {
    margin-top: -25px;
  }
  .step--4 .step__pic:after {
    width: 215px;
    height: 215px;
  }
  .step--4 .step__pic img {
    width: 330px;
    margin-left: -30px;
  }
  .step .items {
    padding-left: 15px;
    margin-top: 30px;
  }
  .step .item {
    width: 260px;
    margin-bottom: 40px;
  }
  .step .item__text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .step .item__info {
    margin-top: 25px;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.025em;
  }
  .step .item:last-child {
    margin-bottom: 0;
  }
  .step .blocks {
    display: block;
  }
  .step .blocks .block {
    width: 100%;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .step .blocks .block__title {
    margin-bottom: 20px;
  }
  .step .blocks .block:last-child {
    margin-bottom: 10px;
  }
  .step ul {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .step ul li {
    padding-left: 0;
  }
  .step ul li:before {
    margin-right: 10px;
  }
  .human {
    gap: 35px;
  }
  .human__pic {
    width: 55px;
    height: 55px;
  }
  .human__content {
    flex: 1;
  }
  .human__title {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.025em;
  }
  .human__text {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.025em;
  }
  .portfolio {
    width: 325px;
    position: relative;
    border-radius: 18px;
    padding: 20px 16px 16px 20px;
    /*
    &--2{
      .human__text{
        width: 170px;
      }
    }
    &--3{
      .human__text{
        width: 230px;
      }
    }
    */
  }
  .portfolio__top {
    display: block;
    margin-bottom: 20px;
  }
  .portfolio__content {
    padding-left: 25px;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .portfolio__logo {
    position: absolute;
  }
  .portfolio__logo img {
    width: auto;
    height: 50px;
    top: 20px;
    left: 20px;
  }
  .portfolio__title {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 25px;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .portfolio__title br {
    display: none;
  }
  .portfolio .human {
    gap: 15px;
    padding-left: 0;
    margin-top: 20px;
  }
  .portfolio .human__text {
    margin-left: -45px;
  }
  .portfolio .human__title {
    margin-bottom: 45px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .fancybox__content > .carousel__button.is-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .popup {
    width: 100%;
    display: block;
    border-radius: 15px;
  }
  .popup__title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .popup__form {
    width: 100%;
  }
  .popup__col {
    gap: 20px;
    padding-top: 10px;
  }
  .popup__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.025em;
    margin: 30px 0;
  }
  .popup__text br {
    display: none;
  }
  .popup .bottom {
    padding-top: 20px;
  }
  .popup sup {
    font-size: 22px;
    vertical-align: baseline;
  }
  .popup__block {
    padding: 25px 15px;
    display: block;
  }
  .popup__calendly {
    padding: 25px 15px;
    border-radius: 15px;
  }
  .form {
    gap: 10px;
  }
  .form__row input[type=text],
  .form__row textarea {
    border-radius: 8px;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .form__row textarea {
    height: 100px;
    padding: 15px;
  }
  .form__row--required:after {
    top: 10px;
    right: 12px;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .checkbox {
    margin-top: 12px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.025em;
  }
  .checkbox input + span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-left: 10px;
  }
  .promo {
    height: auto;
    padding-top: 85px;
    padding-left: 15px;
    display: block;
    /*
    &--2, &--3, &--4{
      padding-right: 0;
      &:after{
        width: 130px; top: 410px;
      }
      .promo__btns{
        padding-left: 15px;
      }
      .promo__pic{
        width: 260px; margin-top: 0;
        position: absolute; top: 310px; left: 195px;
      }
      .block{
        width: 160px;
      }
    }
    */
    /*
    &--4{
      padding-right: 0;
      &:after{
        width: 150px; top: 385px; height: 150px;
      }
      .promo__btns{
        padding-left: 15px;
      }
      .promo__pic{
        width: 260px; margin-top: 0;
        position: absolute; top: 330px; left: 195px;
        height: 165px;
        img{
          object-fit: cover; height: 100%;
        }
      }
      .block{
        width: 175px;
      }
      ul {
        .text(11px, 15px);
      }
    }*/
  }
  .promo__content {
    padding-top: 0;
  }
  .promo__title {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .promo__title--big {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .promo__text {
    margin-top: 20px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.025em;
  }
  .promo__text ul {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.025em;
  }
  .promo__btns {
    margin-top: 20px;
  }
  .promo__pic {
    border-radius: 18px;
  }
  .promo:before {
    bottom: -4px;
    background-image: url(../img/line-black-m.svg);
  }
  .promo:after {
    width: 170px;
    height: 125px;
    border-radius: 18px 0 0 18px;
    top: 360px;
  }
  .promo--1 {
    background-image: url(../img/bg01-m.jpg);
    padding-right: 0;
  }
  .promo--1 .promo__pic {
    width: 260px;
    margin-top: 15px;
    height: 160px;
  }
  .promo--1 .promo__pic img {
    object-fit: cover;
    height: 100%;
  }
  .promo--1 .promo__btns {
    padding-left: 200px;
    margin-top: 45px;
  }
  .promo--1:before {
    background-image: url(../img/line-m.svg);
  }
  .promo--2,
  .promo--3,
  .promo--4 {
    padding-right: 0;
  }
  .promo--2:after,
  .promo--3:after,
  .promo--4:after {
    width: 155px;
    top: 450px;
    height: 130px;
    border-radius: 0 18px 18px 0;
    left: 0;
    right: auto;
  }
  .promo--2 .promo__btns,
  .promo--3 .promo__btns,
  .promo--4 .promo__btns {
    padding-left: 150px;
  }
  .promo--2 .promo__pic,
  .promo--3 .promo__pic,
  .promo--4 .promo__pic {
    width: 200px;
    margin-top: 25px;
    margin-left: 40px;
    max-height: 130px;
  }
  .promo--2 .promo__pic img,
  .promo--3 .promo__pic img,
  .promo--4 .promo__pic img {
    object-fit: cover;
    height: 100%;
  }
  .promo--2 ul,
  .promo--3 ul,
  .promo--4 ul {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.025em;
  }
  .cards {
    gap: 5px 0;
    margin-top: 20px;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cards--2 {
    margin-top: 170px;
    gap: 5px;
  }
  .card {
    width: 170px;
    height: 200px;
    border-radius: 18px;
    padding: 12px;
  }
  .card__title {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .card__text {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.025em;
  }
  .card__pic {
    height: 110px;
    border-radius: 8px;
    background: no-repeat center / cover;
  }
  .card--long {
    width: 100%;
    height: 140px;
  }
  .card--2 {
    padding: 0;
    flex-direction: column-reverse;
    border-radius: 8px;
    justify-content: flex-end;
    width: auto;
    flex: 1;
    height: 280px;
  }
  .card--2 .card__content {
    padding: 20px 10px 0;
  }
  .card--2 .card__title {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
  }
  .card--2 .card__text {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
  .card--2.card--long {
    width: 100%;
    flex: none;
    flex-direction: row;
    height: 155px;
    align-items: stretch;
    gap: 15px;
  }
  .card--2.card--long .card__pic {
    width: 170px;
    height: auto;
  }
  .card--2.card--long .card__content {
    flex: 1;
    padding-top: 10px;
  }
  .hows {
    display: block;
  }
  .how {
    position: relative;
    top: auto!important;
    left: auto!important;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.025em;
  }
  .how:after {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    bottom: -30px;
  }
  .partner {
    border-radius: 20px;
    width: 70px;
    height: 70px;
  }
  .partner img {
    width: 54px;
  }
  .partner--2 img {
    max-width: 45px;
    max-height: 30px;
  }
  .partner-item {
    padding: 0 3px;
  }
  .members {
    margin: 60px -16px 0;
  }
  .member {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    height: 130px;
    display: block;
    border-radius: 18px;
    width: 95px;
    padding: 12px 0 0 0;
    text-align: center;
  }
  .member__photo {
    width: 62px;
    height: 62px;
    margin: 0 auto 15px;
  }
  .member__name {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.025em;
  }
  .member__position {
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 0.025em;
  }
  .contact {
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0.025em;
  }
  .bricks {
    margin-top: 50px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .brick {
    width: auto;
    flex: 1;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .brick--long {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .alert {
    border-radius: 0 18px 18px 0;
    padding: 20px 20px 20px 16px;
    margin-left: -16px;
    width: 330px;
    margin-top: 40px;
    display: block;
  }
  .alert__title {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  .alert__text {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .alert--right {
    border-radius: 18px 0 0 18px;
    padding: 20px 16px 20px 20px;
    margin-left: 0;
    margin-right: -16px;
  }
  .why {
    margin-top: 0;
  }
  .why .title {
    text-align: left;
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 25px;
    line-height: 41px;
    letter-spacing: 0.025em;
  }
  .why-items {
    gap: 30px 25px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.025em;
  }
  .why-item {
    flex: none;
    width: 155px;
  }
  .done {
    margin: -130px -16px 0 -8px;
    border-radius: 25px;
    padding: 160px 16px 16px 8px;
  }
  .done__title {
    margin: 0 0 15px 30px;
    font-size: 25px;
    line-height: 41px;
    letter-spacing: 0.025em;
  }
  .done-items {
    gap: 5px;
    flex-wrap: wrap;
  }
  .done-item {
    border-radius: 18px;
    width: 169px;
    height: 240px;
    padding: 15px;
  }
  .done-item__num {
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .done-item__text {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.025em;
  }
  .done-item--empty {
    opacity: 0;
    height: 0;
  }
  .done-item--last {
    margin-bottom: -210px;
  }
  .done-item:last-child {
    background: var(--gray6) !important;
  }
  .cookie {
    flex-direction: column;
    gap: 20px;
    width: 90%;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    font-size: 11px;
    line-height: 16px;
    left: 5%;
  }
  .cookie__close {
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  body {
    font-size: 4.26666667vw;
    line-height: 6.66666667vw;
  }
  body.open .hamburger span {
    width: 4.26666667vw;
  }
  .logo {
    width: 12.26666667vw;
    height: 8vw;
  }
  .logo--text {
    width: auto;
    height: auto;
    font-size: 4.53333333vw;
    line-height: 5.6vw;
    letter-spacing: 0.025em;
  }
  .logo--calendly {
    width: 35.2vw;
    height: 8.53333333vw;
  }
  .header {
    padding: 4.26666667vw;
  }
  .header .btn {
    height: 8vw;
  }
  .header.scroll {
    padding: 2.13333333vw 4.26666667vw;
  }
  .hamburger {
    height: 2.4vw;
    width: 8vw;
  }
  .hamburger span {
    height: 0.8vw;
  }
  .hamburger span:last-child {
    width: 4.26666667vw;
  }
  .menu {
    gap: 2.66666667vw;
  }
  .menu-item {
    height: 13.33333333vw;
    padding: 0 2.13333333vw;
    border-radius: 2.66666667vw;
    font-size: 6.4vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .menu .btn {
    margin-top: 13.33333333vw;
  }
  .btn {
    border-radius: 1.86666667vw;
    height: 10.13333333vw;
    padding: 0 4vw;
    font-size: 2.66666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .btn--sm {
    height: 8vw;
    padding: 0 2.66666667vw;
    font-size: 2.13333333vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .btn--lg {
    height: 21.86666667vw;
    padding: 0 10.66666667vw;
  }
  .btn--shadow {
    padding: 0 8vw;
    box-shadow: 0 1.86666667vw 4vw rgba(60, 60, 60, 0.35);
    font-size: 2.93333333vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .stick {
    bottom: 13.33333333vw;
  }
  .stick .btn {
    border-radius: 1.86666667vw 1.86666667vw 0 0;
  }
  .section--services {
    padding-top: 9.33333333vw;
  }
  .section--services .top {
    padding: 0 4.26666667vw;
    margin-bottom: 5.33333333vw;
  }
  .section--services .top--2 {
    font-size: 4vw;
    line-height: 6.13333333vw;
    letter-spacing: 0.025em;
  }
  .section--services .top--2 > div:first-child {
    margin-bottom: 4vw;
  }
  .section--services .top--2 > div:last-child {
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .section--services .title {
    font-size: 9.86666667vw;
    line-height: 10.66666667vw;
    letter-spacing: 0.025em;
  }
  .section--services .content {
    padding: 0 4.26666667vw;
  }
  .section--portfolio {
    padding: 10.66666667vw 0 5.33333333vw;
  }
  .section--portfolio .top {
    padding-left: 4.26666667vw;
    padding-right: 0;
  }
  .section--portfolio .title {
    font-size: 15.46666667vw;
    line-height: 14.66666667vw;
    letter-spacing: 0.025em;
  }
  .section--portfolio .slider {
    margin-top: 8vw;
  }
  .section--portfolio .slider-navigation {
    margin: 6.66666667vw 0 0 13.33333333vw;
  }
  .section--2 {
    padding: 0 4.26666667vw;
  }
  .section--2:before {
    bottom: -18.66666667vw;
    height: 46.66666667vw;
  }
  .section--2:after {
    height: 57.33333333vw;
    bottom: 8vw;
  }
  .section--2 .block {
    gap: 6.66666667vw;
  }
  .section--2 .block__pic {
    border-radius: 4.8vw;
  }
  .section--2 .block__content {
    padding-top: 8vw;
  }
  .section--2 .block__title {
    margin-bottom: 5.33333333vw;
    font-size: 5.33333333vw;
    line-height: 6.93333333vw;
    letter-spacing: 0.025em;
  }
  .section--2 .block__text {
    font-size: 4vw;
    line-height: 5.6vw;
    letter-spacing: 0.025em;
  }
  .section--how {
    padding: 41.33333333vw 4.26666667vw 66.66666667vw;
    margin-top: -8vw;
  }
  .section--how .title {
    font-size: 10.66666667vw;
    line-height: 12vw;
    letter-spacing: 0.025em;
    margin-bottom: 8vw;
  }
  .section--5 {
    background-position: center top 53.33333333vw;
  }
  .section--5 .content {
    padding: 6.66666667vw 4.26666667vw 4.26666667vw;
  }
  .section--5 .title {
    font-size: 6.93333333vw;
    line-height: 8.8vw;
    letter-spacing: 0.025em;
  }
  .section--partners {
    padding: 1.33333333vw 0;
  }
  .section--speak {
    padding: 16vw 0 5.33333333vw;
  }
  .section--speak .block--2 {
    margin-top: 26.66666667vw;
    padding-left: 4vw;
  }
  .section--speak .block--2 > div:first-child {
    margin-bottom: 5.33333333vw;
  }
  .section--speak .title {
    font-size: 5.06666667vw;
    line-height: 6.93333333vw;
    letter-spacing: 0.025em;
  }
  .section--speak .content {
    padding: 0 4.26666667vw;
  }
  .section--speak .logo--text {
    font-size: 8.53333333vw;
    line-height: 10.66666667vw;
    letter-spacing: 0.025em;
  }
  .section--speak .logo:not(.logo--text) {
    width: 22.93333333vw;
    height: 14.93333333vw;
    left: -5.33333333vw;
  }
  .slider .swiper-pagination {
    gap: 1.6vw;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.33333333vw;
    height: 1.33333333vw;
  }
  .slider--promo .slider-nav {
    transform: translateY(-8vw);
    padding: 0 4vw;
  }
  .slider--2 {
    padding-bottom: 5.33333333vw;
  }
  .slider--2 .swiper-slide {
    padding-left: 1.33333333vw;
  }
  .slider--2 .swiper-slide:first-child {
    padding-left: 1.33333333vw;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 1.33333333vw;
  }
  .slider--2 .slider-nav {
    padding-left: 8vw;
    padding-top: 2.66666667vw;
  }
  .slider--3 {
    margin-bottom: -10.66666667vw;
    margin-top: -5.33333333vw;
  }
  .slider--3 .swiper-slide {
    padding: 5.33333333vw 1.6vw 10.66666667vw;
  }
  .slider-navigation {
    font-size: 5.6vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .slider-nav {
    gap: 5.33333333vw;
  }
  .slider-btns {
    gap: 1.33333333vw;
  }
  .slider-btns .swiper-button-prev,
  .slider-btns .swiper-button-next {
    width: 8vw;
    height: 8vw;
    border-radius: 1.6vw;
    background-size: 2.66666667vw auto;
  }
  .items {
    margin-top: 18.66666667vw;
  }
  .item {
    width: 72vw;
    margin-bottom: 16vw;
  }
  .item__text {
    font-size: 4.26666667vw;
    line-height: 6.66666667vw;
    letter-spacing: 0.025em;
  }
  .item__info {
    margin-top: 6.66666667vw;
    font-size: 3.2vw;
    line-height: 6.93333333vw;
    letter-spacing: 0.025em;
  }
  .step-cards {
    gap: 0.8vw;
    margin-top: 8vw;
  }
  .step-cards-text {
    margin-top: 6.66666667vw;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    letter-spacing: 0.025em;
  }
  .step-card {
    border-radius: 2.13333333vw;
    width: 46.66666667vw;
    height: 56vw;
    padding: 4vw;
  }
  .step-card__title {
    margin-bottom: 4vw;
    font-size: 5.06666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .step-card__num {
    font-size: 3.46666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .step-card__text {
    font-size: 2.4vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.025em;
  }
  .steps {
    margin-top: 9.33333333vw;
  }
  .step {
    padding-top: 5.33333333vw;
    padding-bottom: 8vw;
  }
  .step__pic {
    padding-top: 18.66666667vw;
  }
  .step__pic:after {
    border-radius: 4.8vw 0 0 4.8vw;
    right: -4.26666667vw;
    width: 50.66666667vw;
    height: 58.66666667vw;
  }
  .step__pic img {
    width: 85.33333333vw;
    border-radius: 4.8vw;
  }
  .step__top {
    padding-left: 12vw;
  }
  .step__num {
    margin-left: -12vw;
    font-size: 16vw;
    line-height: 11.2vw;
    letter-spacing: 0.025em;
  }
  .step__title {
    padding-top: 4vw;
    margin-bottom: 5.33333333vw;
    font-size: 7.2vw;
    line-height: 9.06666667vw;
    letter-spacing: 0.025em;
  }
  .step__text {
    margin-left: -12vw;
    font-size: 4.53333333vw;
    line-height: 6.4vw;
    letter-spacing: 0.025em;
  }
  .step__btns {
    margin-top: 5.33333333vw;
  }
  .step--2 .step__pic:after {
    width: 64vw;
    height: 57.33333333vw;
  }
  .step--2 .step__pic img {
    width: 86.66666667vw;
    margin-left: -16vw;
  }
  .step--2 .step__btns {
    margin-top: 2.66666667vw;
  }
  .step--2 .blocks {
    margin-top: -4vw;
  }
  .step--2 .title {
    margin: 12vw 0 10.66666667vw 13.33333333vw;
    font-size: 6.66666667vw;
    line-height: 8.8vw;
    letter-spacing: 0.025em;
  }
  .step--3 .step__pic {
    margin-top: 2.66666667vw;
  }
  .step--3 .step__pic:after {
    width: 45.33333333vw;
    height: 45.33333333vw;
  }
  .step--3 .step__pic img {
    width: 68vw;
    margin-left: 13.33333333vw;
  }
  .step--3 .step__btns--2 {
    margin-top: 8vw;
    margin-bottom: 26.66666667vw;
  }
  .step--3 .block {
    padding-left: 4vw;
    margin-top: -1.33333333vw;
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .step--3 .block .title {
    margin-bottom: 5.33333333vw;
    font-size: 5.86666667vw;
    line-height: 9.33333333vw;
    letter-spacing: 0.025em;
  }
  .step--4 .step__pic {
    margin-top: -6.66666667vw;
  }
  .step--4 .step__pic:after {
    width: 57.33333333vw;
    height: 57.33333333vw;
  }
  .step--4 .step__pic img {
    width: 88vw;
    margin-left: -8vw;
  }
  .step .items {
    padding-left: 4vw;
    margin-top: 8vw;
  }
  .step .item {
    width: 69.33333333vw;
    margin-bottom: 10.66666667vw;
  }
  .step .item__text {
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .step .item__info {
    margin-top: 6.66666667vw;
    font-size: 2.66666667vw;
    line-height: 5.6vw;
    letter-spacing: 0.025em;
  }
  .step .item:last-child {
    margin-bottom: 0;
  }
  .step .blocks .block {
    margin-bottom: 9.33333333vw;
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .step .blocks .block__title {
    margin-bottom: 5.33333333vw;
  }
  .step .blocks .block:last-child {
    margin-bottom: 2.66666667vw;
  }
  .step ul {
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .step ul li:before {
    margin-right: 2.66666667vw;
  }
  .human {
    gap: 9.33333333vw;
  }
  .human__pic {
    width: 14.66666667vw;
    height: 14.66666667vw;
  }
  .human__title {
    margin-bottom: 5.33333333vw;
    padding-top: 2.66666667vw;
    font-size: 2.66666667vw;
    line-height: 3.2vw;
    letter-spacing: 0.025em;
  }
  .human__text {
    font-size: 2.66666667vw;
    line-height: 4vw;
    letter-spacing: 0.025em;
  }
  .portfolio {
    width: 86.66666667vw;
    border-radius: 4.8vw;
    padding: 5.33333333vw 4.26666667vw 4.26666667vw 5.33333333vw;
    /*&--2 {
      .human__text {
        width: 170 / 375 * 100vw;
      }
    }

    &--3 {
      .human__text {
        width: 230 / 375 * 100vw;
      }
    }*/
  }
  .portfolio__top {
    margin-bottom: 5.33333333vw;
  }
  .portfolio__content {
    padding-left: 6.66666667vw;
    font-size: 3.46666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .portfolio__logo img {
    height: 13.33333333vw;
    top: 5.33333333vw;
    left: 5.33333333vw;
  }
  .portfolio__title {
    height: 40vw;
    padding-left: 6.66666667vw;
    font-size: 6.66666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .portfolio .human {
    gap: 4vw;
    margin-top: 5.33333333vw;
  }
  .portfolio .human__text {
    margin-left: -12vw;
  }
  .portfolio .human__title {
    margin-bottom: 12vw;
  }
  .portfolio .human__text {
    width: 105%;
  }
  
  .fancybox__content > .carousel__button.is-close {
    width: 5.33333333vw;
    height: 5.33333333vw;
    top: 2.66666667vw;
    right: 2.66666667vw;
  }
  .popup {
    border-radius: 4vw;
  }
  .popup__title {
    margin-bottom: 6.66666667vw;
    font-size: 5.86666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .popup__col {
    gap: 5.33333333vw;
    padding-top: 2.66666667vw;
  }
  .popup__text {
    font-size: 3.73333333vw;
    line-height: 5.86666667vw;
    letter-spacing: 0.025em;
    margin: 8vw 0;
  }
  .popup .bottom {
    padding-top: 5.33333333vw;
  }
  .popup sup {
    font-size: 5.86666667vw;
  }
  .popup__block {
    padding: 6.66666667vw 4vw;
  }
  .popup__calendly {
    padding: 6.66666667vw 4vw;
    border-radius: 4vw;
  }
  .form {
    gap: 2.66666667vw;
  }
  .form__row input[type=text],
  .form__row textarea {
    border-radius: 2.13333333vw;
    height: 13.33333333vw;
    padding: 0 4vw;
    font-size: 3.73333333vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .form__row textarea {
    height: 26.66666667vw;
    padding: 4vw;
  }
  .form__row--required:after {
    top: 2.66666667vw;
    right: 3.2vw;
    font-size: 6.4vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .checkbox {
    margin-top: 3.2vw;
    font-size: 4vw;
    line-height: 8vw;
    letter-spacing: 0.025em;
  }
  .checkbox input + span {
    width: 8vw;
    height: 8vw;
    border-radius: 2.13333333vw;
    margin-left: 2.66666667vw;
  }
  .promo {
    padding-top: 22.66666667vw;
    padding-left: 4vw;
    /*
    &--2 {
      &:after {
        width: 130 / 375 * 100vw;
        top: 410 / 375 * 100vw;
      }

      .promo__btns {
        padding-left: 15 / 375 * 100vw;
      }

      .promo__pic {
        width: 260 / 375 * 100vw;
        top: 310 / 375 * 100vw;
        left: 195 / 375 * 100vw;
      }

      .block {
        width: 160 / 375 * 100vw;
      }
    }
     */
    /*
    &--4 {
      &:after {
        width: 150 / 375 * 100vw;
        top: 385 / 375 * 100vw;
        height: 150 / 375 * 100vw;
      }

      .promo__btns {
        padding-left: 15 / 375 * 100vw;
      }

      .promo__pic {
        width: 260 / 375 * 100vw;
        top: 330 / 375 * 100vw;
        left: 195 / 375 * 100vw;
        height: 165 / 375 * 100vw;
      }

      .block {
        width: 175 / 375 * 100vw;
      }

      ul {
        .text(11 / 375 * 100vw, 15 / 375 * 100vw);
      }
    }

 */
  }
  .promo__title {
    font-size: 5.6vw;
    line-height: 6.66666667vw;
    letter-spacing: 0.025em;
  }
  .promo__title--big {
    font-size: 11.2vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .promo__text {
    margin-top: 5.33333333vw;
    padding-right: 4vw;
    font-size: 2.93333333vw;
    line-height: 4.8vw;
    letter-spacing: 0.025em;
  }
  .promo__text ul {
    font-size: 2.93333333vw;
    line-height: 4.8vw;
    letter-spacing: 0.025em;
  }
  .promo__btns {
    margin-top: 5.33333333vw;
  }
  .promo__pic {
    border-radius: 4.8vw;
  }
  .promo:before {
    bottom: -1.06666667vw;
  }
  .promo:after {
    width: 45.33333333vw;
    height: 33.33333333vw;
    border-radius: 4.8vw 0 0 4.8vw;
    top: 96vw;
  }
  .promo--1 .promo__pic {
    width: 69.33333333vw;
    margin-top: 4vw;
    height: 42.66666667vw;
  }
  .promo--1 .promo__btns {
    padding-left: 53.33333333vw;
    margin-top: 12vw;
  }
  .promo--2:after,
  .promo--3:after,
  .promo--4:after {
    width: 41.33333333vw;
    top: 120vw;
    height: 34.66666667vw;
    border-radius: 0 4.8vw 4.8vw 0;
  }
  .promo--2 .promo__btns,
  .promo--3 .promo__btns,
  .promo--4 .promo__btns {
    padding-left: 40vw;
  }
  .promo--2 .promo__pic,
  .promo--3 .promo__pic,
  .promo--4 .promo__pic {
    width: 53.33333333vw;
    margin-top: 6.66666667vw;
    margin-left: 10.66666667vw;
    max-height: 34.66666667vw;
  }
  .promo--2 ul,
  .promo--3 ul,
  .promo--4 ul {
    font-size: 2.93333333vw;
    line-height: 4vw;
    letter-spacing: 0.025em;
  }
  .cards {
    gap: 1.33333333vw 0;
    margin-top: 5.33333333vw;
  }
  .cards--2 {
    margin-top: 45.33333333vw;
    gap: 1.33333333vw;
  }
  .card {
    width: 45.33333333vw;
    height: 53.33333333vw;
    border-radius: 4.8vw;
    padding: 3.2vw;
  }
  .card__title {
    font-size: 3.2vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .card__text {
    font-size: 2.4vw;
    line-height: 4vw;
    letter-spacing: 0.025em;
  }
  .card__pic {
    height: 29.33333333vw;
    border-radius: 2.13333333vw;
  }
  .card--long {
    width: 100%;
    height: 37.33333333vw;
  }
  .card--2 {
    padding: 0;
    border-radius: 2.13333333vw;
    height: 74.66666667vw;
  }
  .card--2 .card__content {
    padding: 5.33333333vw 2.66666667vw 0;
  }
  .card--2 .card__title {
    font-size: 4vw;
    line-height: 120%;
    letter-spacing: 0.025em;
    margin-bottom: 4vw;
  }
  .card--2 .card__text {
    font-size: 2.93333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.025em;
  }
  .card--2.card--long {
    height: 41.33333333vw;
    gap: 4vw;
  }
  .card--2.card--long .card__pic {
    width: 45.33333333vw;
    height: auto;
  }
  .card--2.card--long .card__content {
    padding-top: 2.66666667vw;
  }
  .how {
    margin-bottom: 18.66666667vw;
    font-size: 4.26666667vw;
    line-height: 6.93333333vw;
    letter-spacing: 0.025em;
  }
  .how:after {
    width: 16vw;
    height: 1.6vw;
    border-radius: 0.8vw;
    bottom: -8vw;
  }
  .partner {
    border-radius: 5.33333333vw;
    width: 18.66666667vw;
    height: 18.66666667vw;
  }
  .partner img {
    width: 14.4vw;
  }
  .partner--2 img {
    max-width: 12vw;
    max-height: 8vw;
  }
  .partner-item {
    padding: 0 0.8vw;
  }
  .members {
    margin: 16vw -4.26666667vw 0;
  }
  .member {
    box-shadow: 0 2.66666667vw 10.66666667vw rgba(0, 0, 0, 0.05);
    height: 34.66666667vw;
    border-radius: 4.8vw;
    width: 25.33333333vw;
    padding: 3.2vw 0 0 0;
  }
  .member__photo {
    width: 16.53333333vw;
    height: 16.53333333vw;
    margin: 0 auto 4vw;
  }
  .member__name {
    margin-bottom: 0.26666667vw;
    font-size: 3.2vw;
    line-height: 3.46666667vw;
    letter-spacing: 0.025em;
  }
  .member__position {
    font-size: 2.4vw;
    line-height: 3.46666667vw;
    letter-spacing: 0.025em;
  }
  .contact {
    margin-bottom: 6.66666667vw;
    font-size: 2.93333333vw;
    line-height: 5.06666667vw;
    letter-spacing: 0.025em;
  }
  .bricks {
    margin-top: 13.33333333vw;
    gap: 2.13333333vw;
  }
  .brick {
    border-radius: 2.13333333vw;
    padding: 2.66666667vw;
    font-size: 3.46666667vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .brick--long {
    padding: 4vw;
  }
  .alert {
    border-radius: 0 4.8vw 4.8vw 0;
    padding: 5.33333333vw 5.33333333vw 5.33333333vw 4.26666667vw;
    margin-left: -4.26666667vw;
    width: 88vw;
    margin-top: 10.66666667vw;
  }
  .alert__title {
    font-size: 5.86666667vw;
    line-height: 9.33333333vw;
    letter-spacing: 0.025em;
    margin-bottom: 5.33333333vw;
  }
  .alert__text {
    font-size: 4.53333333vw;
    line-height: 6.66666667vw;
    letter-spacing: 0.025em;
  }
  .alert--right {
    border-radius: 4.8vw 0 0 4.8vw;
    padding: 5.33333333vw 4.26666667vw 5.33333333vw 5.33333333vw;
    margin-left: 0;
    margin-right: -4.26666667vw;
  }
  .why .title {
    margin-bottom: 8vw;
    padding: 0 4vw;
    font-size: 6.66666667vw;
    line-height: 10.93333333vw;
    letter-spacing: 0.025em;
  }
  .why-items {
    gap: 8vw 6.66666667vw;
    flex-wrap: wrap;
    font-size: 3.46666667vw;
    line-height: 5.33333333vw;
    letter-spacing: 0.025em;
  }
  .why-item {
    width: 41.33333333vw;
  }
  .done {
    margin: -34.66666667vw -4.26666667vw 0 -2.13333333vw;
    border-radius: 6.66666667vw;
    padding: 42.66666667vw 4.26666667vw 4.26666667vw 2.13333333vw;
  }
  .done__title {
    margin: 0 0 4vw 8vw;
    font-size: 6.66666667vw;
    line-height: 10.93333333vw;
    letter-spacing: 0.025em;
  }
  .done-items {
    gap: 1.33333333vw;
  }
  .done-item {
    border-radius: 4.8vw;
    width: 45.06666667vw;
    height: 64vw;
    padding: 4vw;
  }
  .done-item__num {
    font-size: 5.6vw;
    line-height: 120%;
    letter-spacing: 0.025em;
  }
  .done-item__text {
    font-size: 2.93333333vw;
    line-height: 4.53333333vw;
    letter-spacing: 0.025em;
  }
  .done-item--empty {
    opacity: 0;
    height: 0;
  }
  .done-item--last {
    margin-bottom: -56vw;
  }
  .cookie {
    padding: 2.66666667vw 5.33333333vw;
    gap: 5.33333333vw;
    border-radius: 5.33333333vw 5.33333333vw 0 0;
    font-size: 2.93333333vw;
    line-height: 4.26666667vw;
  }
  .cookie__close {
    top: 4vw;
    right: 4vw;
    width: 2.66666667vw;
    height: 2.66666667vw;
  }
}
/*# sourceMappingURL=style.css.map */