@import url(../fonts/SuisseIntl/stylesheet.css);
* {
  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: 'Suisse Intl', sans-serif;
  background: #f8f8f8 url(../img/splash@2x.jpg) no-repeat right top / 974px auto;
  color: #12161B;
  font-size: 16px;
}
img {
  border: 0;
}
h1,
.h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 56px;
  line-height: 56px;
}
h2,
.h2 {
  margin: 0 0 15px;
  padding: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
h3,
.h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: #FFA800;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #BC5409;
  text-decoration: none;
}
a.link--black {
  color: #12161B;
}
a.link--black:hover {
  color: #FFA800;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
}
.content {
  padding: 0 96px;
}
.footer {
  background: url(../img/splash3@2x.jpg) no-repeat right bottom / 899px auto;
  padding: 50px 0 110px;
  font-size: 12px;
  line-height: 16px;
  color: #79838C;
}
.footer__cols {
  display: flex;
  justify-content: space-between;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer__row--top {
  color: #12161B;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.footer__row + .footer__row {
  margin-top: 30px;
}
.footer__col {
  width: 30%;
}
.footer__max {
  width: 930px;
}
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
}
header.scrolled {
  background: #f8f8f8;
}
.logo {
  background: url(../img/logo.svg) no-repeat left center / 40px auto;
  padding-left: 57px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #12161B;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.logo__title {
  color: #6E57FF;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
}
.btn {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: inline-block;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  background: #6E57FF;
  height: 40px;
  border-radius: 20px;
  min-width: 180px;
  padding: 0 17px;
  overflow: hidden;
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
}
.btn > span {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.btn:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFA800;
  z-index: 1;
  content: "";
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  top: 0;
}
.btn:active {
  color: rgba(255, 255, 255, 0.5);
}
.btn:active:after {
  top: 0;
  background: #F28D00;
}
.btn--big {
  height: 64px;
  padding: 0 55px;
  border-radius: 32px;
}
.btn--big > span {
  font-size: 22px;
  line-height: 24px;
}
.wrapper {
  overflow-x: hidden;
  background: url(../img/hand@2x.png) no-repeat right top 100px;
  background-size: 708px auto;
}
.wrapper__inner {
  background: url(../img/splash2@2x.jpg) no-repeat left top 500px;
  background-size: 420px auto;
}
.social {
  display: flex;
}
.social-icon {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: inline-block;
  background: #fff no-repeat center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.social-icon span {
  width: 100%;
  height: 100%;
  position: relative;
  background: no-repeat center;
  display: inline-block;
  z-index: 2;
  transition: all 0.3s ease;
}
.social-icon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12161B;
  transition: all 0.3s ease;
}
.social-icon:hover:after {
  top: 0;
}
.social-icon:hover.social-icon--fb span {
  background-image: url(../img/icon-fb-white.svg);
}
.social-icon:hover.social-icon--vk span {
  background-image: url(../img/icon-vk-white.svg);
}
.social-icon:hover.social-icon--tw span {
  background-image: url(../img/icon-tw-white.svg);
}
.social-icon:hover.social-icon--inst span {
  background-image: url(../img/icon-inst-white.svg);
}
.social-icon:hover.social-icon--email span {
  background-image: url(../img/icon-email-white.svg);
}
.social-icon--fb span {
  background-image: url(../img/icon-fb.svg);
  background-size: 22px auto;
}
.social-icon--vk span {
  background-image: url(../img/icon-vk.svg);
  background-size: 22px auto;
}
.social-icon--tw span {
  background-image: url(../img/icon-tw.svg);
  background-size: 18px auto;
}
.social-icon--inst span {
  background-image: url(../img/icon-inst.svg);
  background-size: 18px auto;
}
.social-icon--email span {
  background-image: url(../img/icon-email.svg);
  background-size: 20px auto;
}
.apps {
  display: flex;
}
.app {
  margin-left: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 48px;
  background: #293644;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-right: 19px;
}
.app span {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  background: no-repeat left 19px center;
  padding-left: 52px;
}
.app--ios span {
  background-image: url(../img/icon-ios.svg);
  background-size: 20px auto;
}
.app--android span {
  background-image: url(../img/icon-android.svg);
  background-size: 22px auto;
}
.app:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFA800;
  transition: all 0.3s ease;
}
.app:hover {
  color: #fff;
}
.app:hover:after {
  top: 0;
}
.section {
  padding-top: 120px;
}
.section--1 {
  padding-top: 250px;
  padding-bottom: 320px;
}
.section--1 .text {
  width: 670px;
}
.section--2 {
  background: url(../img/butterfly-yellow-big@2x.png) no-repeat center top / 450px auto;
  position: relative;
  padding-top: 0;
}
.section--3 {
  padding-top: 100px;
}
.section--5 {
  position: relative;
}
.section--5 .title {
  margin-bottom: 90px;
}
.section--9 {
  position: relative;
}
.section--10 {
  padding-top: 90px;
  position: relative;
}
.section--10:before,
.section--10:after {
  content: "";
  position: absolute;
  background: url(../img/butterfly-yellow-big@2x.png) no-repeat center / contain;
  width: 431px;
  height: 377px;
  transform: rotate(20deg);
  top: 400px;
  left: -180px;
}
.section--10:after {
  top: 300px;
  right: -140px;
  left: auto;
  width: 340px;
  height: 300px;
  transform: rotate(-20deg);
}
.title {
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.title--big {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 44px;
}
.title--center {
  text-align: center;
}
.text {
  font-size: 20px;
  line-height: 28px;
}
.item {
  text-align: center;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 32px;
}
.item__num {
  font-weight: bold;
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.item__num:after {
  position: absolute;
  width: 64px;
  height: 1px;
  background: #12161B;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
}
.item__text {
  font-size: 20px;
  line-height: 28px;
  width: 400px;
}
.item--down {
  justify-content: flex-end;
}
.item--white {
  color: #fff;
}
.item--white .item__num:after {
  background: #fff;
  bottom: -15px;
}
.item--big {
  margin: 0;
}
.item--big .item__num {
  font-size: 66px;
  line-height: 112px;
}
.item--big .item__text {
  font-size: 20px;
  line-height: 28px;
}
.item--fly {
  height: auto;
  position: absolute;
  z-index: 2;
  margin: 0;
}
.item--fly-0 {
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
}
.item--fly-1 {
  right: 50%;
  top: 80px;
  margin-right: 300px;
}
.item--fly-2 {
  left: 50%;
  top: 80px;
  margin-left: 300px;
}
.item--fly-3 {
  right: 50%;
  top: 410px;
  margin-right: 200px;
}
.item--fly-4 {
  left: 50%;
  top: 410px;
  margin-left: 200px;
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
.slider-controls__prev,
.slider-controls__next {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border: 1px solid #C6CED3;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-controls__prev:after,
.slider-controls__next:after {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #FFA800;
  content: "";
  transition: all 0.3s ease;
}
.slider-controls__prev:before,
.slider-controls__next:before {
  content: "";
  z-index: 2;
  background: url(../img/arrow.svg) no-repeat center / 32px auto;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.slider-controls__prev:hover,
.slider-controls__next:hover {
  border-color: #FFA800;
}
.slider-controls__prev:hover:after,
.slider-controls__next:hover:after {
  top: 0;
}
.slider-controls__prev:hover:before,
.slider-controls__next:hover:before {
  background-image: url(../img/arrow-white.svg);
}
.slider-controls__next:before {
  transform: rotate(180deg);
}
.slider-controls__dots {
  margin: 0 35px;
  display: flex;
}
.slider-controls__dots span {
  border: 1px solid #C6CED3;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 7px;
  transition: all 0.3s ease;
}
.slider-controls__dots span.tns-nav-active {
  background: #6E57FF;
  border-color: #6E57FF;
}
.slider--simple img {
  height: 410px;
}
.slider-outer--simple {
  line-height: 0;
}
.slider-outer--simple .tns-controls {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.slider-outer--simple [data-controls="prev"],
.slider-outer--simple [data-controls="next"] {
  display: inline-block;
  background: url(../img/arrow.svg) no-repeat center / contain;
  width: 32px;
  height: 24px;
  border: none;
  transition: all 0.3s ease;
}
.slider-outer--simple [data-controls="prev"]:hover,
.slider-outer--simple [data-controls="next"]:hover {
  background-image: url(../img/arrow-orange.svg);
}
.slider-outer--simple [data-controls="prev"]:disabled,
.slider-outer--simple [data-controls="next"]:disabled {
  opacity: 0.3;
}
.slider-outer--simple [data-controls="next"] {
  transform: rotate(180deg);
  margin-left: 48px;
  position: relative;
}
.slider-outer--simple [data-controls="next"]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  height: 100%;
  width: 1px;
  background: #C6CED3;
  transform: translateY(-50%);
}
.slider-items {
  display: flex;
  justify-content: center;
}
.butterfly {
  position: absolute;
}
.butterfly div {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.butterfly div div {
  background: url(../img/butterfly-purple@2x.png) no-repeat center / contain;
}
.butterfly--yellow div div {
  background-image: url(../img/butterfly-yellow@2x.png);
}
.butterfly--1 {
  width: 30px;
  height: 22px;
  left: 42%;
  top: -80px;
}
.butterfly--1 div div {
  transform: rotate(-15deg);
}
.butterfly--2 {
  width: 105px;
  height: 82px;
  left: 50%;
  top: -50px;
}
.butterfly--2 div div {
  transform: rotate(-12deg);
}
.butterfly--3 {
  width: 57px;
  height: 50px;
  left: 25%;
  top: 380px;
}
.butterfly--3 div div {
  transform: rotate(20deg);
}
.butterfly--4 {
  width: 112px;
  height: 111px;
  left: 67%;
  top: 270px;
}
.butterfly--4 div div {
  transform: rotate(-30deg);
}
.butterfly--5 {
  width: 51px;
  height: 46px;
  left: 33%;
  top: 240px;
}
.butterfly--5 div div {
  transform: rotate(-25deg);
}
.butterfly--6 {
  width: 74px;
  height: 63px;
  left: 60%;
  top: 220px;
}
.butterfly--6 div div {
  transform: rotate(15deg);
}
.butterfly--7 {
  width: 112px;
  height: 111px;
  left: 55%;
  top: 730px;
}
.butterfly--7 div div {
  transform: rotate(-35deg);
}
.butterfly--8 {
  width: 55px;
  height: 37px;
  left: 40%;
  top: 200px;
}
.butterfly--8 div div {
  transform: rotate(-20deg);
}
.butterfly--9 {
  width: 35px;
  height: 24px;
  left: 55%;
  top: 220px;
}
.butterfly--9 div div {
  transform: rotate(45deg);
}
.butterfly--10 {
  width: 35px;
  height: 24px;
  left: 85%;
  top: 350px;
}
.butterfly--10 div div {
  transform: rotate(-8deg);
}
.butterfly--11 {
  width: 55px;
  height: 37px;
  left: 70%;
  top: 850px;
}
.butterfly--11 div div {
  transform: rotate(11deg);
}
.butterfly--12 {
  width: 186px;
  height: 163px;
  left: 63%;
  top: 900px;
}
.butterfly--12 div div {
  transform: rotate(20deg);
}
.bird {
  position: absolute;
}
.bird div {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.bird div div {
  background: url(../img/bird@2x.png) no-repeat center / contain;
}
.bird--1 {
  width: 119px;
  height: 149px;
  left: 68%;
  top: 150px;
}
.bird--2 {
  width: 90px;
  height: 111px;
  left: 5%;
  top: 650px;
}
.bird--2 div div {
  transform: scaleX(-1);
}
.icon {
  display: inline-block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: no-repeat center;
}
.icon--empathy {
  background-color: #EE7AAE;
  background-image: url(../img/icon-empathy.svg);
  background-size: 78px auto;
}
.icon--knowledge {
  background-color: #7ACB61;
  background-image: url(../img/icon-knowledge.svg);
  background-size: 82px auto;
}
.icon--team {
  background-color: #FEC139;
  background-image: url(../img/icon-team.svg);
  background-size: 92px auto;
}
.icon--files {
  background-color: #EE7AAE;
  background-image: url(../img/icon-files.svg);
  background-size: 78px auto;
}
.icon--idea {
  background-color: #7ACB61;
  background-image: url(../img/icon-idea.svg);
  background-size: 65px auto;
}
.icon--instructions {
  background-color: #FEC139;
  background-image: url(../img/icon-instructions.svg);
  background-size: 78px auto;
}
.icon--help {
  background-color: #53B9D8;
  background-image: url(../img/icon-help.svg);
  background-size: 86px auto;
}
.icon--star {
  background-color: #8476E7;
  background-image: url(../img/icon-star.svg);
  background-size: 73px auto;
}
.icon--settings {
  background-color: #EE7AAE;
  background-image: url(../img/icon-settings.svg);
  background-size: 78px auto;
}
.cards {
  margin-top: 10px;
}
.cards--2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.card {
  display: flex;
  padding: 30px 300px 30px 50px;
  background: #fff;
  align-items: center;
  margin-top: 32px;
}
.card__content {
  padding-left: 60px;
}
.card__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.card__text {
  font-size: 20px;
  line-height: 28px;
}
.card--2 {
  width: 448px;
  height: 420px;
  flex-direction: column;
  margin-top: 47px;
  padding: 32px;
  justify-content: space-between;
  align-items: flex-start;
}
.card--2 .card__content {
  padding: 0;
}
.card--2 .card__title {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.card--2 .card__text {
  font-size: 18px;
  line-height: 24px;
}
.btns {
  text-align: center;
  margin-top: 64px;
}
.why {
  width: 100%;
  position: relative;
  height: 550px;
}
.why:after {
  content: "";
  background: url(../img/splash6@2x.jpg) no-repeat center / cover;
  width: 448px;
  height: 448px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.accordion {
  border-top: 1px solid #C6CED3;
  margin-top: 60px;
}
.accordion-item {
  position: relative;
  padding: 55px 80px 55px 240px;
  border-bottom: 1px solid #C6CED3;
}
.accordion-item__num {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 58px;
  left: 0;
}
.accordion-item__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.accordion-item__text {
  font-size: 18px;
  line-height: 24px;
}
.accordion-item__content {
  display: none;
  padding-top: 100px;
}
.accordion-item__content--full {
  margin-right: -80px;
}
.accordion-item__head {
  position: relative;
  cursor: pointer;
}
.accordion-item__head:after {
  content: "";
  position: absolute;
  background: url(../img/icon-toggle.svg) no-repeat center / contain;
  width: 18px;
  height: 9px;
  top: 0;
  right: -42px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.accordion-item__head:before {
  content: "";
  position: absolute;
  top: -55px;
  width: 100vw;
  height: calc(100% + 6.875vw);
  left: -336px;
  background: url(../img/bg/bg-program-1.jpg) no-repeat center / cover;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.accordion-item:nth-child(4n+1) .accordion-item__head:before {
  background-image: url(../img/bg/bg-program-1.jpg);
}
.accordion-item:nth-child(4n+2) .accordion-item__head:before {
  background-image: url(../img/bg/bg-program-2.jpg);
}
.accordion-item:nth-child(4n+3) .accordion-item__head:before {
  background-image: url(../img/bg/bg-program-3.jpg);
}
.accordion-item:nth-child(4n) .accordion-item__head:before {
  background-image: url(../img/bg/bg-program-4.jpg);
}
.accordion-item__toggle {
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.accordion-item__toggle span:last-child {
  display: none;
}
.accordion-item:before {
  content: "";
  width: 1px;
  background: #C6CED3;
  height: calc(100% - 110px);
  top: 55px;
  left: 120px;
  position: absolute;
}
.accordion-item.open .accordion-item__head:after {
  transform: none;
}
.accordion-item.open .accordion-item__toggle span {
  display: none;
}
.accordion-item.open .accordion-item__toggle span:last-child {
  display: block;
}
.accordion-item:hover .accordion-item__head:before {
  opacity: 1;
}
.cols {
  column-count: 2;
  column-gap: 90px;
  break-inside: avoid;
}
.check {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
  padding-left: 30px;
  background: url(../img/icon-check.svg) no-repeat left top 7px;
  background-size: 16px auto;
}
.check__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pockets {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.pocket {
  text-decoration: none;
  color: #12161B;
  background: #fff url(../img/splash5@2x.jpg) no-repeat center bottom -100px;
  background-size: 0 auto;
  width: 680px;
  height: 400px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-size 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.pocket__num {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-bottom: 20px;
}
.pocket__title {
  font-weight: bold;
  font-size: 52px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pocket__text {
  font-size: 18px;
  line-height: 24px;
}
.pocket__more {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #6E57FF;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.pocket__more:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6CED3;
  position: absolute;
  left: 0;
  top: -45px;
  transition: all 0.3s ease;
}
.pocket:hover {
  background-size: 100% auto;
  background-position: center bottom;
  color: #12161B;
}
.pocket:hover .pocket__more {
  color: #12161B;
}
.pocket:hover .pocket__more:before {
  background: #fff;
}
.hows {
  margin-top: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 250px;
}
.hows:after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #C6CED3;
  position: absolute;
  top: 50%;
  left: 0;
}
.how {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 2;
  margin: 0 50px;
}
.how__num {
  display: flex;
  width: 130px;
  height: 130px;
  background: url(../img/splash4@2x.jpg) no-repeat center / cover;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  border: 20px solid #f8f8f8;
}
.how__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.how__text {
  font-size: 18px;
  line-height: 28px;
  width: 350px;
}
.how__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -260px;
  background: #f8f8f8;
  z-index: 2;
  padding: 15px 0;
}
.how:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #C6CED3;
}
.how:nth-child(2n):after {
  bottom: auto;
  top: 100%;
}
.how:nth-child(2n) .how__content {
  top: 210px;
}
.humans {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.human {
  width: 264px;
  text-align: center;
  margin: 0 32px 32px;
}
.human__pic {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: no-repeat center / cover;
  margin: 0 auto 15px;
}
.human__name {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.human__text {
  font-size: 14px;
  line-height: 20px;
}
.human:nth-child(2n) {
  margin-top: 50px;
}
.form {
  width: 928px;
  margin: 180px auto;
  position: relative;
  padding: 55px 120px 85px;
  background: #fff;
}
.form__icon {
  transform: translateY(-50%) translateX(-50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  background: url(../img/splash4@2x.jpg) no-repeat center / cover;
}
.form__icon:after {
  content: "";
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/icon-mail.svg) no-repeat center / contain;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
}
.form__row {
  margin-top: 30px;
}
.form .btn {
  width: 100%;
}
.form input,
.form textarea {
  background: #f8f8f8;
  height: 64px;
  border: 1px solid #f8f8f8;
  font-family: 'Suisse Intl', sans-serif;
  width: 100%;
  box-shadow: none;
  border-radius: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #12161B;
  padding: 0 35px;
  transition: all 0.3s ease;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #C6CED3;
}
.form input:focus,
.form textarea:focus {
  background: #fff;
  border-color: #FFA800;
}
.form textarea {
  padding: 20px 35px;
  height: 140px;
}
.form--2 {
  padding: 0;
  margin: 47px 0 0 0;
  width: 670px;
  background: transparent;
}
.form--2 input,
.form--2 textarea {
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 32, 46, 0.05);
}
.popup {
  padding: 68px;
  background: #f8f8f8;
  box-shadow: 0 24px 24px rgba(18, 22, 27, 0.04);
  border-radius: 8px;
}
.fancybox-bg {
  background: #12161B;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.2;
}
.fancybox-slide--html .fancybox-close-small {
  top: 30px;
  right: 30px;
  background: url(../img/icon-close.svg) no-repeat center / contain;
  width: 28px;
  height: 28px;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.dn {
  display: none;
}
.showMobile {
  display: none;
}
body {
  background-size: 60.875vw auto;
  font-size: 1vw;
}
h1,
.h1 {
  margin: 0 0 0.9375vw;
  font-size: 3.5vw;
  line-height: 3.5vw;
}
h2,
.h2 {
  margin: 0 0 0.9375vw;
  font-weight: 500;
  font-size: 2vw;
  line-height: 2.5vw;
}
h3,
.h3 {
  font-size: 1.75vw;
  line-height: 2.25vw;
  margin: 0 0 0.9375vw;
}
.content {
  padding: 0 6vw;
}
.footer {
  background-size: 56.1875vw auto;
  padding: 3.125vw 0 6.875vw;
  font-size: 0.75vw;
  line-height: 1vw;
}
.footer__row--top {
  font-size: 0.875vw;
  line-height: 1.25vw;
  margin-bottom: 3.125vw;
}
.footer__row + .footer__row {
  margin-top: 1.875vw;
}
.footer__max {
  width: 58.125vw;
}
header .content {
  height: 5.5vw;
}
.logo {
  background-size: 2.5vw auto;
  padding-left: 3.5625vw;
  font-size: 0.75vw;
  line-height: 1vw;
}
.logo__title {
  font-size: 0.625vw;
  line-height: 1.25vw;
}
.btn {
  height: 2.5vw;
  border-radius: 1.25vw;
  min-width: 11.25vw;
  padding: 0 1.0625vw;
}
.btn > span {
  font-size: 0.875vw;
  line-height: 0.875vw;
}
.btn--big {
  height: 4vw;
  padding: 0 3.4375vw;
  border-radius: 2vw;
}
.btn--big > span {
  font-size: 1.375vw;
  line-height: 1.5vw;
}
.wrapper {
  background-position: right top 6.25vw;
  background-size: 44.25vw auto;
}
.wrapper__inner {
  background-position: left top 31.25vw;
  background-size: 26.25vw auto;
}
.social-icon {
  width: 3vw;
  height: 3vw;
  margin-left: 0.5vw;
}
.social-icon--fb span {
  background-size: 1.375vw auto;
}
.social-icon--vk span {
  background-size: 1.375vw auto;
}
.social-icon--tw span {
  background-size: 1.125vw auto;
}
.social-icon--inst span {
  background-size: 1.125vw auto;
}
.social-icon--email span {
  background-size: 1.25vw auto;
}
.app {
  margin-left: 0.5vw;
  height: 3vw;
  font-size: 0.875vw;
  line-height: 1.25vw;
  padding-right: 1.1875vw;
}
.app span {
  background-position: left 1.1875vw center;
  padding-left: 3.25vw;
}
.app--ios span {
  background-size: 1.25vw auto;
}
.app--android span {
  background-size: 1.375vw auto;
}
.section {
  padding-top: 7.5vw;
}
.section--1 {
  padding-top: 15.625vw;
  padding-bottom: 20vw;
}
.section--1 .text {
  width: 41.875vw;
}
.section--2 {
  background-size: 28.125vw auto;
  padding-top: 0;
}
.section--3 {
  padding-top: 6.25vw;
}
.section--5 .title {
  margin-bottom: 5.625vw;
}
.section--10 {
  padding-top: 5.625vw;
}
.section--10:before,
.section--10:after {
  width: 26.9375vw;
  height: 23.5625vw;
  top: 25vw;
  left: -11.25vw;
}
.section--10:after {
  top: 18.75vw;
  right: -8.75vw;
  width: 21.25vw;
  height: 18.75vw;
  left: auto;
}
.title {
  font-size: 3.5vw;
  line-height: 3.5vw;
  margin-bottom: 1.375vw;
}
.title--big {
  font-size: 3.75vw;
  line-height: 4.375vw;
  margin-bottom: 2.75vw;
}
.text {
  font-size: 1.25vw;
  line-height: 1.75vw;
}
.item {
  height: 35vw;
  margin: 0 2vw;
}
.item__num {
  font-size: 4.125vw;
  line-height: 4.25vw;
  margin-bottom: 3.125vw;
}
.item__num:after {
  width: 4vw;
  bottom: -1.25vw;
}
.item__text {
  font-size: 1.25vw;
  line-height: 1.75vw;
  width: 25vw;
}
.item--white .item__num:after {
  bottom: -0.9375vw;
}
.item--big {
  margin: 0;
}
.item--big .item__num {
  font-size: 4.125vw;
  line-height: 7vw;
}
.item--big .item__text {
  font-size: 1.25vw;
  line-height: 1.75vw;
}
.item--fly {
  height: auto;
  margin: 0;
}
.item--fly-0 {
  top: 7.5vw;
}
.item--fly-1 {
  top: 5vw;
  margin-right: 18.75vw;
}
.item--fly-2 {
  top: 5vw;
  margin-left: 18.75vw;
}
.item--fly-3 {
  top: 25.625vw;
  margin-right: 12.5vw;
}
.item--fly-4 {
  top: 25.625vw;
  margin-left: 12.5vw;
}
.slider-controls {
  margin-top: 4.6875vw;
}
.slider-controls__prev,
.slider-controls__next {
  width: 5vw;
  height: 5vw;
}
.slider-controls__prev:before,
.slider-controls__next:before {
  background-size: 2vw auto;
}
.slider-controls__dots {
  margin: 0 2.1875vw;
}
.slider-controls__dots span {
  width: 0.875vw;
  height: 0.875vw;
  margin: 0 0.4375vw;
}
.slider--simple img {
  height: 25.625vw;
}
.slider-outer--simple .tns-controls {
  margin-top: 2vw;
}
.slider-outer--simple [data-controls="prev"],
.slider-outer--simple [data-controls="next"] {
  width: 2vw;
  height: 1.5vw;
}
.slider-outer--simple [data-controls="next"] {
  margin-left: 3vw;
}
.slider-outer--simple [data-controls="next"]:before {
  right: -1.5625vw;
}
.butterfly--1 {
  width: 1.875vw;
  height: 1.375vw;
  top: -5vw;
}
.butterfly--2 {
  width: 6.5625vw;
  height: 5.125vw;
  top: -3.125vw;
}
.butterfly--3 {
  width: 3.5625vw;
  height: 3.125vw;
  top: 23.75vw;
}
.butterfly--4 {
  width: 7vw;
  height: 6.9375vw;
  top: 16.875vw;
}
.butterfly--5 {
  width: 3.1875vw;
  height: 2.875vw;
  top: 15vw;
}
.butterfly--6 {
  width: 4.625vw;
  height: 3.9375vw;
  top: 13.75vw;
}
.butterfly--7 {
  width: 7vw;
  height: 6.9375vw;
  top: 45.625vw;
}
.butterfly--8 {
  width: 3.4375vw;
  height: 2.3125vw;
  top: 12.5vw;
}
.butterfly--9 {
  width: 2.1875vw;
  height: 1.5vw;
  top: 13.75vw;
}
.butterfly--10 {
  width: 2.1875vw;
  height: 1.5vw;
  top: 21.875vw;
}
.butterfly--11 {
  width: 3.4375vw;
  height: 2.3125vw;
  top: 53.125vw;
}
.butterfly--12 {
  width: 11.625vw;
  height: 10.1875vw;
  top: 56.25vw;
}
.bird--1 {
  width: 7.4375vw;
  height: 9.3125vw;
  top: 9.375vw;
}
.bird--2 {
  width: 5.625vw;
  height: 6.9375vw;
  top: 40.625vw;
}
.icon {
  width: 9vw;
  height: 9vw;
}
.icon--empathy {
  background-size: 4.875vw auto;
}
.icon--knowledge {
  background-size: 5.125vw auto;
}
.icon--team {
  background-size: 5.75vw auto;
}
.icon--files {
  background-size: 4.875vw auto;
}
.icon--idea {
  background-size: 4.0625vw auto;
}
.icon--instructions {
  background-size: 4.875vw auto;
}
.icon--help {
  background-size: 5.375vw auto;
}
.icon--star {
  background-size: 4.5625vw auto;
}
.icon--settings {
  background-size: 4.875vw auto;
}
.cards {
  margin-top: 0.625vw;
}
.cards--2 {
  margin-top: 0;
}
.card {
  padding: 1.875vw 18.75vw 1.875vw 3.125vw;
  margin-top: 2vw;
}
.card__content {
  padding-left: 3.75vw;
}
.card__title {
  font-size: 1.75vw;
  line-height: 2.25vw;
  margin-bottom: 0.75vw;
}
.card__text {
  font-size: 1.25vw;
  line-height: 1.75vw;
}
.card--2 {
  width: 28vw;
  height: 26.25vw;
  margin-top: 2.9375vw;
  padding: 2vw;
}
.card--2 .card__content {
  padding: 0;
}
.card--2 .card__title {
  font-size: 1.375vw;
  line-height: 1.5vw;
}
.card--2 .card__text {
  font-size: 1.125vw;
  line-height: 1.5vw;
}
.btns {
  margin-top: 4vw;
}
.why {
  height: 34.375vw;
}
.why:after {
  width: 28vw;
  height: 28vw;
}
.accordion {
  margin-top: 3.75vw;
}
.accordion-item {
  padding: 3.4375vw 5vw 3.4375vw 15vw;
}
.accordion-item__num {
  font-size: 0.875vw;
  line-height: 1.25vw;
  top: 3.625vw;
}
.accordion-item__title {
  font-size: 2.625vw;
  line-height: 2.25vw;
  margin-bottom: 1.5625vw;
}
.accordion-item__text {
  font-size: 1.125vw;
  line-height: 1.5vw;
}
.accordion-item__content {
  padding-top: 6.25vw;
}
.accordion-item__content--full {
  margin-right: -5vw;
}
.accordion-item__toggle {
  margin-top: 1.25vw;
}
.accordion-item__head:after {
  width: 1.125vw;
  height: 0.5625vw;
  right: -2.625vw;
}
.accordion-item__head:before {
  top: -3.4375vw;
  left: -21vw;
}
.accordion-item:before {
  height: calc(100% -6.9vw);
  top: 3.4375vw;
  left: 7.5vw;
}
.cols {
  column-gap: 5.625vw;
}
.check {
  font-size: 1.125vw;
  line-height: 1.25vw;
  margin-bottom: 1.5vw;
  padding-left: 1.875vw;
  background-position: left top 0.4375vw;
  background-size: 1vw auto;
}
.check__title {
  font-size: 1.25vw;
  line-height: 1.75vw;
  margin-bottom: 0.3125vw;
}
.pockets {
  margin-top: 2.8125vw;
}
.pocket {
  background-position: center bottom -6.25vw;
  width: 42.5vw;
  height: 25vw;
  padding: 3vw;
}
.pocket__num {
  font-size: 0.875vw;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
}
.pocket__title {
  font-size: 3.25vw;
  line-height: 3.5vw;
  margin-bottom: 1.25vw;
}
.pocket__text {
  font-size: 1.125vw;
  line-height: 1.5vw;
}
.pocket__more {
  font-size: 0.875vw;
  line-height: 1.25vw;
}
.pocket__more:before {
  top: -2.8125vw;
}
.hows {
  margin-top: 20vw;
  margin-bottom: 15.625vw;
}
.how {
  margin: 0 3.125vw;
}
.how__num {
  width: 8.125vw;
  height: 8.125vw;
  font-size: 1.75vw;
  line-height: 2.25vw;
  border: 1.25vw solid #f8f8f8;
}
.how__title {
  font-size: 1.75vw;
  line-height: 2.25vw;
  margin-bottom: 0.625vw;
}
.how__text {
  font-size: 1.125vw;
  line-height: 1.75vw;
  width: 21.875vw;
}
.how__content {
  top: -16.25vw;
  padding: 0.9375vw 0;
}
.how:nth-child(2n) .how__content {
  top: 13.125vw;
}
.humans {
  margin-top: 6.875vw;
}
.human {
  width: 16.5vw;
  margin: 0 2vw 2vw;
}
.human__pic {
  width: 14vw;
  height: 14vw;
  margin: 0 auto 0.9375vw;
}
.human__name {
  font-size: 1.375vw;
  line-height: 1.5vw;
  margin-bottom: 0.3125vw;
}
.human__text {
  font-size: 0.875vw;
  line-height: 1.25vw;
}
.human:nth-child(2n) {
  margin-top: 3.125vw;
}
.form {
  width: 58vw;
  margin: 11.25vw auto;
  padding: 3.4375vw 7.5vw 5.3125vw;
}
.form__icon {
  width: 7vw;
  height: 7vw;
}
.form__icon:after {
  width: 2.25vw;
  height: 2.25vw;
}
.form__row {
  margin-top: 1.875vw;
}
.form input,
.form textarea {
  height: 4vw;
  border-radius: 2.5vw;
  font-size: 1.25vw;
  line-height: 1.75vw;
  padding: 0 2.1875vw;
}
.form textarea {
  padding: 1.25vw 2.1875vw;
  height: 8.75vw;
}
.form--2 {
  padding: 0;
  margin: 2.9375vw 0 0 0;
  width: 41.875vw;
}
.form--2 input,
.form--2 textarea {
  box-shadow: 0 0.5vw 1.5vw rgba(22, 32, 46, 0.05);
}
.popup {
  padding: 4.25vw;
  box-shadow: 0 1.5vw 1.5vw rgba(18, 22, 27, 0.04);
  border-radius: 0.5vw;
}
.fancybox-slide--html .fancybox-close-small {
  top: 1.875vw;
  right: 1.875vw;
  width: 1.75vw;
  height: 1.75vw;
}
@media only screen and (max-width: 767px) {
  .showMobile {
    display: initial;
  }
  .showDesktop {
    display: none!important;
  }
  body {
    background-size: 410px auto;
    font-size: 16px;
    background-position: right top -30px;
  }
  header .content {
    height: 72px;
  }
  .logo {
    background-size: contain;
    width: 40px;
    height: 47px;
  }
  .logo__title,
  .logo__text {
    display: none;
  }
  .btn {
    height: 40px;
    border-radius: 20px;
    min-width: 180px;
    padding: 0 20px;
  }
  .btn > span {
    font-size: 14px;
    line-height: 14px;
  }
  .btn--big {
    height: 56px;
    padding: 0 50px;
    border-radius: 28px;
  }
  .btn--big > span {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper {
    background-position: right top 65px;
    background-size: 200px auto;
  }
  .wrapper__inner {
    background: none;
  }
  .content {
    padding: 0 25px;
  }
  .section {
    padding-top: 80px;
  }
  .section--1 {
    padding-top: 220px;
    padding-bottom: 0;
  }
  .section--1 .text {
    width: 100%;
  }
  .section--2 {
    background-size: 280px auto;
    background-position: center;
    padding-top: 80px;
  }
  .section--2 .content {
    position: relative;
    z-index: 2;
  }
  .section--3 {
    padding-top: 80px;
  }
  .section--5 .title {
    margin-bottom: 40px;
  }
  .section--6 {
    padding-top: 40px;
  }
  .section--10 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .section--10:before,
  .section--10:after {
    display: none;
  }
  .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .title--big {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .text {
    font-size: 16px;
    line-height: 24px;
  }
  .slider-controls {
    margin-top: 45px;
    justify-content: space-between;
  }
  .slider-controls__prev,
  .slider-controls__next {
    width: 80px;
    height: 80px;
  }
  .slider-controls__prev:before,
  .slider-controls__next:before {
    background-size: 32px auto;
  }
  .slider-controls__dots {
    margin: 0;
  }
  .slider-controls__dots span {
    width: 14px;
    height: 14px;
    margin: 0 7px;
  }
  .slider--simple img {
    height: auto;
    width: 100%;
  }
  .slider-outer--simple .tns-controls {
    margin-top: 32px;
    justify-content: center;
  }
  .slider-outer--simple [data-controls="prev"],
  .slider-outer--simple [data-controls="next"] {
    width: 32px;
    height: 24px;
  }
  .slider-outer--simple [data-controls="next"] {
    margin-left: 48px;
  }
  .slider-outer--simple [data-controls="next"]:before {
    right: -25px;
  }
  .slider-items {
    flex-direction: column;
  }
  .slider-items .item + .item {
    margin-top: 42px;
  }
  .item {
    height: auto;
    position: relative;
    z-index: 2;
  }
  .item__num {
    font-size: 62px;
    line-height: 64px;
    margin-bottom: 50px;
  }
  .item__num:after {
    width: 64px;
    bottom: -22px;
  }
  .item__text {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .item--white {
    color: #fff;
  }
  .item--white .item__num:after {
    background: #fff;
    bottom: -15px;
  }
  .item--big .item__num {
    font-size: 66px;
    line-height: 112px;
  }
  .item--big .item__text {
    font-size: 20px;
    line-height: 28px;
  }
  .item--fly {
    height: auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .item--fly .item__num {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .item--fly .item__num:after {
    bottom: -15px;
  }
  .item--fly .tem__text {
    font-size: 20px;
    line-height: 28px;
  }
  .item--fly-0 {
    left: 0;
    top: auto;
    transform: none;
    margin: 155px 0;
  }
  .item--fly-0 .item__num {
    font-size: 80px;
    line-height: 112px;
    margin-bottom: 50px;
  }
  .item--fly-0 .item__num:after {
    bottom: -15px;
  }
  .item--fly-0 .tem__text {
    font-size: 16px;
    line-height: 24px;
  }
  .item--fly-0:after {
    content: "";
    background: url(../img/splash6@2x.jpg) no-repeat center / cover;
    width: 412px;
    height: 412px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
  }
  .item--fly-1 {
    right: 0;
    top: auto;
    margin-right: 0;
  }
  .item--fly-2 {
    left: 0;
    top: auto;
    margin-left: 0;
  }
  .item--fly-3 {
    right: 0;
    top: auto;
    margin-right: 0;
  }
  .item--fly-4 {
    left: 0;
    top: auto;
    margin-left: 0;
  }
  .butterfly--1 {
    width: 18px;
    height: 14px;
    left: 15%;
    top: 130px;
  }
  .butterfly--1 div div {
    transform: rotate(-5deg);
  }
  .butterfly--2 {
    width: 65px;
    height: 51px;
    left: 48%;
    top: 300px;
  }
  .butterfly--2 div div {
    transform: rotate(-12deg);
  }
  .butterfly--3 {
    width: 35px;
    height: 31px;
    left: 5%;
    top: 570px;
  }
  .butterfly--3 div div {
    transform: rotate(20deg);
  }
  .butterfly--4 {
    width: 69px;
    height: 69px;
    left: 75%;
    top: 560px;
  }
  .butterfly--4 div div {
    transform: rotate(-35deg);
  }
  .butterfly--5 {
    width: 93px;
    height: 92px;
    left: 70%;
    top: 840px;
  }
  .butterfly--5 div div {
    transform: rotate(-35deg);
  }
  .butterfly--6 {
    width: 120px;
    height: 82px;
    left: -11%;
    top: 350px;
  }
  .butterfly--6 div div {
    transform: rotate(27deg);
  }
  .butterfly--7 {
    display: none;
  }
  .butterfly--8 {
    width: 55px;
    height: 37px;
    left: 15%;
    top: 150px;
  }
  .butterfly--8 div div {
    transform: rotate(-20deg);
  }
  .butterfly--9 {
    width: 35px;
    height: 24px;
    left: 75%;
    top: 180px;
  }
  .butterfly--9 div div {
    transform: rotate(45deg);
  }
  .butterfly--10,
  .butterfly--11 {
    display: none;
  }
  .butterfly--12 {
    width: 127px;
    height: 112px;
    left: 15%;
    top: 920px;
  }
  .butterfly--12 div div {
    transform: rotate(25deg);
  }
  .bird {
    display: none;
  }
  .icon {
    width: 144px;
    height: 144px;
  }
  .icon--empathy {
    background-size: 78px auto;
  }
  .icon--knowledge {
    background-size: 82px auto;
  }
  .icon--team {
    background-size: 92px auto;
  }
  .icon--files {
    background-size: 78px auto;
  }
  .icon--idea {
    background-size: 65px auto;
  }
  .icon--instructions {
    background-size: 78px auto;
  }
  .icon--help {
    background-size: 86px auto;
  }
  .icon--star {
    background-size: 73px auto;
  }
  .icon--settings {
    background-size: 78px auto;
  }
  .cards {
    margin-top: 0;
  }
  .cards--2 {
    display: block;
  }
  .card {
    padding: 32px 42px;
    margin-top: 32px;
    flex-direction: column;
    width: 100vw;
    margin-left: -25px;
    align-items: center;
    text-align: center;
  }
  .card__icon {
    margin-bottom: 24px;
  }
  .card__content {
    padding-left: 0;
  }
  .card__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .card__text {
    font-size: 18px;
    line-height: 28px;
  }
  .card--2 {
    width: 100vw;
    height: auto;
    margin-top: 32px;
    padding: 32px 42px;
    align-items: center;
  }
  .card--2 .card__content {
    padding: 0;
  }
  .card--2 .card__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .card--2 .card__text {
    font-size: 18px;
    line-height: 28px;
  }
  .btns {
    margin-top: 40px;
  }
  .why {
    width: 100%;
    position: relative;
    height: auto;
  }
  .why:after {
    display: none;
  }
  .accordion {
    margin-top: 0;
  }
  .accordion-item {
    padding: 34px 0;
  }
  .accordion-item__num {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: auto;
    margin-bottom: 5px;
  }
  .accordion-item__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .accordion-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .accordion-item__content {
    padding-top: 32px;
  }
  .accordion-item__content--full {
    margin-right: 0;
  }
  .accordion-item__head:after {
    width: 18px;
    height: 9px;
    top: -20px;
    right: 0;
  }
  .accordion-item__head:before {
    display: none;
  }
  .accordion-item__toggle {
    margin-top: 20px;
  }
  .accordion-item:before {
    display: none;
  }
  .cols {
    column-count: 1;
  }
  .check {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    padding-left: 30px;
    background-position: left top 7px;
    background-size: 16px auto;
  }
  .check__title {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: none;
  }
  .pockets {
    margin-top: 0;
    display: block;
  }
  .pocket {
    width: 100vw;
    margin-left: -25px;
    margin-top: 32px;
    background-position: center bottom -100px;
    height: 368px;
    padding: 25px;
  }
  .pocket__num {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .pocket__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .pocket__text {
    font-size: 16px;
    line-height: 24px;
  }
  .pocket__more {
    font-size: 16px;
    line-height: 20px;
  }
  .pocket__more:before {
    top: -30px;
  }
  .pocket:hover {
    background-size: 150% auto;
    background-position: right bottom;
  }
  .hows {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
  .hows:after {
    display: none;
  }
  .how {
    margin-top: 100px;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
  }
  .how__num {
    width: 90px;
    height: 90px;
    font-size: 28px;
    line-height: 36px;
    border: 0;
    margin-bottom: 20px;
  }
  .how__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .how__text {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }
  .how__content {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    padding: 0;
  }
  .how:after {
    content: "";
    width: 2px;
    height: 68px;
    margin-bottom: 17px;
  }
  .how:nth-child(2n):after {
    bottom: 100%;
    top: auto;
  }
  .how:nth-child(2n) .how__content {
    top: auto;
  }
  .how:first-child {
    margin-top: 50px;
  }
  .how:first-child:after {
    display: none;
  }
  .humans {
    margin-top: 15px;
  }
  .human {
    width: 100%;
    margin: 35px 0 0;
  }
  .human__pic {
    width: 196px;
    height: 196px;
    margin: 0 auto 15px;
  }
  .human__name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .human__text {
    font-size: 14px;
    line-height: 20px;
  }
  .human:nth-child(2n) {
    margin-top: 35px;
  }
  .form {
    width: 100vw;
    margin-top: 140px;
    margin-left: -25px;
    padding: 85px 25px 40px;
  }
  .form__icon {
    width: 112px;
    height: 112px;
  }
  .form__icon:after {
    width: 36px;
    height: 36px;
  }
  .form__row {
    margin-top: 30px;
  }
  .form input,
  .form textarea {
    height: 64px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 28px;
    padding: 0 30px;
    font-weight: normal;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    font-weight: normal;
  }
  .form textarea {
    padding: 20px 30px;
    height: 250px;
  }
  .form--2 {
    padding: 0;
    margin: 47px 0 0 0;
    width: 100%;
  }
  .form--2 input,
  .form--2 textarea {
    box-shadow: 0 8px 24px rgba(22, 32, 46, 0.05);
  }
  .popup {
    padding: 25px;
    box-shadow: 0 24px 24px rgba(18, 22, 27, 0.04);
    border-radius: 8px;
  }
  .popup br {
    display: none;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .social {
    justify-content: center;
  }
  .social-icon {
    width: 48px;
    height: 48px;
    margin: 0 4px;
  }
  .social-icon--fb span {
    background-size: 22px auto;
  }
  .social-icon--vk span {
    background-size: 22px auto;
  }
  .social-icon--tw span {
    background-size: 18px auto;
  }
  .social-icon--inst span {
    background-size: 18px auto;
  }
  .social-icon--email span {
    background-size: 20px auto;
  }
  .apps {
    display: flex;
    justify-content: space-between;
  }
  .app {
    margin-left: 0;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 19px;
  }
  .app span {
    background-position: left 19px center;
    padding-left: 52px;
  }
  .app--ios span {
    background-size: 20px auto;
  }
  .app--android span {
    background-size: 22px auto;
  }
  .footer {
    text-align: center;
    background-size: 110% auto;
    padding: 40px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__cols {
    display: block;
  }
  .footer__row {
    display: block;
  }
  .footer__row--top {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .footer__row + .footer__row {
    margin-top: 30px;
  }
  .footer__col {
    width: 100%;
    margin-bottom: 12px;
  }
  .footer__max {
    width: 100%;
    margin-bottom: 24px;
  }
  body {
    background-size: 113.88888889vw auto;
    font-size: 4.44444444vw;
    background-position: right top -8.33333333vw;
  }
  header .content {
    height: 20vw;
  }
  .logo {
    width: 11.11111111vw;
    height: 13.05555556vw;
  }
  .btn {
    height: 11.11111111vw;
    border-radius: 5.55555556vw;
    min-width: 50vw;
    padding: 0 5.55555556vw;
  }
  .btn > span {
    font-size: 3.88888889vw;
    line-height: 3.88888889vw;
  }
  .btn--big {
    height: 15.55555556vw;
    padding: 0 13.88888889vw;
    border-radius: 7.77777778vw;
  }
  .btn--big > span {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
  }
  .wrapper {
    background-position: right top 18.05555556vw;
    background-size: 55.55555556vw auto;
  }
  .content {
    padding: 0 6.94444444vw;
  }
  .section {
    padding-top: 22.22222222vw;
  }
  .section--1 {
    padding-top: 61.11111111vw;
  }
  .section--2 {
    background-size: 77.77777778vw auto;
    padding-top: 22.22222222vw;
  }
  .section--3 {
    padding-top: 22.22222222vw;
  }
  .section--5 .title {
    margin-bottom: 11.11111111vw;
  }
  .section--6 {
    padding-top: 11.11111111vw;
  }
  .section--10 {
    padding-top: 25vw;
    padding-bottom: 27.77777778vw;
  }
  .title {
    font-size: 7.22222222vw;
    line-height: 7.22222222vw;
    margin-bottom: 5.55555556vw;
  }
  .title--big {
    font-size: 6.66666667vw;
    line-height: 8.88888889vw;
    margin-bottom: 6.94444444vw;
  }
  .text {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
  }
  .slider-controls {
    margin-top: 12.5vw;
  }
  .slider-controls__prev,
  .slider-controls__next {
    width: 22.22222222vw;
    height: 22.22222222vw;
  }
  .slider-controls__prev:before,
  .slider-controls__next:before {
    background-size: 8.88888889vw auto;
  }
  .slider-controls__dots {
    margin: 0;
  }
  .slider-controls__dots span {
    width: 3.88888889vw;
    height: 3.88888889vw;
    margin: 0 1.94444444vw;
  }
  .slider-outer--simple .tns-controls {
    margin-top: 8.88888889vw;
  }
  .slider-outer--simple [data-controls="prev"],
  .slider-outer--simple [data-controls="next"] {
    width: 8.88888889vw;
    height: 6.66666667vw;
  }
  .slider-outer--simple [data-controls="next"] {
    margin-left: 13.33333333vw;
  }
  .slider-outer--simple [data-controls="next"]:before {
    right: -6.94444444vw;
  }
  .slider-items .item + .item {
    margin-top: 11.66666667vw;
  }
  .item__num {
    font-size: 17.22222222vw;
    line-height: 17.77777778vw;
    margin-bottom: 13.88888889vw;
  }
  .item__num:after {
    width: 17.77777778vw;
    bottom: -6.11111111vw;
  }
  .item__text {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
  }
  .item--white .item__num:after {
    bottom: -4.16666667vw;
  }
  .item--big .item__num {
    font-size: 18.33333333vw;
    line-height: 31.11111111vw;
  }
  .item--big .item__text {
    font-size: 5.55555556vw;
    line-height: 7.77777778vw;
  }
  .item--fly {
    margin-bottom: 11.11111111vw;
  }
  .item--fly .item__num {
    font-size: 10vw;
    line-height: 11.11111111vw;
    margin-bottom: 8.33333333vw;
  }
  .item--fly .item__num:after {
    bottom: -4.16666667vw;
  }
  .item--fly .tem__text {
    font-size: 5.55555556vw;
    line-height: 7.77777778vw;
  }
  .item--fly-0 {
    margin: 43.05555556vw 0;
  }
  .item--fly-0 .item__num {
    font-size: 22.22222222vw;
    line-height: 31.11111111vw;
    margin-bottom: 13.88888889vw;
  }
  .item--fly-0 .item__num:after {
    bottom: -4.16666667vw;
  }
  .item--fly-0 .tem__text {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
  }
  .item--fly-0:after {
    width: 114.44444444vw;
    height: 114.44444444vw;
  }
  .butterfly--1 {
    width: 5vw;
    height: 3.88888889vw;
    top: 36.11111111vw;
  }
  .butterfly--2 {
    width: 18.05555556vw;
    height: 14.16666667vw;
    top: 83.33333333vw;
  }
  .butterfly--3 {
    width: 9.72222222vw;
    height: 8.61111111vw;
    top: 158.33333333vw;
  }
  .butterfly--4 {
    width: 19.16666667vw;
    height: 19.16666667vw;
    top: 155.55555556vw;
  }
  .butterfly--5 {
    width: 25.83333333vw;
    height: 25.55555556vw;
    top: 233.33333333vw;
  }
  .butterfly--6 {
    width: 33.33333333vw;
    height: 22.77777778vw;
    top: 97.22222222vw;
  }
  .butterfly--8 {
    width: 15.27777778vw;
    height: 10.27777778vw;
    top: 41.66666667vw;
  }
  .butterfly--9 {
    width: 9.72222222vw;
    height: 6.66666667vw;
    top: 50vw;
  }
  .butterfly--12 {
    width: 35.27777778vw;
    height: 31.11111111vw;
    top: 255.55555556vw;
  }
  .icon {
    width: 40vw;
    height: 40vw;
  }
  .icon--empathy {
    background-size: 21.66666667vw auto;
  }
  .icon--knowledge {
    background-size: 22.77777778vw auto;
  }
  .icon--team {
    background-size: 25.55555556vw auto;
  }
  .icon--files {
    background-size: 21.66666667vw auto;
  }
  .icon--idea {
    background-size: 18.05555556vw auto;
  }
  .icon--instructions {
    background-size: 21.66666667vw auto;
  }
  .icon--help {
    background-size: 23.88888889vw auto;
  }
  .icon--star {
    background-size: 20.27777778vw auto;
  }
  .icon--settings {
    background-size: 21.66666667vw auto;
  }
  .card {
    padding: 8.88888889vw 11.66666667vw;
    margin-top: 8.88888889vw;
    margin-left: -6.94444444vw;
  }
  .card__icon {
    margin-bottom: 6.66666667vw;
  }
  .card__title {
    font-size: 5vw;
    line-height: 6.66666667vw;
    margin-bottom: 3.33333333vw;
  }
  .card__text {
    font-size: 5vw;
    line-height: 7.77777778vw;
  }
  .card--2 {
    margin-top: 8.88888889vw;
    padding: 8.88888889vw 11.66666667vw;
    align-items: center;
  }
  .card--2 .card__title {
    font-size: 5vw;
    line-height: 6.66666667vw;
    margin-bottom: 3.33333333vw;
  }
  .card--2 .card__text {
    font-size: 5vw;
    line-height: 7.77777778vw;
  }
  .btns {
    margin-top: 11.11111111vw;
  }
  .accordion-item {
    padding: 9.44444444vw 0;
  }
  .accordion-item__num {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    margin-bottom: 1.38888889vw;
  }
  .accordion-item__title {
    font-size: 7.22222222vw;
    line-height: 8.88888889vw;
    margin-bottom: 5.55555556vw;
  }
  .accordion-item__text {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .accordion-item__content {
    padding-top: 8.88888889vw;
  }
  .accordion-item__head:after {
    width: 5vw;
    height: 2.5vw;
    top: -5.55555556vw;
    right: 0;
  }
  .accordion-item__toggle {
    margin-top: 5.55555556vw;
  }
  .check {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    margin-bottom: 6.66666667vw;
    padding-left: 8.33333333vw;
    background-position: left top 1.94444444vw;
    background-size: 4.44444444vw auto;
  }
  .check__title {
    font-size: 5vw;
    line-height: 7.77777778vw;
  }
  .pocket {
    margin-left: -6.94444444vw;
    margin-top: 8.88888889vw;
    background-position: center bottom -27.77777778vw;
    height: 102.22222222vw;
    padding: 6.94444444vw;
  }
  .pocket__num {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    margin-bottom: 5.55555556vw;
  }
  .pocket__title {
    font-size: 7.22222222vw;
    line-height: 8.88888889vw;
    margin-bottom: 5.55555556vw;
  }
  .pocket__text {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
  }
  .pocket__more {
    font-size: 4.44444444vw;
    line-height: 5.55555556vw;
  }
  .pocket__more:before {
    top: -8.33333333vw;
  }
  .how {
    margin-top: 27.77777778vw;
  }
  .how__num {
    width: 25vw;
    height: 25vw;
    font-size: 7.77777778vw;
    line-height: 10vw;
    margin-bottom: 5.55555556vw;
  }
  .how__title {
    font-size: 7.77777778vw;
    line-height: 10vw;
    margin-bottom: 2.77777778vw;
  }
  .how__text {
    font-size: 5vw;
    line-height: 7.77777778vw;
  }
  .how:after {
    height: 18.88888889vw;
    margin-bottom: 4.72222222vw;
  }
  .how:first-child {
    margin-top: 13.88888889vw;
  }
  .humans {
    margin-top: 4.16666667vw;
  }
  .human {
    margin: 9.72222222vw 0 0;
  }
  .human__pic {
    width: 54.44444444vw;
    height: 54.44444444vw;
    margin: 0 auto 4.16666667vw;
  }
  .human__name {
    font-size: 4.44444444vw;
    line-height: 6.66666667vw;
    margin-bottom: 1.38888889vw;
  }
  .human__text {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .human:nth-child(2n) {
    margin-top: 9.72222222vw;
  }
  .form {
    margin-top: 38.88888889vw;
    margin-left: -6.94444444vw;
    padding: 23.61111111vw 6.94444444vw 11.11111111vw;
  }
  .form__icon {
    width: 31.11111111vw;
    height: 31.11111111vw;
  }
  .form__icon:after {
    width: 10vw;
    height: 10vw;
  }
  .form__row {
    margin-top: 8.33333333vw;
  }
  .form input,
  .form textarea {
    height: 17.77777778vw;
    border-radius: 11.11111111vw;
    font-size: 4.44444444vw;
    line-height: 7.77777778vw;
    padding: 0 8.33333333vw;
  }
  .form textarea {
    padding: 5.55555556vw 8.33333333vw;
    height: 69.44444444vw;
  }
  .form--2 {
    margin: 13.05555556vw 0 0 0;
    padding: 0;
  }
  .form--2 input,
  .form--2 textarea {
    box-shadow: 0 2.22222222vw 6.66666667vw rgba(22, 32, 46, 0.05);
  }
  .popup {
    padding: 6.94444444vw;
    box-shadow: 0 6.66666667vw 6.66666667vw rgba(18, 22, 27, 0.04);
    border-radius: 2.22222222vw;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 4.16666667vw;
    right: 4.16666667vw;
    width: 5.55555556vw;
    height: 5.55555556vw;
  }
  .social-icon {
    width: 13.33333333vw;
    height: 13.33333333vw;
    margin: 0 1.11111111vw;
  }
  .social-icon--fb span {
    background-size: 6.11111111vw auto;
  }
  .social-icon--vk span {
    background-size: 6.11111111vw auto;
  }
  .social-icon--tw span {
    background-size: 5vw auto;
  }
  .social-icon--inst span {
    background-size: 5vw auto;
  }
  .social-icon--email span {
    background-size: 5.55555556vw auto;
  }
  .app {
    height: 13.33333333vw;
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    padding-right: 5.27777778vw;
  }
  .app span {
    background-position: left 5.27777778vw center;
    padding-left: 14.44444444vw;
  }
  .app--ios span {
    background-size: 5.55555556vw auto;
  }
  .app--android span {
    background-size: 6.11111111vw auto;
  }
  .footer {
    padding: 11.11111111vw 0;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
  .footer__row--top {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
    margin-bottom: 4.72222222vw;
  }
  .footer__row + .footer__row {
    margin-top: 8.33333333vw;
  }
  .footer__col {
    margin-bottom: 3.33333333vw;
  }
  .footer__max {
    margin-bottom: 6.66666667vw;
  }
}
/*# sourceMappingURL=style.css.map */