@import url(../../../assets/fonts/Helvetica/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --blue: #0030ff;
  --red: #ea4949;
  --cyan: #7ef6d6;
  --gray1: #ebebeb;
  --gray2: #c7c7c7;
  --gray3: #f3f3f3;
  --gray4: #dedede;
  --gray5: #f4f4f4;
  --gray6: #a1a1a1;
}
* {
  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(--red);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--red);
  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;
}
.footer {
  padding: 130px 70px 110px 110px;
}
.footer__top {
  display: flex;
  gap: 80px;
  padding-right: 100px;
  margin-bottom: 120px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__phrase {
  font-size: 54px;
  text-transform: uppercase;
  flex: 1;
  line-height: 120%;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-family: 'HelveticaNeueCyr', sans-serif;
}
.footer__contacts {
  display: flex;
  gap: 100px;
}
.social {
  display: flex;
  gap: 40px;
}
.social-item {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.social-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header {
  display: flex;
  padding: 25px 40px;
  background: var(--red);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  justify-content: space-between;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .menu {
  padding-right: 5px;
}
.header--special {
  z-index: 9999;
  display: none;
  background: transparent;
}
.header--special .logo {
  background-image: url(../img/logo-white.svg);
}
.header--special .logo--text {
  background: none;
  color: var(--white);
}
.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 {
  color: var(--white);
  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--1 {
  background: var(--red);
  height: 630px;
}
.section--2 {
  background: var(--gray1);
  padding: 25px 20px;
}
.section--3 {
  padding: 60px 0 190px 35px;
  background: url(../img/lines.png) no-repeat center bottom / 100% auto;
}
.section--3 .title {
  font-size: 65px;
  line-height: 75px;
}
.section--3 .title--small {
  font-size: 34px;
  line-height: 41px;
}
.section--3 .top {
  gap: 100px;
}
.section--4 {
  background: var(--black);
  color: var(--white);
  padding: 100px 70px 90px;
}
.section--4 .title {
  font-size: 56px;
  line-height: 69px;
  padding-left: 40px;
}
.section--how {
  padding-top: 140px;
}
.section--how .top {
  padding-left: 75px;
  gap: 55px;
  align-items: center;
}
.section--how .title {
  font-size: 95px;
  line-height: 108px;
}
.section--how .title--small {
  font-size: 29px;
  line-height: 35px;
}
.section--how .content {
  padding: 0 40px;
}
.section--portfolio {
  background: var(--red);
  padding: 140px 0 90px;
}
.section--portfolio .top {
  padding-left: 105px;
  justify-content: space-between;
  padding-right: 50px;
}
.section--portfolio .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 140px;
  line-height: 90%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.section--portfolio .square {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 395px;
  width: 650px;
  background: var(--black);
}
.section--portfolio .slider {
  margin-top: 100px;
}
.section--join {
  display: flex;
  background: var(--gray4);
  padding: 90px 0 100px 50px;
  justify-content: space-between;
  align-items: center;
}
.section--join .title {
  font-size: 99px;
  line-height: 103px;
}
.section--join .pic {
  width: 845px;
}
.section--join .btns {
  padding-left: 190px;
}
.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--text span {
  color: var(--red);
}
.section--speak .logo:not(.logo--text) {
  position: absolute;
  width: 136px;
  height: 88px;
  left: 5px;
  bottom: 80%;
}
.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: 100px;
  background: var(--black);
  text-transform: uppercase;
  font-weight: bold;
  height: 58px;
  padding: 0 25px;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.btn:hover {
  color: var(--black);
  background: var(--white);
  text-decoration: none;
}
.btn--2 {
  height: 70px;
  border-radius: 25px;
  padding: 0 50px;
  font-size: 18px;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.btn--arrow:before {
  content: "";
  background: url(../img/arrow.svg) no-repeat center / contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 70px;
  left: -40px;
  transition: all 0.3s ease;
}
.btn--arrow:hover:before {
  bottom: 60px;
  left: -30px;
  width: 25px;
  height: 25px;
}
.btn--arrow2:before {
  content: "";
  background: url(../img/arrow2.svg) no-repeat center / contain;
  width: 64px;
  height: 47px;
  position: absolute;
  bottom: 50%;
  left: -90px;
  transform: translateY(50%);
  transition: all 0.3s ease;
}
.btn--arrow2:hover:before {
  transform: translateY(50%) scale(0.7);
  left: -70px;
}
.btn--sm {
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
}
.btn--blue {
  background: var(--blue);
}
.btn--hover-red:hover {
  background: var(--red);
  color: var(--black);
}
.btn.disable {
  cursor: default;
  opacity: 0.5;
}
.promo {
  height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  padding-top: 50px;
}
.promo__text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
  width: 500px;
}
.promo__btns {
  margin-top: 80px;
  padding-left: 100px;
}
.graph {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/graph.png) no-repeat right bottom / auto 550px;
  height: 100%;
  width: 100%;
}
.graph__text {
  position: absolute;
  width: 100px;
  font-weight: bold;
  font-size: 7px;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.graph__text--1 {
  left: 680px;
  bottom: 325px;
}
.graph__text--2 {
  left: 1000px;
  top: 285px;
}
.graph__text--3 {
  left: 1070px;
  top: 475px;
  color: var(--white);
}
.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--1 {
  width: 100%;
}
.slider--1 .swiper-slide {
  opacity: 0!important;
}
.slider--1 .swiper-slide.swiper-slide-active {
  opacity: 1!important;
}
.slider--1 .slider-nav {
  transform: translateY(-100%);
}
.slider--2 {
  padding-bottom: 40px;
}
.slider--2 .swiper-slide {
  width: auto;
  padding-right: 20px;
}
.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;
}
.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%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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);
}
.cards {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.card {
  border-radius: 6px;
  padding: 15px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 135px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 250px;
  font-size: 1.75695461vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.card__text {
  font-size: 15px;
  flex: 1;
  line-height: 22px;
}
.card__content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.card__icon {
  width: 35px;
  line-height: 0;
}
.card__icon img {
  width: 100%;
}
.title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.75695461vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.firms {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
  gap: 75px 40px;
}
.firm {
  height: 50px;
  width: 80px;
}
.firm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-cards {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 110px;
}
.step-cards-text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 29px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step-card {
  border-radius: 10px;
  width: 260px;
  height: 475px;
  padding: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  font-size: 28px;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
  transition: all 0.3s ease;
}
.step-card:hover {
  color: var(--black);
  text-decoration: none;
  transform: scale(0.9);
}
.step-card__num {
  font-size: 57px;
  line-height: 57px;
}
.step-card__num span {
  font-size: 22px;
  display: inline-block;
  transform: translate(-5px, -5px);
  line-height: 22px;
  vertical-align: super;
}
.step-card__text {
  margin-top: 40px;
}
.step-card--1 {
  background: var(--red);
}
.step-card--2 {
  background: var(--cyan);
  padding-top: 160px;
}
.step-card--3 {
  background: var(--gray2);
}
.step-card--4 {
  padding-top: 210px;
  background: var(--gray3);
}
.step-card--5 {
  padding-top: 90px;
  background: var(--black);
  color: var(--white);
}
.step-card--5:hover {
  color: var(--white);
  text-decoration: none;
}
.steps {
  margin-top: 45px;
}
.step {
  padding-top: 90px;
  padding-bottom: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.step__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.step__col {
  flex: 1;
}
.step__pic {
  line-height: 0;
}
.step__pic img {
  width: 450px;
  border-radius: 10px;
}
.step__pic--opacity {
  opacity: 0.1;
}
.step__top {
  display: flex;
  gap: 70px;
  font-weight: bold;
  text-transform: uppercase;
}
.step__num {
  font-size: 90px;
  line-height: 63px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step__title {
  flex: 1;
  font-size: 41px;
  line-height: 50px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step__btns {
  margin-top: 70px;
  padding-left: 310px;
  margin-bottom: 60px;
}
.step .items {
  gap: 65px;
}
.step .item {
  width: 365px;
}
.step .item__text {
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
}
.step .item__info {
  margin-top: 60px;
  font-weight: normal;
  font-size: 14px;
}
.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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.human__text {
  font-size: 15px;
  line-height: 23px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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 90px 55px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 700px;
}
.portfolio__top {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.portfolio__content {
  padding-left: 140px;
}
.portfolio__logo img {
  width: 110px;
}
.portfolio__title {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 54px;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.portfolio .human {
  gap: 25px;
  padding-left: 30px;
  margin-top: 50px;
}
.portfolio .human__content {
  flex: 1;
}
ul {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.025em;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
ul li + li {
  margin-top: 25px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: var(--red);
  width: 7px;
  height: 7px;
}
.red {
  color: var(--red);
}
.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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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(--cyan);
  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 {
  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%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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;
}
.calendly-overlay .calendly-popup {
  max-height: none;
}
.checkbox {
  text-align: right;
  margin-top: 12px;
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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;
}
.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(--cyan);
  color: var(--black);
  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(--black);
}
.cookie .btn {
  vertical-align: middle;
  margin-left: 10px;
}
.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.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(--red);
  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;
}
.brick.disabled {
  background: var(--gray6);
}
.contact {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.025em;
}
.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;
}
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;
}
.footer {
  padding: 9.51683748vw 5.12445095vw 8.05270864vw 8.05270864vw;
}
.footer__top {
  gap: 5.85651537vw;
  padding-right: 7.32064422vw;
  margin-bottom: 8.78477306vw;
}
.footer__phrase {
  font-size: 3.95314788vw;
}
.footer__contacts {
  gap: 7.32064422vw;
}
.social {
  gap: 2.92825769vw;
}
.social-item {
  width: 1.46412884vw;
  height: 1.46412884vw;
}
.header {
  padding: 1.83016105vw 2.92825769vw;
}
.header__right {
  gap: 1.46412884vw;
}
.header .menu {
  padding-right: 0.36603221vw;
}
.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--1 {
  height: 46.12005857vw;
}
.section--2 {
  padding: 1.83016105vw 1.46412884vw;
}
.section--3 {
  padding: 4.39238653vw 0 13.90922401vw 2.56222548vw;
}
.section--3 .title {
  font-size: 4.75841874vw;
  line-height: 5.49048316vw;
}
.section--3 .title--small {
  font-size: 2.48901903vw;
  line-height: 3.00146413vw;
}
.section--3 .top {
  gap: 7.32064422vw;
}
.section--4 {
  padding: 7.32064422vw 5.12445095vw 6.5885798vw;
}
.section--4 .title {
  font-size: 4.09956076vw;
  line-height: 5.05124451vw;
  padding-left: 2.92825769vw;
}
.section--how {
  padding-top: 10.2489019vw;
}
.section--how .top {
  padding-left: 5.49048316vw;
  gap: 4.02635432vw;
}
.section--how .title {
  font-size: 6.95461201vw;
  line-height: 7.90629575vw;
}
.section--how .title--small {
  font-size: 2.12298682vw;
  line-height: 2.56222548vw;
}
.section--how .content {
  padding: 0 2.92825769vw;
}
.section--portfolio {
  padding: 10.2489019vw 0 6.5885798vw;
}
.section--portfolio .top {
  padding-left: 7.68667643vw;
  padding-right: 3.66032211vw;
}
.section--portfolio .title {
  font-size: 10.2489019vw;
  line-height: 90%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.section--portfolio .square {
  height: 28.91654466vw;
  width: 47.58418741vw;
}
.section--portfolio .slider {
  margin-top: 7.32064422vw;
}
.section--join {
  padding: 6.5885798vw 0 7.32064422vw 3.66032211vw;
}
.section--join .title {
  font-size: 7.24743777vw;
  line-height: 7.54026354vw;
}
.section--join .pic {
  width: 61.85944363vw;
}
.section--join .btns {
  padding-left: 13.90922401vw;
}
.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;
}
.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: 7.32064422vw;
  height: 4.24597365vw;
  padding: 0 1.83016105vw;
  font-size: 1.17130307vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.btn--2 {
  height: 5.12445095vw;
  border-radius: 1.83016105vw;
  padding: 0 3.66032211vw;
  font-size: 1.31771596vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.btn--arrow:before {
  width: 2.19619327vw;
  height: 2.19619327vw;
  bottom: 5.12445095vw;
  left: -2.92825769vw;
}
.btn--arrow:hover:before {
  bottom: 4.39238653vw;
  left: -2.19619327vw;
  width: 1.83016105vw;
  height: 1.83016105vw;
}
.btn--arrow2:before {
  width: 4.6852123vw;
  height: 3.44070278vw;
  left: -6.5885798vw;
}
.btn--arrow2:hover:before {
  left: -5.12445095vw;
}
.btn--sm {
  height: 2.34260615vw;
  padding: 0 1.17130307vw;
  font-size: 0.95168375vw;
}
.promo {
  height: 46.12005857vw;
  padding-left: 5.12445095vw;
  padding-top: 3.66032211vw;
}
.promo__text {
  font-size: 2.63543192vw;
  line-height: 3.22108346vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
  width: 36.60322108vw;
}
.promo__btns {
  margin-top: 5.85651537vw;
  padding-left: 7.32064422vw;
}
.graph {
  background-size: auto 40.26354319vw;
}
.graph__text {
  width: 7.32064422vw;
  font-size: 0.5124451vw;
  line-height: 120%;
  letter-spacing: 0.025em;
}
.graph__text--1 {
  left: 49.78038067vw;
  bottom: 23.7920937vw;
}
.graph__text--2 {
  left: 73.20644217vw;
  top: 20.86383602vw;
}
.graph__text--3 {
  left: 78.33089312vw;
  top: 34.77306003vw;
}
.slider .swiper-pagination {
  gap: 0.58565154vw;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.73206442vw;
  height: 0.73206442vw;
}
.slider--2 {
  padding-bottom: 2.92825769vw;
}
.slider--2 .slider-nav {
  transform: translateY(2.92825769vw);
  padding-bottom: 0;
}
.slider--2 .swiper-slide {
  padding-right: 1.46412884vw;
}
.slider--2 .swiper-slide:first-child {
  padding-left: 2.92825769vw;
}
.slider--2 .swiper-slide:last-child {
  padding-right: 2.92825769vw;
}
.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%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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.02489019vw auto;
}
.cards {
  gap: 1.09809663vw;
}
.card {
  border-radius: 0.43923865vw;
  padding: 1.09809663vw;
  height: 9.88286969vw;
  min-width: 18.30161054vw;
  font-size: 1.75695461vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.card__text {
  font-size: 1.09809663vw;
  line-height: 1.61054173vw;
}
.card__content {
  gap: 1.46412884vw;
}
.card__icon {
  width: 2.56222548vw;
}
.title {
  font-size: 1.75695461vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.firms {
  margin-top: 8.05270864vw;
  gap: 5.49048316vw 2.92825769vw;
}
.firm {
  height: 3.66032211vw;
  width: 5.85651537vw;
}
.step-cards {
  gap: 0.73206442vw;
  margin-top: 8.05270864vw;
}
.step-cards-text {
  margin-top: 3.66032211vw;
  font-size: 1.31771596vw;
  line-height: 2.12298682vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step-card {
  border-radius: 0.73206442vw;
  width: 19.03367496vw;
  height: 34.77306003vw;
  padding: 1.83016105vw;
  font-size: 2.04978038vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step-card__num {
  font-size: 4.1727672vw;
  line-height: 4.1727672vw;
}
.step-card__num span {
  font-size: 1.61054173vw;
  transform: translate(-0.36603221vw, -0.36603221vw);
  line-height: 1.61054173vw;
}
.step-card__text {
  margin-top: 2.92825769vw;
}
.step-card--2 {
  padding-top: 11.71303075vw;
}
.step-card--4 {
  padding-top: 15.37335286vw;
}
.step-card--5 {
  padding-top: 6.5885798vw;
}
.steps {
  margin-top: 3.2942899vw;
}
.step {
  padding-top: 6.5885798vw;
  padding-bottom: 6.22254758vw;
}
.step__content {
  gap: 3.66032211vw;
}
.step__pic img {
  width: 32.94289898vw;
  border-radius: 0.73206442vw;
}
.step__top {
  gap: 5.12445095vw;
}
.step__num {
  font-size: 6.5885798vw;
  line-height: 4.61200586vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step__title {
  font-size: 3.00146413vw;
  line-height: 3.66032211vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.step__btns {
  margin-top: 5.12445095vw;
  padding-left: 22.69399707vw;
  margin-bottom: 4.39238653vw;
}
.step .items {
  gap: 4.75841874vw;
}
.step .item {
  width: 26.72035139vw;
}
.step .item__text {
  font-size: 1.3909224vw;
  line-height: 2.12298682vw;
}
.step .item__info {
  margin-top: 4.39238653vw;
  font-size: 1.02489019vw;
}
.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;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.human__text {
  font-size: 1.09809663vw;
  line-height: 1.68374817vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.btns {
  margin-top: 4.02635432vw;
}
.portfolio {
  width: 70.64421669vw;
  height: 51.24450952vw;
  border-radius: 2.19619327vw;
  padding: 2.92825769vw 6.5885798vw 4.02635432vw 2.56222548vw;
}
.portfolio__top {
  gap: 3.66032211vw;
  margin-bottom: 3.66032211vw;
}
.portfolio__content {
  padding-left: 10.2489019vw;
}
.portfolio__logo img {
  width: 8.05270864vw;
}
.portfolio__title {
  font-size: 3.95314788vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.portfolio .human {
  gap: 1.83016105vw;
  padding-left: 2.19619327vw;
  margin-top: 3.66032211vw;
}
ul {
  font-size: 1.24450952vw;
  line-height: 1.68374817vw;
  letter-spacing: 0.025em;
}
ul li {
  padding-left: 1.83016105vw;
}
ul li + li {
  margin-top: 1.83016105vw;
}
ul li:before {
  top: 0.5124451vw;
  width: 0.5124451vw;
  height: 0.5124451vw;
}
.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__block {
  gap: 0.73206442vw;
  padding: 2.19619327vw;
}
.popup__title {
  margin-bottom: 1.83016105vw;
  font-size: 2.63543192vw;
  line-height: 3.22108346vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.popup__form {
  width: 32.21083455vw;
}
.popup__col {
  gap: 2.19619327vw;
}
.popup__text {
  font-size: 1.02489019vw;
  line-height: 1.61054173vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.popup .bottom {
  padding-top: 1.46412884vw;
}
.popup sup {
  font-size: 1.61054173vw;
}
.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%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.form__row textarea {
  padding: 1.83016105vw;
  height: 14.64128843vw;
}
.form__row--required:after {
  top: 0.73206442vw;
  right: 0.87847731vw;
  font-size: 1.75695461vw;
  line-height: 120%;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.checkbox {
  margin-top: 0.87847731vw;
  font-size: 1.09809663vw;
  line-height: 2.19619327vw;
  font-family: 'HelveticaNeueCyr', sans-serif;
  letter-spacing: 0.025em;
}
.checkbox input + span {
  width: 2.19619327vw;
  height: 2.19619327vw;
  border-radius: 0.58565154vw;
  margin-left: 0.73206442vw;
}
.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;
}
.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;
}
.contact {
  margin-bottom: 2.19619327vw;
  font-size: 1.24450952vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.025em;
}
@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%;
  }
  h1,
  .h1 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  h2,
  .h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
  h3,
  .h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .footer {
    padding: 50px 16px;
  }
  .footer__top {
    display: block;
    padding: 0 0 0 16px;
    margin-bottom: 55px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__phrase {
    margin: 45px 0 0 35px;
    font-size: 29px;
  }
  .footer__contacts {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .footer .social {
    margin: 55px 0 0 50px;
  }
  .social {
    gap: 24px;
  }
  .social-item {
    width: 14px;
    height: 14px;
  }
  .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: 22px 16px 22px 22px;
  }
  .header__right {
    display: none;
  }
  .header--special {
    display: none!important;
  }
  .header .btn {
    height: 30px;
  }
  .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(--red);
    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: 6.66666667vw;
    letter-spacing: 0.025em;
  }
  .menu .btn {
    margin-top: 50px;
  }
  .btn {
    border-radius: 20px;
    height: 42px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .btn--2 {
    height: 48px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .btn--arrow:before {
    width: 24px;
    height: 24px;
    bottom: 42px;
    left: -40px;
  }
  .btn--arrow:hover:before {
    bottom: 37px;
    left: -25px;
    width: 20px;
    height: 20px;
  }
  .btn--arrow2:before {
    width: 42px;
    height: 30px;
    left: -62px;
  }
  .btn--arrow2:hover:before {
    left: -50px;
  }
  .section--1 {
    height: auto;
    background: var(--red) url(../img/graph-m.jpg) no-repeat center bottom / 100% auto;
    padding: 80px 20px 200px;
  }
  .section--2 {
    padding: 15px 15px 30px;
    background: var(--black);
  }
  .section--3 {
    padding: 65px 16px 90px 16px;
    background-image: url(../img/lines-m.png);
  }
  .section--3 .title {
    font-size: 44px;
    line-height: 50px;
  }
  .section--3 .title--small {
    font-size: 21px;
    line-height: 26px;
    margin-top: 40px;
  }
  .section--4 {
    padding: 40px 20px;
  }
  .section--4 .title {
    font-size: 37px;
    line-height: 46px;
    padding-left: 0;
  }
  .section--how {
    padding-top: 30px;
  }
  .section--how .top {
    padding-left: 16px;
  }
  .section--how .title {
    font-size: 63px;
    line-height: 72px;
  }
  .section--how .content {
    padding: 0 16px;
  }
  .section--portfolio {
    padding: 55px 0 30px;
  }
  .section--portfolio .top {
    padding-left: 16px;
    padding-right: 0;
  }
  .section--portfolio .title {
    font-size: 57px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .section--portfolio .square {
    display: none;
  }
  .section--portfolio .slider {
    margin-top: 40px;
  }
  .section--portfolio .slider-navigation {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .section--join {
    padding: 40px 0 0;
    display: block;
  }
  .section--join .title {
    font-size: 66px;
    line-height: 68px;
    padding-left: 65px;
  }
  .section--join .pic {
    width: 350px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  .section--join .btns {
    padding-left: 190px;
  }
  .section--join:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: var(--white);
  }
  .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;
  }
  .promo {
    height: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .promo__text {
    font-size: 24px;
    line-height: 29px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
    width: 100%;
  }
  .promo__btns {
    margin-top: 70px;
    padding-left: 40px;
  }
  .graph {
    display: none;
  }
  .slider .swiper-pagination {
    padding-left: 0;
    padding-bottom: 0;
    gap: 5px;
    bottom: 0;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .slider--1 {
    padding-bottom: 30px;
  }
  .slider--1 .slider-nav {
    transform: translateY(20px);
  }
  .slider--2 {
    padding-bottom: 20px;
  }
  .slider--2 .swiper-slide {
    padding-right: 15px;
  }
  .slider--2 .swiper-slide:first-child {
    padding-left: 10px;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 15px;
  }
  .slider--2 .slider-nav {
    padding-left: 16px;
  }
  .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: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    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;
  }
  .cards {
    gap: 15px;
    flex-wrap: wrap;
  }
  .card {
    border-radius: 6px;
    padding: 7px 14px 7px 7px;
    height: 75px;
    min-width: auto;
    font-size: 13px;
    line-height: 19px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .card__title {
    padding-right: 10px;
  }
  .card__text {
    font-size: 8px;
    line-height: 12px;
  }
  .card__content {
    gap: 12px;
  }
  .card__icon {
    width: 20px;
  }
  .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;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .firms {
    margin-top: 45px;
    gap: 60px 35px;
    padding: 0 10px;
  }
  .firm {
    height: 50px;
    width: 80px;
  }
  .step-cards {
    gap: 0;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
  }
  .step-cards-text {
    margin-top: 25px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step-card {
    border-radius: 8px;
    width: 174px;
    height: 165px;
    padding: 15px;
    margin-top: -10px;
    font-size: 17px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step-card:hover {
    transform: none;
  }
  .step-card__num {
    font-size: 38px;
    line-height: 38px;
  }
  .step-card__num span {
    font-size: 14px;
    transform: translate(-5px, -5px);
    line-height: 14px;
  }
  .step-card__text {
    margin-top: 30px;
  }
  .step-card--2,
  .step-card--4 {
    padding-top: 15px;
  }
  .step-card--3,
  .step-card--4 {
    height: 210px;
  }
  .step-card--5 {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    height: 135px;
    width: 100%;
  }
  .step-card--5 .step-card__text {
    margin: 0;
    padding: 0;
    width: 145px;
  }
  .steps {
    margin-top: 35px;
  }
  .step {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .step__content {
    display: block;
  }
  .step__pic {
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .step__pic img {
    width: 100%;
    border-radius: 10px;
  }
  .step__top {
    gap: 20px;
  }
  .step__num {
    font-size: 60px;
    line-height: 42px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step__title {
    font-size: 27px;
    line-height: 34px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step__btns {
    margin-top: 45px;
    padding-left: 85px;
    margin-bottom: 35px;
  }
  .step .items {
    margin-top: 45px;
  }
  .step .item {
    width: 270px;
    margin-bottom: 35px;
  }
  .step .item__text {
    font-size: 12px;
    line-height: 19px;
  }
  .step .item__info {
    margin-top: 20px;
    font-size: 9px;
  }
  .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;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .human__text {
    font-size: 10px;
    line-height: 15px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .portfolio {
    width: 295px;
    height: 600px;
    border-radius: 15px;
    padding: 16px 16px 20px;
  }
  .portfolio__top {
    gap: 20px;
    margin-bottom: 25px;
  }
  .portfolio__content {
    padding-left: 30px;
  }
  .portfolio__logo img {
    width: 55px;
  }
  .portfolio__title {
    font-size: 25px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .portfolio .human {
    gap: 15px;
    padding-left: 0;
    margin-top: 35px;
  }
  ul {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
  ul li {
    padding-left: 20px;
  }
  ul li + li {
    margin-top: 15px;
  }
  ul li:before {
    top: 10px;
    width: 4px;
    height: 4px;
  }
  .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: 25px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .popup__form {
    width: 100%;
  }
  .popup__col {
    gap: 20px;
    padding-top: 10px;
  }
  .popup__text {
    font-size: 14px;
    line-height: 22px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
    margin: 30px 0;
  }
  .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: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .form__row textarea {
    height: 100px;
    padding: 15px;
  }
  .form__row--required:after {
    top: 10px;
    right: 12px;
    font-size: 24px;
    line-height: 6.66666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .checkbox {
    margin-top: 12px;
    font-size: 15px;
    line-height: 30px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .checkbox input + span {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-left: 10px;
  }
  .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;
  }
  .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: 6.66666667vw;
    letter-spacing: 0.025em;
  }
  .brick--long {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  body {
    font-size: 4.26666667vw;
    line-height: 6.66666667vw;
  }
  body.open .hamburger span {
    width: 4.26666667vw;
  }
  h1,
  .h1 {
    font-size: 8vw;
    margin: 0 0 4vw;
  }
  h2,
  .h2 {
    font-size: 6.66666667vw;
    margin: 0 0 4vw;
  }
  h3,
  .h3 {
    font-size: 5.33333333vw;
    margin: 0 0 4vw;
  }
  .footer {
    padding: 13.33333333vw 4.26666667vw;
  }
  .footer__top {
    padding: 0 0 0 4.26666667vw;
    margin-bottom: 14.66666667vw;
  }
  .footer__phrase {
    margin: 12vw 0 0 9.33333333vw;
    font-size: 7.73333333vw;
  }
  .footer .social {
    margin: 14.66666667vw 0 0 13.33333333vw;
  }
  .social {
    gap: 6.4vw;
  }
  .social-item {
    width: 3.73333333vw;
    height: 3.73333333vw;
  }
  .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: 5.86666667vw 4.26666667vw 5.86666667vw 5.86666667vw;
  }
  .header .btn {
    height: 8vw;
  }
  .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: 5.33333333vw;
    height: 11.2vw;
    padding: 0 5.33333333vw;
    font-size: 3.2vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .btn--2 {
    height: 12.8vw;
    border-radius: 5.33333333vw;
    padding: 0 5.33333333vw;
    font-size: 3.2vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .btn--arrow:before {
    width: 6.4vw;
    height: 6.4vw;
    bottom: 11.2vw;
    left: -10.66666667vw;
  }
  .btn--arrow:hover:before {
    bottom: 9.86666667vw;
    left: -6.66666667vw;
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .btn--arrow2:before {
    width: 11.2vw;
    height: 8vw;
    left: -16.53333333vw;
  }
  .btn--arrow2:hover:before {
    left: -13.33333333vw;
  }
  .section--1 {
    padding: 21.33333333vw 5.33333333vw 53.33333333vw;
  }
  .section--2 {
    padding: 4vw 4vw 8vw;
  }
  .section--3 {
    padding: 17.33333333vw 4.26666667vw 24vw 4.26666667vw;
  }
  .section--3 .title {
    font-size: 11.73333333vw;
    line-height: 13.33333333vw;
  }
  .section--3 .title--small {
    font-size: 5.6vw;
    line-height: 6.93333333vw;
    margin-top: 10.66666667vw;
  }
  .section--4 {
    padding: 10.66666667vw 5.33333333vw;
  }
  .section--4 .title {
    font-size: 9.86666667vw;
    line-height: 12.26666667vw;
    padding-left: 0;
  }
  .section--how {
    padding-top: 8vw;
  }
  .section--how .top {
    padding-left: 4.26666667vw;
  }
  .section--how .title {
    font-size: 16.8vw;
    line-height: 19.2vw;
  }
  .section--how .content {
    padding: 0 4.26666667vw;
  }
  .section--portfolio {
    padding: 14.66666667vw 0 8vw;
  }
  .section--portfolio .top {
    padding-left: 4.26666667vw;
  }
  .section--portfolio .title {
    font-size: 15.2vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .section--portfolio .slider {
    margin-top: 10.66666667vw;
  }
  .section--portfolio .slider-navigation {
    top: 5.33333333vw;
    right: 5.33333333vw;
  }
  .section--join {
    padding: 10.66666667vw 0 0;
  }
  .section--join .title {
    font-size: 17.6vw;
    line-height: 18.13333333vw;
    padding-left: 17.33333333vw;
  }
  .section--join .pic {
    width: 93.33333333vw;
    margin-top: 10.66666667vw;
  }
  .section--join .btns {
    padding-left: 50.66666667vw;
  }
  .section--join:after {
    height: 16vw;
  }
  .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;
  }
  .promo__text {
    font-size: 6.4vw;
    line-height: 7.73333333vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .promo__btns {
    margin-top: 18.66666667vw;
    padding-left: 10.66666667vw;
  }
  .slider .swiper-pagination {
    gap: 1.33333333vw;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.13333333vw;
    height: 2.13333333vw;
  }
  .slider--1 {
    padding-bottom: 8vw;
  }
  .slider--1 .slider-nav {
    transform: translateY(5.33333333vw);
  }
  .slider--2 {
    padding-bottom: 5.33333333vw;
  }
  .slider--2 .swiper-slide {
    padding-right: 4vw;
  }
  .slider--2 .swiper-slide:first-child {
    padding-left: 2.66666667vw;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 4vw;
  }
  .slider--2 .slider-nav {
    padding-left: 4.26666667vw;
  }
  .slider--3 {
    margin-bottom: -10.66666667vw;
    margin-top: -5.33333333vw;
  }
  .slider--3 .swiper-slide {
    width: auto;
    padding: 5.33333333vw 1.6vw 10.66666667vw;
  }
  .slider-navigation {
    font-size: 5.6vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .slider-nav {
    gap: 5.33333333vw;
    padding-left: 0;
    padding-bottom: 0;
  }
  .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;
  }
  .cards {
    gap: 4vw;
  }
  .card {
    border-radius: 1.6vw;
    padding: 1.86666667vw 3.73333333vw 1.86666667vw 1.86666667vw;
    height: 20vw;
    font-size: 3.46666667vw;
    line-height: 5.06666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .card__title {
    padding-right: 2.66666667vw;
  }
  .card__text {
    font-size: 2.13333333vw;
    line-height: 3.2vw;
  }
  .card__content {
    gap: 3.2vw;
  }
  .card__icon {
    width: 5.33333333vw;
  }
  .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;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .firms {
    margin-top: 12vw;
    gap: 16vw 9.33333333vw;
    padding: 0 2.66666667vw;
  }
  .firm {
    height: 13.33333333vw;
    width: 21.33333333vw;
  }
  .step-cards {
    margin-top: 10.66666667vw;
    padding: 0 2.66666667vw;
  }
  .step-cards-text {
    margin-top: 6.66666667vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step-card {
    border-radius: 2.13333333vw;
    width: 46.4vw;
    height: 44vw;
    padding: 4vw;
    margin-top: -2.66666667vw;
    font-size: 4.53333333vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step-card__num {
    font-size: 10.13333333vw;
    line-height: 10.13333333vw;
  }
  .step-card__num span {
    font-size: 3.73333333vw;
    transform: translate(-1.33333333vw, -1.33333333vw);
    line-height: 3.73333333vw;
  }
  .step-card__text {
    margin-top: 8vw;
  }
  .step-card--2,
  .step-card--4 {
    padding-top: 4vw;
  }
  .step-card--3,
  .step-card--4 {
    height: 56vw;
  }
  .step-card--5 {
    width: 100%;
    padding-top: 4vw;
    height: 36vw;
  }
  .step-card--5 .step-card__text {
    width: 38.66666667vw;
  }
  .steps {
    margin-top: 9.33333333vw;
  }
  .step {
    padding-top: 10.66666667vw;
  }
  .step__pic {
    padding: 0 1.33333333vw;
    margin-bottom: 8vw;
  }
  .step__pic img {
    border-radius: 2.66666667vw;
  }
  .step__top {
    gap: 5.33333333vw;
  }
  .step__num {
    font-size: 16vw;
    line-height: 11.2vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step__title {
    font-size: 7.2vw;
    line-height: 9.06666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .step__btns {
    margin-top: 12vw;
    padding-left: 22.66666667vw;
    margin-bottom: 9.33333333vw;
  }
  .step .items {
    margin-top: 12vw;
  }
  .step .item {
    width: 72vw;
    margin-bottom: 9.33333333vw;
  }
  .step .item__text {
    font-size: 3.2vw;
    line-height: 5.06666667vw;
  }
  .step .item__info {
    margin-top: 5.33333333vw;
    font-size: 2.4vw;
  }
  .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;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .human__text {
    font-size: 2.66666667vw;
    line-height: 4vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .portfolio {
    width: 78.66666667vw;
    height: 160vw;
    border-radius: 4vw;
    padding: 4.26666667vw 4.26666667vw 5.33333333vw;
  }
  .portfolio__top {
    gap: 5.33333333vw;
    margin-bottom: 6.66666667vw;
  }
  .portfolio__content {
    padding-left: 8vw;
  }
  .portfolio__logo img {
    width: 14.66666667vw;
  }
  .portfolio__title {
    font-size: 6.66666667vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .portfolio .human {
    gap: 4vw;
    margin-top: 9.33333333vw;
  }
  ul {
    font-size: 2.93333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.025em;
  }
  ul li {
    padding-left: 5.33333333vw;
  }
  ul li + li {
    margin-top: 4vw;
  }
  ul li:before {
    top: 2.66666667vw;
    width: 1.06666667vw;
    height: 1.06666667vw;
  }
  .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: 6.66666667vw;
    line-height: 120%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .popup__col {
    gap: 5.33333333vw;
    padding-top: 2.66666667vw;
  }
  .popup__text {
    font-size: 3.73333333vw;
    line-height: 5.86666667vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    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%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    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%;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .checkbox {
    margin-top: 3.2vw;
    font-size: 4vw;
    line-height: 8vw;
    font-family: 'HelveticaNeueCyr', sans-serif;
    letter-spacing: 0.025em;
  }
  .checkbox input + span {
    width: 8vw;
    height: 8vw;
    border-radius: 2.13333333vw;
    margin-left: 2.66666667vw;
  }
  .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;
  }
  .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;
  }
}
/*# sourceMappingURL=style.css.map */