/* Спецификация */

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #060839;
  min-height: 100%;
  padding-right: 0 !important;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3652E4;
}

h2 {
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #060839;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

p,
span {
  margin: 0;
  padding: 0;
}

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

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #fff;
}

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

img,
svg {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #54cff0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50px;
  padding: 12px 30px;
  transition: all .2s cubic-bezier(0, 0, 1, 1);
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  background: #3be1ff;
  transition: all .2s cubic-bezier(0, 0, 1, 1);
}

.btn:active {
  box-shadow: none;
  background: #2ac1ea;
  transition: all .2s cubic-bezier(0, 0, 1, 1);
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}


/* Header */

.header {
  padding-top: 115px;
  padding-bottom: 100px;
  background: url(../img/header-bg.png) no-repeat right top;
}

.header-nav-wrapper {
  background: #fff;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.2);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-nav {
  background: #fff;
  padding-top: 21px;
  padding-bottom: 22px;
  justify-content: space-between;
  align-items: center;
}

.header-nav .nav-link {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #54CFF0;
  padding: 0;
}

.header-nav .nav-link:hover,
.header-nav .nav-link:focus,
.header-nav .nav-link:active {
  color: #3652E4;
}

.lang-wrapper {
  display: flex;
  align-items: center;
}

.lang-wrapper .lang-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #6D7E8A;
  padding: 4px 6px;
}

.lang-wrapper .lang-link-active {
  border: 1px solid #54CFF0;
  border-radius: 5px;
  color: #54CFF0;
}

.mobile-menu {
  display: none;
}

.main-title {
  margin-bottom: 20px;
}

.typed-cursor {
  color: #54CFF0;
  width: 8px;
  vertical-align: top;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0, 2.0, 0, 1.0);
  animation-duration: 1s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0, 2.0, 0, 1.0);
  -webkit-animation-duration: 1s;
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.header-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 70px;
}

.modal-btns-wrapper {
  display: flex;
  flex-direction: column;
}

.btn-modal {
  max-width: 263px;
}

.btn-consultation {
  margin-bottom: 20px;
}

.btn-presentation {
  background: #fff;
  color: #54cff0;
  border: 1px solid #54CFF0;
}

.btn-presentation:hover,
.btn-presentation:focus,
.btn-presentation:active {
  outline: none;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  background: #3be1ff;
}

.btn-presentation:active {
  background: #2ac1ea;
}

.header-img {
  width: 100%;
}

/* End Header */

/* Who Are We */

.who-we {
  background: url(../img/who-we.png) no-repeat top;
  background-size: 100% 100%;
  position: relative;
  padding-top: 210px;
}

.who-we-col {
  display: flex;
  align-items: center;
}

.who-we-wrapper {
  max-width: 555px;
  display: flex;
  flex-direction: column;
}

.who-we-title {
  margin-bottom: 26px;
}

.who-we-text {
  line-height: 22px;
  color: #6D7E8A;
}

.who-we-text_blue {
  font-weight: 600;
  color: #3652E4;
}

.who-we-quote-wrapper {
  background: linear-gradient(270deg, #54CFF0 0%, #3652E4 100%);
  border-radius: 50px 0px;
  padding: 25px 35px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 750px;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.who-we-quote-img {
  margin-right: 16px;
}

.who-we-quote {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* End Who Are We */

/* Automation */

.automation {
  background: url(../img/automat-bg.png) no-repeat;
  background-size: 100% 100%;
}

.automation-title {
  color: #FFFFFF;
  margin-bottom: 40px;
}

.automation-title-left {
  text-align: right;
}

.automation-img-wrapper {
  margin-top: auto;
}

.automation-img {
  width: 100%;
}

.automation-title-right {
  text-align: left;
}

.automation-list {
  max-width: 254px;
}

.automation-list-left {
  margin-left: auto;
}

.automation-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.automation-list-left .automation-list-item {
  text-align: right;
  align-items: flex-end;
}

.automation-list-item svg {
  margin-bottom: 10px;
}

.automation-list-item span {
  color: #FFFFFF;
}

/* End Automation */

/* Activity */

.activity-text {
  color: #6D7E8A;
  margin-bottom: 46px;
}

.activity-cards-wrapper {
  max-width: 830px;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: transparent;
  scroll-behavior: smooth;
  margin: 0 auto;
  position: relative;
}

.activity-cards-wrapper::-webkit-scrollbar {
  /* chrome based */
  width: 0px;
  /* ширина scrollbar'a */
  background: transparent;
  /* опционально */
}

.activity-order-line {
  position: absolute;
  left: 36px;
  top: 65px;
  border: none;
}

.dots {
  width: 3px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.dots div {
  position: relative;
  width: 3px;
  height: 6px;
  background-color: #D0E2F8;
  margin-bottom: 6px;
}

.dots::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 24px;
  background-color: #54cff0;
  margin-bottom: 6px;
  animation: fade 2s linear normal infinite;
}

@keyframes fade {
  0% {
    top: 0;
  }

  100% {
    top: 100%;
  }
}

.activ-order {
  width: 68px;
  height: 68px;
  background: #fff;
  border: 2px solid #54cff0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  position: relative;
  z-index: 200;
}

.activ-order-number {
  font-size: 26px;
  font-weight: 900;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #54cff0;
}

.activity-card-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px;
}

.activity-card {
  max-width: 712px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 1px rgb(6 8 57 / 7%);
  border-radius: 0px 50px 0px 50px;
  padding: 0;
}

.activity-card .card-body {
  padding: 29px 0px 29px 40px;
}

.activity-card .card-title {
  text-transform: none;
}

.activity-card .card-text {
  color: #6D7E8A;
}

.activity-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6F1FF;
  width: 178px;
  height: 100%;
}

.activity-card-img .img-fluid {
  display: flex;
}

.activity-card-subtitle {
  background: linear-gradient(180deg, #54CFF0 0%, #3652E4 100%);
  border-radius: 0px 50px 0px 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activity-card-subtitle span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(180deg);
  writing-mode: tb-rl;
}

/* End Activity */

/* Like Us */

.like-us {
  background: url(../img/like-us-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}

.like-us-title {
  text-align: center;
  margin-bottom: 26px;
}

.like-us-text {
  max-width: 747px;
  text-align: center;
  color: #6D7E8A;
  margin: 0 auto;
  margin-bottom: 50px;
}

.like-us-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.05);
  border-radius: 0px 50px;
  padding: 53px 25px 45px 61px;
  max-width: 523px;
  position: relative;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.us-card-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(180deg, #54CFF0 0%, #3652E4 100%);
  border-radius: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -30px;
}

.us-card-title {
  text-transform: none;
  margin-bottom: 40px;
}

.us-card-title-first {
  text-transform: capitalize;
}

.list-columns {
  columns: 2;
}

.us-card-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.us-card-item:last-child {
  margin-bottom: 0;
}

.us-card-item svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.us-card-item span {
  color: #6D7E8A;
}

.us-card-title-last {
  margin-bottom: 7px;
}

.us-card-text {
  font-size: 14px;
  line-height: 17px;
  color: #6D7E8A;
  margin-bottom: 28px;
}

/* End Like Us */

/* For What */

.for-what {
  padding-top: 165px;
}

.for-what-card {
  background: #E6F1FF;
  border-radius: 0px 50px;
  position: relative;
}

.for-what-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.15);
  border-radius: 0px 20px;
}

.for-what-card-content {
  padding: 40px;
  padding-top: 105px;
  background: linear-gradient(73deg, #3652E4 12.84%, #54CFF0 87.45%, #59F2FF 96.9%);
  border-radius: 0px 50px;
}

.for-what-title {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 12px;
}

.for-what-text {
  color: #E6F1FF;
  text-align: center;
}

.for-what-subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 30px;
  color: #3652E4;
}

/* End For What */

/* Company */

.company {
  background: url(../img/company-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 148px;
}

.company-title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.tab-list-wrapper {
  margin-bottom: 40px;
  display: block;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-tabs .nav-tab-link {
  position: relative;
  margin-bottom: -1px;
  background: #E6F1FF;
  border-radius: 0px 40px 0px 0px;
  flex-basis: 24.5%;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #060839;
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-tab-link::after {
  content: '';
  width: 0px;
  height: 6px;
  background: #54cff0;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  visibility: hidden;
}

.nav-tabs .nav-tab-link.active {
  color: #060839;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

.nav-tab-link.active::after {
  visibility: visible;
  animation: visible .3s cubic-bezier(0, 0, 1, 1) 200ms forwards;
}

@keyframes visible {
  0% {
    width: 0%;
  }

  100% {
    width: 90%;
  }
}

.fade {
  transition: opacity 0.0s cubic-bezier(0, 0, 1, 1) !important;
}

.tab-pane-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.05);
  border-radius: 0px 0px 0px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tab-pane-body {
  padding: 50px 20px 0px 58px;
  height: 335px;
  box-sizing: content-box;
}

.pane-body-text {
  color: #6D7E8A;
  max-width: 497px;
}

.tab-pane-footer {
  background: #E5F0FE;
  border-radius: 0px 0px 0px 80px;
  padding: 30px 20px 0px 58px;
  height: 168px;
  box-sizing: content-box;
}

.pane-footer-text {
  font-weight: 600;
  max-width: 497px;
}

.tab-pane-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.tab-pane-duplication .tab-pane-footer {
  height: 200px;
}

.tab-pane-duplication .pane-footer-text {
  margin-bottom: 20px;
}

.pane-footer-info {
  display: flex;
  justify-content: space-between;
}

.pane-footer-info-item {
  max-width: 497px;
}

.pane-footer-info-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3652E4;
  margin-bottom: 10px;
  text-transform: none;
}

.pane-footer-info-text {
  font-size: 14px;
  line-height: 18px;
  color: #6D7E8A;
}

.tab-pane-duplication .tab-pane-img {
  top: 14%;
  transform: translateY(0);
}

.carousel {
  display: none;
}

/* End Company */

/* Help */

.help {
  padding-top: 195px;
  position: relative;
}

.help-form-wrapper {
  background: #F2F7FD;
  box-shadow: 0px 0px 15px rgba(53, 58, 188, 0.2);
  border-radius: 0px 80px;
  width: 750px;
  padding: 40px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.help-form .form-group {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.form-group input {
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.05);
  border-radius: 30px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  padding-left: 25px;
  padding-right: 15px;
  margin-right: 10px;
}

.form-group input[placeholder] {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #6d7e8a;
}

.form-group input[type=email] {
  margin-right: 0px;
}

.form-group input:hover,
.form-group input:focus,
.form-group input:active {
  box-shadow: 0px 0px 24px 10px rgba(54, 82, 228, 0.2);
  color: #000;
}

.main-form textarea {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #6d7e8a;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 750px;
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 24px 10px rgba(6, 8, 57, 0.05);
  border: none;
  outline: none;
}

.main-form textarea:hover,
.main-form textarea:focus,
.main-form textarea:active {
  box-shadow: 0px 0px 24px 10px rgba(54, 82, 228, 0.15);
  color: #000;
}

.form-btn {
  display: block;
  width: 345px;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 14px;
}

.help-title {
  margin-bottom: 50px;
}

.help .activity-cards-wrapper {
  max-width: 970px;
  height: auto;
}

.help .activity-card {
  max-width: 860px;
}

.help .activity-card .card-body {
  padding: 29px 20px 29px 40px;
}

.help .activity-card-img {
  width: 100%;
}

/* End Help */

/* Benefits */

.benefits {
  background: url(../img/benefit-bg.png) no-repeat;
  background-size: 100% 100%;
}

.benefits-title {
  margin-bottom: 26px;
  text-align: center;
}

.benefits-text {
  color: #6D7E8A;
  text-align: center;
  margin-bottom: 60px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.benefit-card-one,
.benefit-card-two,
.benefit-card-three {
  margin-bottom: 60px;
}

.benefit-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(6, 8, 57, 0.05);
  border-radius: 0px 20px;
  margin-bottom: 33px;
  transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.benefit-card:hover .benefit-card-icon {
  box-shadow: 0px 0px 46px rgba(54, 82, 228, 0.3);
  transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.benefit-card .benefit-card-icon svg {
  transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.benefit-card:hover .benefit-card-icon svg path {
  fill: #3652E4;
  transition: all .3s cubic-bezier(0, 0, 1, 1);
}

.benefit-card-title {
  margin-bottom: 7px;
  text-transform: none;
  text-align: center;
}

.benefit-card-text {
  color: #6D7E8A;
  text-align: center;
}

/* End Benefits */

/* Users */

.users {
  background: url(../img/users-bg.png) no-repeat;
  background-size: 100% 100%;
}

.users .nav-tabs .nav-tab-link {
  flex-basis: 19.7%;
}

.tab-content-users .tab-pane-content {
  height: 475px;
  padding: 50px 22px 50px 58px;
}

.tab-content-users .tab-pane-body {
  padding: 0;
  height: auto;
  box-sizing: content-box;
}

.tab-content-users .pane-body-text strong {
  color: #060839;
}

.tab-pane-list {
  max-width: 497px;
}

.pane-list-item {
  display: flex;
  margin-bottom: 10px;
}

.pane-list-item:last-child {
  margin-bottom: 0;
}

.pane-list-item svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.pane-list-item span {
  color: #6D7E8A;
}

.pane-list-item span strong {
  color: #060839;
  text-transform: uppercase;
}

/* End Users */

/* Integration */

.integration-title {
  margin-bottom: 60px;
  text-align: center;
}

.integration-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.integration-row:last-child {
  margin-bottom: 0;
}

.integration-img {
  max-width: 488px;
}

.integration-img img {
  width: 100%;
  object-fit: cover;
}

.integration-number {
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #54CFF0 0%, #3652E4 100%);
  border-radius: 50%;
  position: relative;
}

.integration-number .integration-number-text {
  font-weight: 900;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.integration-line {
  width: 2px;
  height: 330px;
  position: absolute;
  bottom: -345px;
  background: #D0E2F8;
}

.integration-info {
  max-width: 487px;
}

.integration-info-title {
  text-transform: none;
  margin-bottom: 25px;
}

.integration-number-mobile {
  display: none;
}

.integration-row-two .integration-info-title {
  text-align: right;
}

.integration-info-text {
  color: #6D7E8A;
  margin-bottom: 20px;
}

.integration-row-two .integration-info-text {
  text-align: right;
}

.integration-info-text:last-child {
  margin-bottom: 0;
}

.integration-info-list {
  margin-bottom: 20px;
}

.integration-list-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.integration-list-item:last-child {
  margin-bottom: 0;
}

.integration-list-item svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.integration-list-item span {
  color: #6D7E8A;
}

/* End Integration */

/* Question */

.question {
  position: relative;
  z-index: 600;
  padding-top: 200px;
  padding-bottom: 24px;
  /* background-color: #F2F7FD; */
  background: url(../img/question-bg.png) no-repeat;
  background-size: 100% 100%;
}

.question-title {
  margin-bottom: 55px;
}

.question .form-img {
  margin-top: 50px;
}

.question .main-form {
  margin-bottom: 50px;
  position: relative;
  z-index: 700;
}

.question .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.question textarea {
  margin-bottom: 34px;
}

.question .form-btn {
  margin: 0;
  margin-left: auto;
}

.footer {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  z-index: 500;
}

.footer-mail {
  display: flex;
  align-items: center;
}

.footer-mail svg {
  margin-right: 12px;
}

.copy {
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  text-align: right;
  color: #6D7E8A;

}

/* End Question */

/* Modal Windows */

.modal-content {
  background: #F2F7FD;
  box-shadow: 0px 0px 15px rgba(53, 58, 188, 0.2);
  border-radius: 0px 80px;
}

.modal-header {
  padding: 30px 40px;
  padding-bottom: 20px;
  border: none;
}

.modal-body {
  padding: 30px 40px;
  padding-top: 20px;
}

.modal-form .form-group input {
  margin-bottom: 25px;
}

.modal-form textarea {
  margin-bottom: 40px;
}

/* End Modal Windows */