@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
  margin: 0;
  background: #FFF;
  overflow-x: hidden;
}
a {
  color: #428bca;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
}
img {
  max-width: 100%;
}
a,
input,
button {
  transition: all 0.4s ease-in-out;
}
a:active,
a:focus,
input:active,
input:focus,
button:active,
button:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: 'Lato', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: inherit;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
form label.error {
  display: none !important;
}
form input,
form textarea,
form select {
  display: inline-block;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #333;
}
form input.error,
form textarea.error,
form select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0;
  padding-right: 0;
}
form .controls button,
form .controls input {
  width: 100%;
}
.btn-pink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  text-decoration: none;
  color: #FFF;
  padding: 0 30px;
  border: none;
  border-radius: 50px;
  background: #fb397d;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
  color: #FFF;
  text-decoration: none;
  background: #fa1163;
}
.title {
  color: #5b32b4;
  font-weight: 400;
  font-size: 3em;
  line-height: 1.3;
}
.title.line {
  margin-bottom: 0 !important;
}
.title.line::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #fb397d;
  margin: 8px auto 40px;
  display: block;
}
.text {
  color: #363f54;
  font-size: 1em;
}
.text p {
  margin: 0 0 20px;
}
.text p:last-child {
  margin: 0;
}
.bg-dark-blue {
  background-image: linear-gradient(to top,#193B5A 20%,#112539 80%);
  color: #FFF;
}
.bg-dark-blue .title,
.bg-dark-blue .text {
  color: #FFF;
}
.page-404 {
  min-height: 100vh;
}
.page-404 .info {
  text-align: center;
}
.page-404 .t1 {
  font-size: 10em;
}
.page-404 .t2 {
  font-size: 1.4em;
  margin: 0 0 20px;
}
.page-404 .t3 {
  font-size: 0.9em;
}
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.waveWrapper .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background: #6056e9;
  background: -moz-linear-gradient(-45deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  background: -webkit-linear-gradient(-45deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  background: linear-gradient(135deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6056e9',endColorstr='#9647db',GradientType=1);
}
.waveWrapper .bgTop {
  z-index: 15;
  opacity: 0.5;
}
.waveWrapper .bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.waveWrapper .bgBottom {
  z-index: 5;
}
.waveWrapper .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveWrapper .waveTop {
  background-size: 50% 100px;
}
.waveWrapper.waveAnimation .waveTop {
  animation: move_wave 11s linear infinite;
}
.waveWrapper .waveMiddle {
  background-size: 50% 120px;
}
.waveWrapper.waveAnimation .waveMiddle {
  animation: move_wave 16s linear infinite;
}
.waveWrapper .waveBottom {
  background-size: 50% 100px;
}
.waveWrapper.waveAnimation .waveBottom {
  animation: move_wave 22s linear infinite;
}
.device-desktop {
  background: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 0 2px 2px;
  position: relative;
}
.device-desktop .device-head {
  padding: 2px 10px 0px;
  line-height: 1;
}
.device-desktop .device-head svg {
  color: #bab8b8;
  height: 20px;
}
.device-desktop img {
  max-width: 100%;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  background: #FFF;
  color: #222;
  transition: 0.3s all;
  overflow: hidden;
  opacity: 0;
  z-index: 9999;
  width: 100%;
  max-width: 0px;
}
.main-nav.active {
  opacity: 1;
  max-width: 350px;
}
.main-nav .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.main-nav .toggle-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: none;
  border: none;
  color: #363F54;
  margin: 30px 0 0px;
  width: 35px;
  height: 35px;
}
.main-nav .m-nav {
  margin: 35px 0 0;
}
.main-nav .m-nav a {
  display: block;
  margin: 20px 0;
  color: #363F54;
  font-weight: 800;
  font-size: 1.4em;
  text-transform: uppercase;
}
.text-header {
  background: #6056e9;
  background: -moz-linear-gradient(-45deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  background: -webkit-linear-gradient(-45deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  background: linear-gradient(135deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6056e9',endColorstr='#9647db',GradientType=1);
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 630px;
}
.text-header .container {
  max-width: 900px;
}
.text-header .title {
  color: #FFF;
  font-size: 6em;
  line-height: 1;
}
.text-header .title small {
  font-size: 40%;
}
.header {
  position: relative;
  padding: 30px 0 100px;
  color: #FFF;
}
.header .container {
  position: relative;
}
.header .container {
  min-height: 620px;
}
.header .mobile-img {
  position: absolute;
  right: -70px;
  bottom: -90px;
}
.header .logo {
  text-decoration: none;
  font-weight: 900;
  font-size: 2.0em;
  display: flex;
  align-items: center;
}
.header .logo svg {
  color: #FFF;
  width: 28px;
  margin: -5px 10px 0 0;
}
.header a {
  color: #FFF;
}
.header .m-nav {
  text-align: right;
}
.header .m-nav a {
  margin-left: 20px;
  font-size: 1em;
  font-weight: 600;
}
.header .m-nav a:first-child {
  margin-left: 0;
}
.header .toggle-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: none;
  border: none;
  color: #FFF;
  margin: 0px;
  width: 38px;
  height: 38px;
}
.header .social {
  text-align: right;
}
.header .social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  background: none;
  border: none;
  color: #FFF;
  margin: 0 0 8px;
  width: 17px;
  height: 17px;
  text-decoration: none;
}
.header .social svg {
  width: 100%;
  height: 100%;
}
.header .content {
  position: relative;
  z-index: 999;
}
.header .info-block .title {
  font-size: 4.6em;
  margin: 180px 0 15px;
  font-weight: 900;
  text-align: left;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: -0.7px;
  position: relative;
}
.header .info-block .title::before {
  content: 'C';
  font-size: 4.5em;
  color: rgba(255,255,255,0.15);
  font-weight: 900;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: -1;
}
.header .info-block .t1 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 60px;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .header .info-block .title {
    margin: 160px 0 15px;
  }
  .header .container {
    min-height: 550px;
  }
  .header .mobile-img {
    position: absolute;
    right: -70px;
    bottom: -50px;
    max-width: 460px;
  }
}
@media (max-width: 991px) {
  .header .info-block .title {
    line-height: 1.3;
    margin: 100px 0 15px;
  }
  .header .info-block .title::before {
    top: -80px;
  }
  .header .container {
    min-height: 510px;
  }
  .header .mobile-img {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .header .info-block .title {
    line-height: 1.3;
    margin: 70px 0 15px;
  }
  .header .info-block .title::before {
    top: -80px;
    left: -20px;
  }
  .header .info-block .t1 {
    margin: 0 0 50px;
  }
  .header .container {
    min-height: 460px;
  }
  .header .m-nav {
    display: none;
  }
  .header .mobile-img {
    display: none;
  }
}
.section-service {
  padding: 90px 0 50px;
}
.section-service .title {
  margin: 0 0 30px;
}
.section-service .media {
  margin: 0 0 20px;
}
.section-service .media .icn {
  color: #fb397d;
  margin-right: 20px;
}
.section-service .media .icn svg {
  width: 24px;
}
.section-service .tt1 {
  color: #5b32b4;
  font-size: 1.125em;
  font-weight: 600;
  margin: 0 0 5px;
}
.section-service .tt2 {
  font-weight: 300;
}
.section-service .services {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.section-service .services img {
  margin: 3px;
  max-width: 90px;
}
@media (max-width: 767px) {
  .section-service {
    padding: 40px 0 30px;
  }
}
.section-consult {
  background: #6056e9;
  background: linear-gradient(-90deg,#6056e9 0%,#824de0 50%,#9647db 100%);
  color: #FFF;
  padding: 40px 0;
}
.section-consult .t1 {
  font-size: 2.25em;
  margin: 0 0 5px;
}
.section-consult .t2 {
  font-weight: 300;
  max-width: 500px;
}
.section-consult .controls {
  text-align: right;
}
@media (max-width: 767px) {
  .section-consult {
    padding: 30px 0;
    text-align: center;
  }
  .section-consult .controls {
    text-align: center;
    margin: 20px 0 0;
  }
}
.section-inf {
  padding: 80px 0;
  text-align: center;
  background: #F5F9FC;
}
.section-inf .container {
  max-width: 780px;
}
.section-inf .title {
  margin: 0 0 40px;
}
.section-inf .text {
  font-weight: 400;
  color: #726a84;
  line-height: 1.6;
  text-align: left;
}
.section-inf .clients-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.section-inf .clients-list .client {
  width: 260px;
  padding: 20px 10px;
  box-shadow: 0 0 10px 1px #d0c8e4;
  background: #FFF;
  border-radius: 10px;
  margin-right: 30px;
  text-align: center;
}
.section-inf .clients-list .client img {
  margin: 0 0 15px;
}
.section-inf .clients-list .client .company {
  margin: 0 0 10px;
}
.section-inf .clients-list .client .name {
  font-size: 1.225em;
  color: #5b32b4;
  font-size: 700;
  margin: 0 0 15px;
}
.section-inf .clients-list .client .link a {
  color: #5b32b4ad;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-inf {
    padding: 35px 0;
  }
  .section-inf .clients-list .client {
    margin: 0 auto 25px;
  }
}
.section-contacts {
  padding: 80px 0;
  text-align: center;
  color: #726a84;
}
.section-contacts .container {
  max-width: 780px;
}
.section-contacts .title {
  font-weight: 900;
  margin: 0 0 40px;
}
.section-contacts .text {
  line-height: 1.9;
}
.section-contacts .text a {
  color: #726a84;
  text-decoration: none;
}
.section-contacts .text svg {
  height: 22px;
  display: inline-block;
  margin: 0 0 -3px 3px;
}
.section-contacts .text svg.fa-telegram-plane {
  color: #2CA5E0;
}
.section-contacts .text svg.fa-whatsapp {
  color: #0DC143;
}
.section-contacts .text svg.fa-viber {
  color: #8074D6;
}
.section-contacts .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
.section-contacts .social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #FFF;
  background: #9B69E4;
  margin: 0 5px;
}
.section-contacts .social a:hover,
.section-contacts .social a:focus,
.section-contacts .social a:active {
  text-decoration: none;
  color: #FFF;
  background: #fb397d;
}
.section-contacts .social a svg {
  height: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .section-contacts {
    padding: 35px 0;
  }
}
.section-1 {
  padding: 80px 0;
}
.section-1 .container {
  max-width: 780px;
}
.footer {
  background: #9B69E4;
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1199px) {
  body,
  html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 12px;
  }
  .container {
    max-width: 320px;
  }
}
