a {
  color: inherit;
}

body {
  color: #4d5068;
  font-family: "helvetica";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 150;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

.section {
  padding: 42px 0;
  background-color: #ffffff;
  text-align: center;
}
.section .text-top {
  margin-bottom: 100px;
  padding: 0 50px;
  font-size: 24px;
}

.text-top-bold
{font-weight:600;
 font-size: 21px;
 margin: 20px 0 10px 0;
}

.heading {
  font-family: "coves";
  font-weight: bold;
  font-size: 61px;
}
.heading-2 {
  font-size: 47px;
}
.heading-3 {
  font-family: "helvetica";
  font-weight: bold;
  font-size: 16px;
}

.btn {
  width: 160px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.btn-primary {
  background-color: #5361f0;
  box-shadow: 0 0 26px 0 rgba(83, 97, 240, 0.8);
}
.btn-primary:hover, .btn-primary:active {
  background-color: #0e1a9c;
}
.btn-other {
  background-image: -webkit-linear-gradient(94deg, #ff584c 1%, #ff43d6 100%, #ff584c);
  background-image: linear-gradient(94deg, #ff584c 1%, #ff43d6 100%, #ff584c);
  -webkit-background-size: 200% 1px;
  background-size: 200% 1px;
  background-position: 0;
}
.btn-other:hover, .btn-other:active {
  background-position: 100%;
}

.logo {
  display: block;
  margin-bottom: 59px;
}
.logo img {
  display: inline-block;
  width: 120px;
  height: 69px;
}
.logo-mob {
  display: none;
}

@-webkit-keyframes animUpDown {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes animUpDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation {
  position: absolute;
  left: 49%;
  height: 100%;
}
.animation .img {
  position: absolute;
}
.animation .img-1 {
  width: 512px;
  height: 444px;
}
.animation .img-2 {
  width: 80px;
  height: 283px;
}
.animation .img-3 {
  width: 271px;
  height: 115px;
}
.animation .img-4 {
  width: 230px;
  height: 273px;
}
.animation .img-5 {
  width: 81px;
  height: 84px;
}
.animation .img-6 {
  width: 106px;
  height: 109px;
}
.animation .img-7 {
  width: 58px;
  height: 57px;
}
.animation .img-8 {
  width: 29px;
  height: 29px;
}
.animation .img-9 {
  width: 740px;
  height: 559px;
}
.animation .img-10 {
  width: 266px;
  height: 340px;
}
.animation .img-11 {
  width: 706px;
  height: 443px;
}
.animation .img-12 {
  width: 607px;
  height: 433px;
}
.animation .img-13 {
  width: 488px;
  height: 432px;
}
.animation .img-14 {
  width: 53px;
  height: 203px;
}
.animation .img-15 {
  width: 47px;
  height: 56px;
}
.animation .img-16 {
  width: 606px;
  height: 443px;
}
.animation .img-17 {
  width: 127px;
  height: 78px;
}
.animation .img-18 {
  width: 871px;
  height: 577px;
}

@media (max-width: 979px) {
  .animation {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100% !important;
  }
  .animation .img {
    height: auto;
  }
  .animation .img-1 {
    width: 59vw;
  }
  .animation .img-2, .animation .img-8, .animation .img-14 {
    display: none;
  }
  .animation .img-3 {
    width: 29vw;
  }
  .animation .img-4 {
    width: 28vw;
  }
  .animation .img-5 {
    width: 10vw;
  }
  .animation .img-6 {
    width: 12vw;
  }
  .animation .img-7 {
    width: 6vw;
  }
  .animation .img-9 {
    width: 90vw;
  }
  .animation .img-10 {
    width: 30vw;
  }
  .animation .img-11 {
    width: 90vw;
  }
  .animation .img-12 {
    width: 86vw;
  }
  .animation .img-13 {
    width: 51vw;
  }
  .animation .img-15 {
    width: 5vw;
  }
  .animation .img-16 {
    width: 90vw;
  }
  .animation .img-17 {
    width: 13vw;
  }
  .animation .img-18 {
    width: 93vw;
  }
}
.home {
  text-align: left;
}
.home__content {
  max-width: 570px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.home .heading {
  margin-bottom: 50px;
  line-height: 1.2;
}
.home .text {
  margin-bottom: 50px;
  font-size: 26px;
}
.home .btn {
  width: 161px;
}
.home .anim {
  -webkit-animation-name: animUpDown;
  animation-name: animUpDown;
}
.home .animation {
  bottom: -24px;
  width: 740px;
}
.home .animation .img-1 {
  bottom: 4.5%;
  left: 13.8%;
}
.home .animation .img-2 {
  bottom: 4.7%;
  left: 2.7%;
}
.home .animation .img-3 {
  bottom: 42.2%;
  left: 44%;
}
.home .animation .img-4 {
  bottom: 4.3%;
  left: 46.7%;
}
.home .animation .img-5 {
  top: 7.3%;
  left: 65.8%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.home .animation .img-6 {
  top: -0.6%;
  left: 9.1%;
  -webkit-transform: scale(0.9) rotate(-10deg);
  transform: scale(0.9) rotate(-10deg);
}
.home .animation .img-7 {
  bottom: 29.9%;
  left: 76.8%;
  -webkit-transform: scale(1.1) rotate(20deg);
  transform: scale(1.1) rotate(20deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.home .animation .img-8 {
  bottom: 4.7%;
  left: 14.6%;
}
.home .animation .img-9 {
  bottom: 0;
  left: 0;
}

@media (max-width: 979px) {
  .home .animation {
    margin-bottom: 20px;
  }
  .home .animation .img-1 {
    left: 24.8%;
  }
  .home .animation .img-3 {
    left: 53%;
  }
  .home .animation .img-4 {
    left: 53.7%;
  }
  .home .animation .img-6, .home .animation .img-7 {
    -webkit-transform: none;
    transform: none;
  }
  .home .animation .img-9 {
    position: relative;
    right: -5.5vw;
    left: auto;
  }
  .home__content {
    max-width: 100%;
  }
  .home .logo {
    display: none;
    text-align: center;
  }
  .home .logo-mob {
    display: block;
  }
  .home .heading br {
    display: none !important;
  }
  .home .text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.section_menu {
  height: 115px;
  padding-top: 27px;
  padding-bottom: 0px;
}
.section_menu .container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
}
.section_menu .logo,
.section_menu .btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section_menu .logo {
  margin-bottom: 0;

}
.section_menu .logo img {
  height: 50px;
}
.section_menu .menu-fixed {
  width: 100%;
  background-color: #fafaff;
  z-index: 10;
}
.section_menu .menu-fixed.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.section_menu .menu-fixed.is-fixed .logo,
.section_menu .menu-fixed.is-fixed .btn {
  opacity: 1;
  visibility: visible;
}

.menu {
  max-width: 520px;
  margin: auto;
  text-align: center;
}
.menu__item {
  display: inline-block;
  margin: 0 15px;
  font-size: 0;
}
.menu__link {
  position: relative;
  display: block;
  padding: 37px 0 34px;
  color: #4d5068;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.menu__link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #5361f0;
  content: "";
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.menu__link:hover, .menu__link:active, .menu__link.active {
  color: #5361f0;
}
.menu__link:hover:after, .menu__link:active:after, .menu__link.active:after {
  height: 6px;
}

.btn-menu-mob {
  position: relative;
  display: none;
  height: 50px;
  width: 100%;
  line-height: 48px;
  background-color: #fafaff;
  font-size: 14px;
  font-weight: bold;
  color: #5361f0;
  text-align: center;
  z-index: 110;
}

@media (max-width: 979px) {
  .btn-menu-mob {
    display: block;
  }

  .section_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 100;
    background-color: #fafaff;
  }
  .section_menu .container {
    display: block;
    height: auto;
  }
  .section_menu .logo,
.section_menu .btn {
    display: none;
  }
  .section_menu .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    padding: 50px 12vw 31px;
    background-color: #fafaff;
    text-align: left;
  }
  .section_menu .menu__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .section_menu .menu__link {
    padding: 0;
    font-size: 22px;
  }
  .section_menu .menu__link:after {
    display: none;
  }
}
.media {
  background-color: #fafaff;
}
.media .heading {
  margin-bottom: 50px;
}
.media .heading-2 {
  margin-bottom: 48px;
}

.advertising {
  text-align: left;
}
.advertising__top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.advertising__content .text {
  font-size: 16px;
}
.advertising__content .tabs-value:first-child {
  padding-bottom: 152px;
}
.advertising__col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.advertising__col_2 {
  width: 48%;
  margin-right: 3%;
}
.advertising__col_2:nth-child(2n) {
  margin-right: 0;
}
.advertising__col_2:nth-child(n+3) {
  margin-top: 40px;
}
.advertising__col_3 {
  width: 30%;
  margin-right: 2%;
}
.advertising__col_3:nth-child(3n) {
  margin-right: 0;
}
.advertising__col_3:nth-child(n+4) {
  margin-top: 40px;
}
.advertising__tabs .tabs__link {
  height: 40px;
  width: 109px;
  line-height: 38px;
  border: 1px solid #4d5068;
  border-radius: 20px;
}
.advertising__tabs .tabs__link:hover, .advertising__tabs .tabs__link:active, .advertising__tabs .tabs__link.active {
  border-color: #5361f0;
}
.advertising .animation {
  width: 706px;
  min-height: 433px;
  top: -185px;
  left: 0;
}
.advertising .animation .img-5 {
  top: 17.8%;
  left: 73.8%;
}
.advertising .animation .img-6 {
  bottom: 8.6%;
  left: 26.2%;
}
.advertising .animation .img-7 {
  top: 14.4%;
  left: 11.3%;
}
.advertising .animation .img-10 {
  top: 11.7%;
  left: 32.3%;
}
.advertising .animation .img-11 {
  top: 0;
  left: 0;
}
.advertising__socials {
  z-index: 2;
}
.advertising__socials .socials {
  position: absolute;
}

.tabs__item {
  display: inline-block;
  margin-right: 10px;
  font-size: 0;
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__link {
  display: block;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tabs__link:hover, .tabs__link:active, .tabs__link.active {
  background-color: #5361f0;
  color: #ffffff;
}
.tabs-value {
  display: none;
}
.tabs-value.active {
  display: block;
}

.socials {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.socials__item {
  width: 50px;
  height: 50px;
  line-height: 48px;
  margin-right: 25px;
  text-align: center;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__link {
  font-size: 34px;
}
.socials__link:hover {
  color: #ff43d6;
  background-color: transparent;
}
.socials__link.active {
  font-size: 50px;
  background-color: transparent;
  color: #ff43d6;
}
.socials__link_youtube {
  font-size: 40px;
}

.list__item {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .advertising__socials {
    margin-bottom: 20px;
  }
  .advertising__socials .socials {
    position: relative;
  }
  .advertising .tabs__item {
    margin-bottom: 10px;
  }
  .advertising__top {
    justify-content: flex-start;
  }
  .advertising__col {
    width: 100% !important;
  }
  .advertising__content .tabs-value:first-child {
    padding-bottom: 0;
  }
  .advertising .socials {
    flex-wrap: wrap;
  }
  .advertising .animation {
    top: auto;
    left: auto;
    min-height: auto;
  }
  .advertising .animation .img-11 {
    position: relative;
  }
  .advertising .animation .img-6 {
    bottom: auto;
    top: 80%;
  }
}
@media (max-width: 459px) {
  .advertising__top {
    width: 100%;
  }
  .advertising__tabs {
    width: 100%;
  }
  .advertising__tabs .tabs__item {
    display: block;
    margin-right: 0;
  }
  .advertising__tabs .tabs__link {
    width: 100%;
  }
}
.tech {
  z-index: 1;
}
.tech .heading {
  margin-bottom: 30px;
}
.tech .text-top {
  margin-bottom: 100px;
}
.tech__tabs {
  max-width: 580px;
  width: 50%;
  z-index: 1;
}
.tech__content {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.tech .tabs__item {
  display: block;
  margin-right: 0;
  margin-bottom: 42px;
  padding-right: 60px;
  text-align: left;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tech .tabs__item .text {
  height: 0;
  padding-right: 30px;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}
.tech .tabs__item.active {
  padding-top: 30px;
  padding-bottom: 40px;
}
.tech .tabs__item.active .text {
  height: auto;
  font-size: 12px;
}
.tech .tabs__item.active .tabs__link {
  margin-bottom: 30px;
  color: #ffffff;
}
.tech .tabs__link {
  font-size: 33px;
  text-align: left;
}
.tech .tabs__link:hover, .tech .tabs__link:active, .tech .tabs__link.active {
  background-color: transparent;
  color: #5361f0;
}
.tech .tabs-values {
  width: 50%;
}
.tech .animation {
  width: 607px;
  height: 433px;
  left: 99px;
  top: -35px;
}
.tech .animation .img-5 {
  top: 46.7%;
  left: 69.5%;
}
.tech .animation .img-6 {
  top: 0;
  left: -9.4%;
  width: 61px;
  height: 63px;
}
.tech .animation .img-7 {
  bottom: -19.6%;
  left: 13.7%;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tech .animation .img-12 {
  top: 0;
  left: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tech .animation .img-13 {
  top: 0.8%;
  left: -9.3%;
}
.tech .animation .img-14 {
  bottom: -0.7%;
  left: -19%;
}
.tech .animation .img-15 {
  top: 8.9%;
  left: 49.6%;
}

.overlay-active-item {
  position: absolute;
  left: 0;
  background: url("../img/overlay.png") no-repeat center right;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
}

@media (max-width: 979px) {
  .tech__content {
    flex-direction: column;
  }
  .tech__tabs {
    max-width: 100%;
    width: 100%;
  }
  .tech .tabs-values {
    width: 100%;
  }
  .tech .animation {
    height: auto;
    left: auto;
  }
  .tech .animation .img-12 {
    position: relative;
    left: auto;
    top: auto;
    right: -6.5vw;
  }
  .tech .animation .img-5 {
    left: 84.5%;
  }
  .tech .animation .img-6 {
    left: 3.6%;
    width: 12vw;
    height: auto;
  }
  .tech .animation .img-7 {
    bottom: 2.4%;
  }
  .tech .animation .img-13 {
    top: 20.8%;
    left: 22.7%;
  }
  .tech .animation .img-15 {
    top: 26.9%;
    left: 63.6%;
  }
}
@media (max-width: 660px) {
  .tech .animation .img-15 {
    left: 65.5%;
  }
}
@media (max-width: 499px) {
  .tech .animation .img-15 {
    display: none;
  }
}
.clients .heading {
  margin-bottom: 60px;
}
.clients__list {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__item {
  width: 268px;
  height: 154px;
  margin: 0 29px;
  border-radius: 10px;
}

@media (max-width: 979px) {
  .clients__list {
    flex-wrap: wrap;
  }
  .clients__item {
    margin-bottom: 15px;
  }
}
.form {
  max-width: 474px;
  width: 100%;
  padding: 41px 35px 38px;
  border-radius: 10px;
  background-color: #5361f0;
  color: #ffffff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-label {
  display: block;
  margin-bottom: 11px;
  position: relative;
}
.form-label:last-of-type {
  margin-bottom: 36px;
}
.form-label p {
  margin-bottom: 11px;
}
.form__buttons {
  text-align: center;
}
.form .btn {
  width: 196px;
}

input,
textarea {
  width: 100%;
  padding: 15px;
  border-radius: 28px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.error input{
  background: #ff4e8b;
  position: relative;
}
.form__error {
  display: none;
}

.error .form__error {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 41px;
  right: 20px;


}

textarea {
  height: 84px;
  resize: none;
  border-radius: 11px;
}

.popup {
  position: fixed;
  background: #5361f0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  z-index: 99;
  display: none;
}

.popup-inner {
  text-align: center;
}

.popup h2 {
  font-family: "coves";
  font-weight: bold;
  font-size: 61px;
  text-align: center;
  padding-bottom: 20px;

}

.popup p {
  font-family: "helvetica";
  font-size: 26px;
  text-align: center;
  padding-bottom: 60px;
}

.popup .close {
  font-family: "helvetica";
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 979px) {
  .form {
    max-width: 100%;
  }
}
.feedback .heading {
  margin-bottom: 30px;
}
.feedback .text-top {
  margin-bottom: 100px;
}
.feedback .animation {
  bottom: 0;
  width: 50%;
}
.feedback .animation .img-16 {
  top: 0;
  right: -26%;
  -webkit-transform: translateX(-150px) rotate(-25deg);
  transform: translateX(150px) rotate(-25deg);
}
.feedback .animation .img-17 {
  top: 67px;
  left: -5%;
}
.feedback .animation .img-18 {
  top: 26px;
  left: -38.9%;
}

@media (max-width: 979px) {
  .feedback .animation .img-16 {
    position: relative;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  .feedback .animation .img-17 {
    left: 8%;
  }
  .feedback .animation .img-18 {
    left: 0;
  }
}
.logotips__item {
  display: inline-block;
  height: 162px;
  vertical-align: middle;
}
.logotips__item img {
  max-height: 100%;
}

.footer {
  padding: 37px 0 45px;
  background-color: #4d5068;
  text-align: center;
  color: #ffffff;
}
.footer .logo {
  margin-bottom: 45px;
}
.footer__menu, .footer__socials {
  margin-bottom: 22px;
}
.footer .menu__link {
  padding: 0;
  font-weight: 400;
  color: #ffffff;
}
.footer .menu__link:after {
  display: none !important;
}
.footer .email {
  margin-bottom: 25px;
  font-family: "coves";
  font-size: 27px;
}
.footer .socials {
  justify-content: center;
}
.footer .socials__link {
  font-size: 16px;
}
.footer .copyright {
  font-size: 12px;
}

@media (max-width: 979px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer .menu__item {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 979px) {
  .container {
    padding-left: 29px;
    padding-right: 29px;
  }

  .heading {
    font-size: 35px;
  }
  .heading-2 {
    font-size: 26px;
  }

  .section .heading {
    margin-bottom: 30px;
  }
  .section .text-top {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}

h2.cpa{font-size: 24px;  font-family: "coves";
  font-weight: bold; margin-top: 5px;}

img.clients{max-width: 80%;}

.cpa{background: #fafaff}

img.cpa-bg{
 max-width: 60%;
}