@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic);

@-webkit-keyframes moveArrow {

  0%,
  to {
    top: 0;
  }

  70% {
    top: 10px;
  }
}

@keyframes moveArrow {

  0%,
  to {
    top: 0;
  }

  70% {
    top: 10px;
  }
}

@-webkit-keyframes animateDesktopFadeout {

  0%,
  90% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

@keyframes animateDesktopFadeout {

  0%,
  90% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}

@-webkit-keyframes animateDesktopFadein {
  0% {
    opacity: 0;
  }

  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateDesktopFadein {
  0% {
    opacity: 0;
  }

  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes moveLike {
  0% {
    opacity: 1;
    top: 0;
  }

  40% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    top: 0;
  }

  70% {
    top: -5px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  to {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

@keyframes moveLike {
  0% {
    opacity: 1;
    top: 0;
  }

  40% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    top: 0;
  }

  70% {
    top: -5px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  to {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

@-webkit-keyframes moveLamp {
  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  50% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}

@keyframes moveLamp {
  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }

  50% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}

@-webkit-keyframes movement_pl {
  0% {
    margin-left: -1700px;
  }

  to {
    margin-left: 950px;
  }
}

@keyframes movement_pl {
  0% {
    margin-left: -1700px;
  }

  to {
    margin-left: 950px;
  }
}

@-webkit-keyframes movement_pr {
  0% {
    margin-left: 950px;
  }

  to {
    margin-left: -1700px;
  }
}

@keyframes movement_pr {
  0% {
    margin-left: 950px;
  }

  to {
    margin-left: -1700px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a,
body {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

body {
  background: #fff;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

.wrap {
  margin: 0 auto;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.text-gradient {
  background: -o-linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  background: linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.header__menu a:after,
h2 {
  background: -o-linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  background: linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
}

h1,
h3,
h4,
h5,
h6 {
  background: -o-linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  background: linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.header__menu a:hover:after,
.logo img,
.w100 {
  width: 100%;
}

.d-block {
  display: block;
}

.d-inblock {
  display: inline-block;
}

.lefter {
  float: left;
}

.bolder {
  font-weight: 700;
}

.header__menu a,
.upper {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.container {
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px;
}

.cols-4 {
  width: 25%;
}

.cols-3 {
  width: 33%;
}

.cols-2 {
  width: 50%;
}

.center-x-y,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
}

.center-x-y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.justify-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-left {
  margin-left: auto;
}

.m-right {
  margin-right: auto;
}

.logo {
  width: 223px;
}

.item-parallax {
  height: 100%;
}

.header {
  background: url(../img/mainbg.svg) no-repeat top center;
  background-size: cover;
  min-height: 470px;
  overflow: hidden;
}

.header__parallax {
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
}

.header__parallax img,
.header__parallax svg {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__menu li {
  margin-right: 20px;
}

.header__menu a:after {
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  position: relative;
  top: 5px;
}

.header__lang a {
  margin-left: 5px;
  margin-right: 5px;
}

.header__lang img {
  max-width: 17px;
}

.top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.72);
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top.fixed .logo {
  width: 150px;
}

.top {
  padding-top: 15px;
  z-index: 2;
}

.top .container {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.header,
.header-wrap,
.header-wrap__bottom,
.top {
  position: relative;
}

.arrow-block {
  display: block;
}

.arrow-block img {
  width: 20px;
}

.header-wrap__bottom {
  min-height: 250px;
}

.header-wrap__pic {
  position: absolute;
  width: 394px;
}

.header-wrap__pic>img,
.header-wrap__pic>object,
.header-wrap__pic>svg {
  width: 100%;
}

.header-wrap__pic-top {
  bottom: 100%;
}

.header-wrap__pic-right {
  right: 0;
}

.header-wrap__pic-left {
  left: 0;
}

.header-wrap__pic-bottom {
  bottom: 0;
}

.header-wrap__pic-main {
  display: block;
  margin-bottom: 30px;
  width: 150px;
}

.header-wrap__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 30px;
  text-align: center;
}

.header-wrap__arrow .dragon {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-bottom: 120px;
}

.header-wrap__pic-link {
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.header-wrap__pic-link:hover .animateDesktopFadeout {
  -webkit-animation: animateDesktopFadeout 0.3s;
  animation: animateDesktopFadeout 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header-wrap__pic-link:hover .animateDesktopFadein {
  -webkit-animation: animateDesktopFadein 0.3s;
  animation: animateDesktopFadein 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.header-wrap__pic-link-1 {
  top: 56px;
  left: 122px;
  width: 60px;
}

.header-wrap__pic-link-2 {
  top: 60px;
  left: 210px;
  width: 58px;
}

.header-wrap__pic-link-3 {
  top: 25%;
  left: 36%;
}

.header-wrap__pic-link-3 .decktop-1-1 {
  top: 35%;
}

.header-wrap__pic-link-4 {
  top: 37%;
  right: 11%;
  width: 40px;
}

.arrow-animate {
  position: relative;
  -webkit-animation: moveArrow 2s infinite;
  animation: moveArrow 2s infinite;
}

.animateDesktopFadein {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}

.decktop-1 {
  width: 80%;
}

.decktop-1-1 {
  position: absolute;
}

.section-bottom {
  padding: 30px;
}

.strategy {
  padding: 50px;
}

.strategy__content {
  width: 100%;
  margin-top: -20px;
  height: 600px;
}

.strategy__item {
  position: absolute;
}

.strategy__item img {
  position: relative;
  top: 0;
  display: block;
}

.strategy__item-man {
  top: 25%;
}

.strategy__item-graph {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 34%;
}

.strategy__item-people {
  right: 0;
  top: 25%;
}

.strategy__content-item {
  position: absolute;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.strategy__content-item-1 {
  top: 8%;
  left: 8%;
}

.strategy__content-item-1 .strategy__content-text {
  width: 100px;
}

.strategy__content-item-2 {
  top: 18%;
  left: 28%;
}

.strategy__content-item-2 .strategy__content-text {
  width: 180px;
}

.strategy__content-item-3 {
  top: 23%;
  left: 64%;
}

.strategy__content-item-3 .strategy__content-text,
.strategy__content-item-4 .strategy__content-text {
  width: 150px;
}

.strategy__content-item-4 {
  top: 8%;
  left: 80%;
}

.strategy__content-count {
  font-size: 350%;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  margin-top: -5px;
}

.strategy__item-lamp1 {
  top: 11%;
  left: 56%;
}

.strategy__item-like1 {
  top: -4%;
  left: 88%;
}

.strategy__item-like1:hover img,
.strategy__item-like2 img:hover {
  -webkit-animation: moveLike 2s infinite;
  animation: moveLike 2s infinite;
}

.strategy__item-like2 {
  z-index: 3;
  top: 63%;
  left: 18%;
}

.strategy__item-doc {
  top: 53%;
  left: 78%;
}

.strategy__item-lamp2 {
  top: 78%;
  left: 10%;
}

.strategy__item-lamp3 {
  top: 85%;
  left: 90%;
}

.arrow-left,
.arrow-right {
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  right: 0;
}

.tactic {
  font-size: 20px;
}

.tactic__items {
  padding: 0 20px;
}

.tactic__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.tactic__item:hover .arrow-left {
  left: -5px;
}

.tactic__item:hover .arrow-right {
  left: 5px;
}

.tactic__item-content {
  position: relative;
  width: 50px;
  display: table;
}

.tactic__item-2,
.tactic__item-4,
.tactic__item-6 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tactic__item-2 .tactic__item-content {
  top: 48px;
}

.tactic__item-3 .tactic__item-content {
  top: 40px;
}

.tactic__item-4 .tactic__item-content {
  top: -20px;
}

.quad-icon {
  width: 30px;
  height: 30px;
  border: 2px solid #802d64;
}

.quad-icon-sm1 {
  width: 15px;
  height: 15px;
  background: #802d64;
}

.quad-icon-sm2 {
  width: 15px;
  height: 15px;
  background: #cd6e95;
}

.branding {
  padding-bottom: 50px;
  padding-top: 50px;
}

.branding__icon-1,
.branding__icon-2,
.branding__icon-3,
.branding__icon-4,
.branding__icon-5,
.branding__icon-6 {
  position: absolute;
  top: 2%;
  left: 27%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.branding__icon-2,
.branding__icon-3,
.branding__icon-4,
.branding__icon-5,
.branding__icon-6 {
  top: 24%;
  left: 87%;
}

.branding__icon-3,
.branding__icon-4,
.branding__icon-5,
.branding__icon-6 {
  top: 46%;
}

.branding__icon-4,
.branding__icon-5,
.branding__icon-6 {
  top: 20%;
  left: 5%;
}

.branding__icon-5,
.branding__icon-6 {
  top: 46%;
}

.branding__icon-6 {
  top: 10%;
  left: 32%;
}

.branding__items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.branding__item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 10px;
  font-size: 20px;
  position: relative;
}

.branding__item:hover .branding__icon-1 {
  -webkit-animation: rotate 1s linear infinite forwards;
  animation: rotate 1s linear infinite forwards;
}

.branding__item:hover .branding__icon-2 {
  -webkit-animation: rotate 0.5s linear infinite forwards;
  animation: rotate 0.5s linear infinite forwards;
}

.branding__item:hover .branding__icon-3 {
  -webkit-animation: rotate 1s linear infinite forwards;
  animation: rotate 1s linear infinite forwards;
}

.branding__item:hover .branding__icon-4 {
  -webkit-animation: rotate 2s linear infinite forwards;
  animation: rotate 2s linear infinite forwards;
}

.branding__item:hover .branding__icon-5 {
  -webkit-animation: rotate 0.5s linear infinite forwards;
  animation: rotate 0.5s linear infinite forwards;
}

.branding__item:hover .branding__icon-6 {
  -webkit-animation: rotate 1s linear infinite forwards;
  animation: rotate 1s linear infinite forwards;
}

.branding__item:hover .brandlamp .color {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  fill: #f8ee10;
}

.branding__item-1 .branding__item-text {
  text-align: right;
  position: relative;
  left: -30px;
}

.branding__item-2 .branding__item-text {
  position: relative;
  left: 40px;
}

.branding__item-text {
  width: 130px;
  display: table;
  margin: -80px auto 0;
}

.contacts {
  background: #d7eefc;
  padding: 70px 0;
}

.s-form-nav__title {
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.s-form-nav .hide-form-wrap::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAFcNtxbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA5M0I4OUZDNUVCNzExRUE4Q0Y2QUQwOEQxMjBBOEM1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA5M0I4OUZCNUVCNzExRUE4Q0Y2QUQwOEQxMjBBOEM1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMGI3ZTc1Zi03MDQ0LTVlNDItODE1NC1jYTQ3Y2M3NTdkN2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyMDJjODMxMS00NDkwLTUwNDYtYmZjNC01OWQ2MDJhZTA5ODgiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5QcmludDwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5HRNTgAAArxJREFUeNpiUF7/hEtp1X2G////M7AwMDB8+/fty3/p+rUMAAHECJSZ8Pfd64Jf924tYmH4+1fx76eP/5+2hDECBBBYBqg0/9+3rxv+fXwf+Of9m/9/P7wD6y/4//NHwb8vnzb+/fTh/5Mqb0agGANAAI7FIAVAGAaCa//Qkz7ND/lJT6WnUhAUkpomJh6WgWUmiuLc9Lkxr47Z2xn2aiJmgxevzIcUNuSFDT+InJwTVKG/xVCmXI+9fQKwPMY2AMIwEPQSYSwEFQtlFXpgJxpEbUcE2fxbFJEl+3Sn0HmBLgwA2KI/MxUAJEzFTcObSjRL7YB34J8Sb58AB4wru/63aWeO5pQC4mLHcXQzmNLKWc663GQ+AaggYxsEYhiKWqnIHtT0NwYNoqGgQwhGoLzmCgoo2Ib6NmADGAFOxDH/c3Gks2R9JXmOv034Al0i57Ax2Jceh3/bAp+ge5wXHPkoY6CvRlP9iCZYSgK9QXdYteD+EcTDMgd842E2Bb1Q74TjyGZWM1lwnYKpf523K8IY1yL3ynYFOFgBof2z2zT8MBQL8Em/FRBxsF037jRUC1lrgYPQCjJ+ArRJ7TYIw0DUQhEKA9DTMgIdC+TTIAQFdRqmoKBgAMQIQULAFDAIvyIbxLF5d3YcB3LSKSc7fvfeu6utW4t2XEBtARDjTEOPBmfAaD8oy3KPXclsbTTK8kQs5uI3tE7ZRVWd8Q2tzQxuam5CzmqcZaahR6CqpgQ8Ql7bwIolAyQl1zU1qGSfp+ABCul5ZxP/3EBo7FYOESJzMIwB5Ji5x9LJFI1sk4Jq+Iz76L1b8XoGHk+MXCWapascnePaAv3nczNh5B130Wu7LHzRgeerkY+Jg3GCb4gHaCBjJ9MCagcoo+dmVoiO6LVBeZVqG2gjEuQAQAdIfuDsA8AjzoaoJ8hOUIovapKpWcZcXvAAAAAASUVORK5CYII=);
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.s-form-nav__dropdown,
.s-form-nav__title {
  padding-bottom: 30px;
}

.s-form-nav__dropdown-item {
  font-size: 20px;
  position: relative;
  padding-left: 3.09524rem;
  padding-top: 0.47619rem;
  padding-bottom: 0.47619rem;
  cursor: pointer;
}

.s-form-nav__dropdown-item.s-form-nav__dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.5rem;
  height: 0.19048rem;
  background-color: currentColor;
}

.s-form-nav__dropdown-item.s-form-nav__dropdown-item::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAFcNtxbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA/xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjVEMjA4OTI0OTNCRkRCMTE5MTRBODU5MEQzMTUwOEM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA5M0I4OUZDNUVCNzExRUE4Q0Y2QUQwOEQxMjBBOEM1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA5M0I4OUZCNUVCNzExRUE4Q0Y2QUQwOEQxMjBBOEM1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMGI3ZTc1Zi03MDQ0LTVlNDItODE1NC1jYTQ3Y2M3NTdkN2QiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyMDJjODMxMS00NDkwLTUwNDYtYmZjNC01OWQ2MDJhZTA5ODgiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5QcmludDwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5HRNTgAAArxJREFUeNpiUF7/hEtp1X2G////M7AwMDB8+/fty3/p+rUMAAHECJSZ8Pfd64Jf924tYmH4+1fx76eP/5+2hDECBBBYBqg0/9+3rxv+fXwf+Of9m/9/P7wD6y/4//NHwb8vnzb+/fTh/5Mqb0agGANAAI7FIAVAGAaCa//Qkz7ND/lJT6WnUhAUkpomJh6WgWUmiuLc9Lkxr47Z2xn2aiJmgxevzIcUNuSFDT+InJwTVKG/xVCmXI+9fQKwPMY2AMIwEPQSYSwEFQtlFXpgJxpEbUcE2fxbFJEl+3Sn0HmBLgwA2KI/MxUAJEzFTcObSjRL7YB34J8Sb58AB4wru/63aWeO5pQC4mLHcXQzmNLKWc663GQ+AaggYxsEYhiKWqnIHtT0NwYNoqGgQwhGoLzmCgoo2Ib6NmADGAFOxDH/c3Gks2R9JXmOv034Al0i57Ax2Jceh3/bAp+ge5wXHPkoY6CvRlP9iCZYSgK9QXdYteD+EcTDMgd842E2Bb1Q74TjyGZWM1lwnYKpf523K8IY1yL3ynYFOFgBof2z2zT8MBQL8Em/FRBxsF037jRUC1lrgYPQCjJ+ArRJ7TYIw0DUQhEKA9DTMgIdC+TTIAQFdRqmoKBgAMQIQULAFDAIvyIbxLF5d3YcB3LSKSc7fvfeu6utW4t2XEBtARDjTEOPBmfAaD8oy3KPXclsbTTK8kQs5uI3tE7ZRVWd8Q2tzQxuam5CzmqcZaahR6CqpgQ8Ql7bwIolAyQl1zU1qGSfp+ABCul5ZxP/3EBo7FYOESJzMIwB5Ji5x9LJFI1sk4Jq+Iz76L1b8XoGHk+MXCWapascnePaAv3nczNh5B130Wu7LHzRgeerkY+Jg3GCb4gHaCBjJ9MCagcoo+dmVoiO6LVBeZVqG2gjEuQAQAdIfuDsA8AjzoaoJ8hOUIovapKpWcZcXvAAAAAASUVORK5CYII=);
  position: absolute;
  right: 0;
  top: 12px;
}

.form-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.form-wrap input {
  border: 0;
}

.form-wrap input,
.form-wrap textarea {
  width: 100%;
  background: 0 0;
  padding: 5px 15px;
  color: 0;
  letter-spacing: 1px;
  margin-bottom: 30px;
  outline: 0;
  font-family: "Roboto", sans-serif;
}

.form-wrap input::-webkit-input-placeholder,
.form-wrap textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
}

.form-wrap input::-moz-placeholder,
.form-wrap textarea::-moz-placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
}

.form-wrap input:-ms-input-placeholder,
.form-wrap input::-ms-input-placeholder,
.form-wrap textarea:-ms-input-placeholder,
.form-wrap textarea::-ms-input-placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  color: #000;
  font-family: "Roboto", sans-serif;
}

.form-wrap input {
  border-bottom: 1px solid #272727;
}

.form-wrap textarea {
  border: 1px solid #272727;
  min-height: 200px;
  resize: none;
  font-size: 14px;
}

.form-wrap__head {
  font-size: 14px;
  padding: 5px 15px;
}

.form-wrap__btn {
  background: -o-linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  background: linear-gradient(45deg, #23afe4 33%, #166792 66%, #8aa9d6);
  border: 0;
  outline: 0;
  color: #fff;
  text-align: center;
  width: 180px;
  padding: 15px 0;
  font-size: 17px;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

.footer {
  background: #d7eefc;
  padding: 40px 0;
  font-size: 12px;
}

.plane_left,
.plane_right {
  position: absolute;
  left: 50%;
  width: 639px;
  z-index: 3;
}

.plane_left {
  background: url(../img/plane_left.svg) no-repeat;
  top: 255px;
  height: 55px;
  margin-left: -589px;
  -webkit-animation: movement_pl 25s infinite;
  animation: movement_pl 25s infinite;
}

.plane_right {
  top: 123px;
  height: 52px;
  background: url(../img/plane_right.svg) no-repeat;
  margin-left: 373px;
  -webkit-animation: movement_pr 30s infinite;
  animation: movement_pr 30s infinite;
}

.lamp:hover {
  -webkit-animation: moveLamp 1s;
  animation: moveLamp 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.lamp:hover .fil2,
.lamp:hover .fil4 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  fill: #e0f518b5;
}

.lamp:hover .fil4 {
  fill: #ddc03d;
}

.tactic__item-5,
.tactic__item-6 {
  display: flex;
}

.svg-new {
  width: 75%;
}

.text-new {
  width: 20%;
}

.text-new-1 {
  margin-left: -45px;
}

.tactic__item-text-2 {
  padding-top: 40px;
}

.title__container {
  display: flex;
  justify-content: space-evenly;
  gap: 0 15px;
}

.tactic__item {
  display: flex;
  flex-wrap: nowrap;
}

.conslting {
  display: flex;
  align-items: center;
}

.conslting__image {
  width: 85%;
}

.conslting__info {
  padding-top: 30px;
}

/* .svg-correct {
  width: 30%;
} */

/*-------------------------------------------------------------------*/
@media (min-width: 1270px) {
  .header-wrap {
    height: 100vh;
  }

  .header {
    min-height: 70%;
  }

  .header-wrap__arrow {
    padding-bottom: 60px;
  }
}

@media (max-width: 1270px) {
  .container {
    width: 950px;
  }

  .strategy__item-man {
    width: 25%;
  }

  .strategy__item-people {
    width: 17%;
  }

  .strategy__content {
    height: 500px;
  }

  .strategy__item-graph {
    width: 50%;
  }

  .strategy__content-item {
    font-size: inherit;
  }

  .tactic__item-img {
    width: 100%;
  }

  .tactic__item-text {
    width: 40%;
  }

  .header-wrap__arrow .dragon {
    display: none;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 700px;
  }

  body {
    font-size: 15px;
  }

  .header__menu li {
    margin-right: 20px;
  }

  .logo {
    width: 180px;
  }

  .header-wrap__pic {
    width: 284px;
  }

  .header-wrap__pic-link-1 {
    top: 30%;
    left: 30%;
    width: 17%;
  }

  .header {
    min-height: 330px;
  }

  .header-wrap__pic-main {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .header-wrap__bottom {
    min-height: 180px;
  }

  .header-wrap__pic-link-3 {
    top: 22%;
    left: 32%;
  }

  .header-wrap__pic-link-2 {
    top: 32%;
    left: 52%;
    width: 16%;
  }

  .header-wrap__pic-link:hover .animateDesktopFadein,
  .header-wrap__pic-link:hover .animateDesktopFadeout {
    -webkit-animation: none;
    animation: none;
  }

  .decktop-1 {
    width: 70%;
  }

  .header-wrap__pic-link-4 {
    top: 36%;
    right: 9%;
    width: 14%;
  }

  .lamp {
    width: 40px;
  }

  .strategy__content {
    height: 320px;
  }

  .strategy__item-graph {
    top: 20%;
  }

  .strategy__content-item-1 .strategy__content-text,
  .strategy__content-item-2 .strategy__content-text,
  .strategy__content-item-3 .strategy__content-text,
  .strategy__content-item-4 .strategy__content-text,
  .strategy__content-item-5 .strategy__content-text,
  .strategy__content-item-6 .strategy__content-text {
    width: 130px;
  }

  .strategy__item-man,
  .strategy__item-people {
    top: 30%;
  }

  .branding__item img,
  .branding__item svg,
  .tactic__item-content,
  .tactic__item-img,
  .tactic__item-text {
    width: 100%;
  }

  .tactic__item-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }

  .tactic__item-2 .tactic__item-content,
  .tactic__item-3 .tactic__item-content {
    top: auto;
  }

  .tactic {
    font-size: inherit;
  }

  .tactic .arrow-left,
  .tactic .arrow-right {
    display: none;
  }

  .tactic__item {
    margin-top: 30px;
  }

  .tactic__item-content {
    text-align: center;
  }

  .branding__item {
    width: 40%;
    font-size: inherit;
  }

  .branding__item-text {
    margin-top: -10px;
  }

  .strategy {
    padding-left: 0;
    padding-right: 0;
  }

  .branding__item .brandlamp {
    width: 93%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .container {
    width: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-wrap__pic,
  .strategy__item {
    display: none;
  }

  .top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__menu li {
    margin-right: 10px;
  }

  .logo {
    margin-bottom: 20px;
  }

  .strategy__content {
    margin-top: 30px;
    height: auto;
  }

  .strategy__content .strbg {
    display: none;
  }

  .strategy__content-item {
    position: static;
    width: 200px;
    margin: 20px auto;
  }

  .strategy__content-item-1 .strategy__content-text {
    width: 100%;
  }

  .strategy__content-count {
    color: #1b84b3;
    margin-right: 20px;
  }

  .s-form-nav__dropdown-item,
  .strategy__content-text {
    font-size: 17px;
  }

  .quad-icon,
  .quad-icon-sm1,
  .quad-icon-sm2 {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }

  .header {
    min-height: 520px;
  }

  .header-wrap__pic-main {
    width: 70%;
  }

  .header__menu {
    display: none;
  }

  .s-form-nav .hide-form-wrap::after {
    top: 2px;
  }

  .s-form-nav__title {
    font-size: 20px;
  }

  .text-center {
    font-size: 30px;
  }
}

@media (max-width: 413px) {
  .container {
    width: 300px;
  }

  .title__container {
    justify-content: space-between;
  }

  .header {
    min-height: 70vh;
  }

  .header__menu {
    display: none;
  }

  .header-wrap {
    min-height: 100vh;
  }

  .header-wrap__pic-main {
    width: auto;
    height: 60vh;
  }

  .header-wrap__arrow {
    padding-bottom: 50px;
  }

  .branding__item-2 .branding__item-text {
    left: 0;
  }

  .branding__item-text {
    margin-top: 10px;
  }

  .branding__item-1 .branding__item-text {
    left: -20px;
  }
}

@media (max-width: 1300px) {}

@media (max-width: 1020px) {
  .svg-new {
    max-width: 65%;
  }

  .text-new-1 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .d-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .conslting {
    flex-wrap: nowrap;
  }

  .svg-new {
    max-width: 100%;
  }

  .tactic__item-text-2 {
    padding-top: 0;
  }

  .conslting__info {
    padding-top: 0;
  }

  .consalting .tactic__item-content {
    margin-top: 0;
  }

  .tactic__item-2 .tactic__item-text {
    font-size: 14px;
    margin-left: 12px;
  }
}

/*
.conslting__svg path {
  cursor: pointer;
  transition: all 0.5s;

}

.conslting__svg path:hover {
  transform: scale(1.05);

}

.conslting__svg foreignobject {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}

.conslting__svg path:hover~foreignObject {
  display: block;
  opacity: 1;
  transition: all 0.5s;
} */

.etor {
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

.header-wrap__pic-main {
  width: 50%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.port {
  position: absolute;
  width: 50px !important;
  left: 95px;
  bottom: -5px;
}

.tactic__item-6 {}

.tactic__item-6 .tactic__item-text {
  padding-top: 50px;
}

.tactic__item-5 .text-new {
  margin-bottom: 27px;
}

.text-correct {
  margin-bottom: 50px;
}

.text-correct-2 {
  padding-top: 15px;
}

@media (max-width: 1270px) {
  .header-wrap__pic-main {
    width: 40%;
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .text-correct {
    margin-bottom: 0;
  }

  .text-correct-2 {
    padding-top: 0;
  }

  .tactic__item-6 .tactic__item-text {
    padding-top: 0;
  }

  .tactic__item-5 .text-new {
    margin-bottom: 0;
  }

  .tactic__item-6 {
    margin-right: 0;
  }

  .svg-new-6 {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .header-wrap__pic-main {
    width: 128%;
    padding-bottom: 0;
  }

  .svg-new-6 {
    width: 100%;
  }
}

.conslting__image img {
  max-width: 100%;
}

/* .svg-arrow {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s;
}

.blockchein-svg:hover .svg-arrow {
  stroke-dashoffset: 0;
}
.blockchein-svg:hover .line-progress {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 100%;
  stroke-dashoffset: 100%;
  animation: draw-line 2s linear forwards;
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
} */

#e9QJNehOL4G63_ts {
  animation: e9QJNehOL4G63_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G63_ts__ts {
  0% {
    transform: translate(105.679992px, 202.213448px) scale(3.802263, 0.02385);
  }

  50% {
    transform: translate(105.679992px, 202.213448px) scale(3.802263, 0.871013);
  }

  100% {
    transform: translate(105.679992px, 202.213448px) scale(3.802263, 0.871013);
  }
}

#e9QJNehOL4G74_ts {
  animation: e9QJNehOL4G74_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G74_ts__ts {
  0% {
    transform: translate(144.270259px, 162.203284px) rotate(-61.74999deg) scale(1.109953, 0.171531);
  }

  57.142857% {
    transform: translate(144.270259px, 162.203284px) rotate(-61.74999deg) scale(1.109953, 1.006177);
  }

  100% {
    transform: translate(144.270259px, 162.203284px) rotate(-61.74999deg) scale(1.109953, 1.006177);
  }
}

#e9QJNehOL4G136_tr {
  animation: e9QJNehOL4G136_tr__tr 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G136_tr__tr {
  0% {
    transform: translate(349.476513px, 179.452981px) rotate(11.494459deg);
  }

  71.428571% {
    transform: translate(349.476513px, 179.452981px) rotate(6.965323deg);
  }

  100% {
    transform: translate(349.476513px, 179.452981px) rotate(6.965323deg);
  }
}

#e9QJNehOL4G185_ts {
  animation: e9QJNehOL4G185_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G185_ts__ts {
  0% {
    transform: translate(231.29456px, 62.487793px) rotate(-30.399633deg) scale(0.269182, 1);
  }

  21.428571% {
    transform: translate(231.29456px, 62.487793px) rotate(-30.399633deg) scale(0.269182, 1);
  }

  71.428571% {
    transform: translate(231.29456px, 62.487793px) rotate(-30.399633deg) scale(0.97692, 0.835022);
  }

  100% {
    transform: translate(231.29456px, 62.487793px) rotate(-30.399633deg) scale(0.97692, 0.835022);
  }
}

#e9QJNehOL4G190_to {
  animation: e9QJNehOL4G190_to__to 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G190_to__to {
  0% {
    transform: translate(219.692913px, 95.861908px);
  }

  12.142857% {
    transform: translate(220.379993px, 82.988743px);
  }

  64.285714% {
    transform: translate(220.191433px, 64.319999px);
  }

  100% {
    transform: translate(220.191433px, 64.319999px);
  }
}

#e9QJNehOL4G196_ts {
  animation: e9QJNehOL4G196_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G196_ts__ts {
  0% {
    transform: translate(146.033695px, 119.870049px) scale(0.273558, 0.294789);
  }

  71.428571% {
    transform: translate(146.033695px, 119.870049px) scale(0.973619, 0.824191);
  }

  100% {
    transform: translate(146.033695px, 119.870049px) scale(0.973619, 0.824191);
  }
}

#e9QJNehOL4G214 {
  animation: e9QJNehOL4G214_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G214_c_o {
  0% {
    opacity: 0;
  }

  21.428571% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G215 {
  animation: e9QJNehOL4G215_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G215_c_o {
  0% {
    opacity: 0;
  }

  14.285714% {
    opacity: 0;
  }

  35.714286% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G216 {
  animation: e9QJNehOL4G216_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G216_c_o {
  0% {
    opacity: 0;
  }

  21.428571% {
    opacity: 0;
  }

  28.571429% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G217 {
  animation: e9QJNehOL4G217_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G217_c_o {
  0% {
    opacity: 0;
  }

  21.428571% {
    opacity: 0;
  }

  35.714286% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G218 {
  animation: e9QJNehOL4G218_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G218_c_o {
  0% {
    opacity: 0;
  }

  28.571429% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G219 {
  animation: e9QJNehOL4G219_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G219_c_o {
  0% {
    opacity: 0;
  }

  35.714286% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G220 {
  animation: e9QJNehOL4G220_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G220_c_o {
  0% {
    opacity: 0;
  }

  35.714286% {
    opacity: 0;
  }

  64.285714% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G221 {
  animation: e9QJNehOL4G221_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G221_c_o {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  71.428571% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G222 {
  animation: e9QJNehOL4G222_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G222_c_o {
  0% {
    opacity: 0;
  }

  57.142857% {
    opacity: 0;
  }

  78.571429% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G223 {
  animation: e9QJNehOL4G223_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G223_c_o {
  0% {
    opacity: 0;
  }

  64.285714% {
    opacity: 0;
  }

  78.571429% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G224 {
  animation: e9QJNehOL4G224_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G224_c_o {
  0% {
    opacity: 0;
  }

  64.285714% {
    opacity: 0;
  }

  85.714286% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G225 {
  animation: e9QJNehOL4G225_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G225_c_o {
  0% {
    opacity: 0;
  }

  71.428571% {
    opacity: 0;
  }

  85.714286% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G226 {
  animation: e9QJNehOL4G226_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G226_c_o {
  0% {
    opacity: 0;
  }

  71.428571% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G227 {
  animation: e9QJNehOL4G227_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G227_c_o {
  0% {
    opacity: 0;
  }

  78.571429% {
    opacity: 0;
  }

  92.857143% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G228 {
  animation: e9QJNehOL4G228_c_o 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G228_c_o {
  0% {
    opacity: 0;
  }

  64.285714% {
    opacity: 0;
  }

  85.714286% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#e9QJNehOL4G307_ts {
  animation: e9QJNehOL4G307_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G307_ts__ts {
  0% {
    transform: translate(349.024994px, 86.748867px) scale(1, 1);
  }

  57.142857% {
    transform: translate(349.024994px, 86.748867px) scale(1.307739, 1.235985);
  }

  100% {
    transform: translate(349.024994px, 86.748867px) scale(1.307739, 1.235985);
  }
}

#e9QJNehOL4G314_to {
  animation: e9QJNehOL4G314_to__to 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G314_to__to {
  0% {
    transform: translate(268.363437px, 113.282393px);
  }

  42.857143% {
    transform: translate(268.363437px, 113.282393px);
  }

  78.571429% {
    transform: translate(285.428885px, 106.9px);
  }

  100% {
    transform: translate(285.428885px, 106.9px);
  }
}

#e9QJNehOL4G324_ts {
  animation: e9QJNehOL4G324_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G324_ts__ts {
  0% {
    transform: translate(134.000031px, 75.002699px) scale(1, 1);
  }

  14.285714% {
    transform: translate(134.000031px, 75.002699px) scale(1, 1);
  }

  57.142857% {
    transform: translate(134.000031px, 75.002699px) scale(1.414739, 1.381301);
  }

  100% {
    transform: translate(134.000031px, 75.002699px) scale(1.414739, 1.381301);
  }
}

#e9QJNehOL4G331_ts {
  animation: e9QJNehOL4G331_ts__ts 1400ms linear 1 normal forwards;
}

@keyframes e9QJNehOL4G331_ts__ts {
  0% {
    transform: translate(249.665024px, 158.598862px) scale(1, 1);
  }

  28.571429% {
    transform: translate(249.665024px, 158.598862px) scale(1, 1);
  }

  78.571429% {
    transform: translate(249.665024px, 158.598862px) scale(1.388206, 1.408132);
  }

  100% {
    transform: translate(249.665024px, 158.598862px) scale(1.388206, 1.408132);
  }
}

.anim111 {
  height: 300px;
  display: none;
}

.tactic__item-5 {}

.anim112 {
  transition: 0.5s;

  top: 0;
  left: -80px;
}

.tactic__item-img:hover .anim111 {
  display: block;
}

.tactic__item-img:hover .anim112 {
  display: none;
}

.anim112 {
  height: 300px;
}

.ggggg {
  /* transform: translateX(50px); */
}

.animation1 {
  width: 150%;
  display: block;
}

.animation2 {
  width: 150%;
  display: none;
}

.trade__international-img:hover .animation1 {
  display: none;
}

.trade__international-img:hover .animation2 {
  display: block;
}

.conslting__image:hover .conslting__active {
  display: none;
}

.conslting__image:hover .conslting__none {
  display: block;
}

.conslting__active {
  display: block;
}

.conslting__none {
  display: none;
}

@media (max-width: 1441px) {
  .tactic__item-6 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .anim112 {
    width: 120%;
    height: 100%;
  }

  .anim111 {
    width: 120%;
    height: 100%;
  }

  .animation1 {
    width: 120%;
  }

  .tactic__item-6 {
    margin-top: 0px;
  }

  .animation2 {
    width: 120%;
  }
}

@media (max-width: 425px) {
  .margin-top0 {
    margin-top: 0px !important;
  }

  /* .conslting__active {
    display: block !important;
  }

  .conslting__none {
    display: none !important;
  } */
}

@media (max-width: 767px) {
  .header-wrap__pic-main {
    position: relative;
    left: -28px;
    bottom: 0;
  }

  /* .mt {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
  } */
  .tactic__item-4 .tactic__item-content {
    top: 0;
  }

  .trade__international-img {
    margin-top: 23px;
  }

  .tactic__item-6 .tactic__item-text {
    margin-top: 28px !important;
  }


}

@media (max-width: 422px) {
  .header-wrap__pic-main {
    position: relative;
    width: 84%;
    left: 24px;
    bottom: 0;
  }

  .header-wrap__arrow {
    left: 25%;
    transform: translateX(-25%);
  }
}

@media (max-width: 412px) {
  .header-wrap__pic-main {
    position: relative;
    width: 120%;
    left: -8px;
    bottom: -30px;
  }
}

.icons {}

.icons img {
  position: absolute;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  height: auto;
}

.be {
  top: 19%;
  right: 26%;
}

.tt {
  top: 25%;
  right: 23%;
}

.tw {
  top: 23%;
  right: 18%;
}

.red {
  top: 13%;
  right: 19%;
}

.vk {
  top: 17%;
  right: 13%;
}

.tg {
  top: 28%;
  right: 13%;
}

.lin {
  top: 22%;
  right: 7%;

}

.icons.active .be {
  animation-name: be;
}

.icons.active .tt {
  animation-name: tt;
}

.icons.active .tw {
  animation-name: tw;
}

.icons.active .red {
  animation-name: red;
}

.icons.active .vk {
  animation-name: vk;
}

.icons.active .tg {
  animation-name: tg;
}

.icons.active .lin {
  animation-name: lin;
}

@keyframes be {
  0% {
    top: 19%;
    right: 26%;
  }

  50% {
    top: 16%;
    right: 23%;
  }

  100% {
    top: 19%;
    right: 26%;
  }
}

@keyframes tt {
  0% {
    top: 25%;
    right: 23%;
  }

  50% {
    top: 22%;
    right: 24%;
  }

  100% {
    top: 25%;
    right: 23%;
  }
}

@keyframes tw {
  0% {
    top: 23%;
    right: 18%;
  }

  50% {
    top: 21%;
    right: 16%;
  }

  100% {
    top: 23%;
    right: 18%;
  }
}

@keyframes red {
  0% {
    top: 13%;
    right: 19%;
  }

  50% {
    top: 11%;
    right: 16%;
  }

  100% {
    top: 13%;
    right: 19%;
  }
}

@keyframes vk {
  0% {
    top: 17%;
    right: 13%;
  }

  50% {
    top: 11%;
    right: 10%;
  }

  100% {
    top: 17%;
    right: 13%;
  }
}

@keyframes tg {
  0% {
    top: 28%;
    right: 13%;
  }

  50% {
    top: 16%;
    right: 12%;
  }

  100% {
    top: 28%;
    right: 13%;
  }
}

@keyframes lin {
  0% {
    top: 22%;
    right: 7%;
  }

  50% {
    top: 17%;
    right: 6%;
  }

  100% {
    top: 22%;
    right: 7%;
  }
}

@media (max-width:767px) {
  .be {
    top: 13%;
    right: 37%;
    width: 12px;
  }

  .tt {
    top: 18%;
    right: 35%;
    width: 9px;
  }

  .tw {
    top: 14%;
    right: 28%;
    width: 10px;
  }

  .red {
    top: 7%;
    right: 23%;
    width: 12px;
  }

  .vk {
    top: 13%;
    right: 16%;
    width: 10px;
  }

  .tg {
    top: 18%;
    right: 19%;
    width: 9px;
  }

  .lin {
    top: 18%;
    right: 10%;
    width: 9px;
  }

  @keyframes be {
    0% {
      top: 13%;
      right: 37%;
    }

    50% {
      top: 12%;
      right: 35%;
    }

    100% {
      top: 13%;
      right: 37%;
    }
  }

  @keyframes tt {
    0% {
      top: 18%;
      right: 35%;
    }

    50% {
      top: 16%;
      right: 31%;
    }

    100% {
      top: 18%;
      right: 35%;
    }
  }

  @keyframes tw {
    0% {
      top: 14%;
      right: 28%;
    }

    50% {
      top: 10%;
      right: 26%;
    }

    100% {
      top: 14%;
      right: 28%;
    }
  }

  @keyframes red {
    0% {
      top: 7%;
      right: 23%;
    }

    50% {
      top: 6%;
      right: 21%;
    }

    100% {
      top: 7%;
      right: 23%;
    }
  }

  @keyframes vk {
    0% {
      top: 13%;
      right: 16%;
    }

    50% {
      top: 10%;
      right: 14%;
    }

    100% {
      top: 13%;
      right: 16%;
    }
  }

  @keyframes tg {
    0% {
      top: 18%;
      right: 19%;
    }

    50% {
      top: 16%;
      right: 15%;
    }

    100% {
      top: 18%;
      right: 19%;
    }
  }

  @keyframes lin {
    0% {
      top: 18%;
      right: 10%;
    }

    50% {
      top: 16%;
      right: 8%;
    }

    100% {
      top: 18%;
      right: 10%;
    }
  }
}

@media (max-width:413px) {
  .icons.active-mob .be {
    animation-name: be;
  }

  .icons.active-mob .tt {
    animation-name: tt;
  }

  .icons.active-mob .tw {
    animation-name: tw;
  }

  .icons.active-mob .red {
    animation-name: red;
  }

  .icons.active-mob .vk {
    animation-name: vk;
  }

  .icons.active-mob .tg {
    animation-name: tg;
  }

  .icons.active-mob .lin {
    animation-name: lin;
  }

  .be {
    top: 11%;
    right: 37%;
    width: 9px;
  }

  .tt {
    top: 19%;
    right: 36%;
    width: 5px;
  }

  .tw {
    top: 14%;
    right: 28%;
    width: 7px;
  }

  .red {
    top: 7%;
    right: 23%;
    width: 8px;
  }

  .vk {
    top: 13%;
    right: 16%;
    width: 7px;
  }

  .tg {
    top: 18%;
    right: 19%;
    width: 6px;
  }

  .lin {
    top: 18%;
    right: 10%;
    width: 6px;
  }

  @keyframes be {
    0% {
      top: 11%;
      right: 37%;
    }

    50% {
      top: 12%;
      right: 35%;
    }

    100% {
      top: 11%;
      right: 37%;
    }
  }

  @keyframes tt {
    0% {
      top: 18%;
      right: 36%;
    }

    50% {
      top: 14%;
      right: 34%;
    }

    100% {
      top: 18%;
      right: 36%;
    }
  }

  @keyframes tw {
    0% {
      top: 14%;
      right: 28%;
    }

    50% {
      top: 10%;
      right: 26%;
    }

    100% {
      top: 14%;
      right: 28%;
    }
  }

  @keyframes red {
    0% {
      top: 7%;
      right: 23%;
    }

    50% {
      top: 6%;
      right: 21%;
    }

    100% {
      top: 7%;
      right: 23%;
    }
  }

  @keyframes vk {
    0% {
      top: 13%;
      right: 16%;
    }

    50% {
      top: 10%;
      right: 14%;
    }

    100% {
      top: 13%;
      right: 16%;
    }
  }

  @keyframes tg {
    0% {
      top: 18%;
      right: 19%;
    }

    50% {
      top: 16%;
      right: 15%;
    }

    100% {
      top: 18%;
      right: 19%;
    }
  }

  @keyframes lin {
    0% {
      top: 18%;
      right: 10%;
    }

    50% {
      top: 16%;
      right: 8%;
    }

    100% {
      top: 18%;
      right: 10%;
    }
  }
}

.header-wrap__pic-left,
.header-wrap__pic-right {
  margin-bottom: -3px;
}

@media (max-width: 412px) {
  .arrow-block.first {
    position: relative;
    left: 15px;
  }

  .strategy {
    margin-top: -35px;
  }

}


@media (min-width:1000px) {
  .tactic__item-6 {
    margin-right: 40px;
    width: auto;
  }

  .tactic__item-5 {
    margin-left: -20px;
  }

  .trade__international-img {
    margin-top: -21px;
  }
}

.bg-blu-fone {
  fill: #D7EEFC;
}

.active-mob .bg-blu {
  animation-name: bg-blu;
  animation-duration: 0.9s;
}

.active-mob .bg-blu-fone {
  display: block;
  fill: #D7EEFC;
  /* fill: #000; */
  animation-name: bg-blu;
  animation-duration: 0.9s;
}

.bg-blu-fone.dis-act {
  animation-name: dis-act;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  top: -50%;
  left: -50%;
  transform: scale(0.8);
  opacity: 0;
  fill: #D7EEFC;
  /* fill: red; */
}

@keyframes dis-act {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0) translateY(0);
  }

  99% {
    opacity: 1;
    transform: scale(0.8) translateX(10%) translateY(10%);
  }

  100% {
    opacity: 0;
  }
}

.active-mob .bg-blu-avt {
  animation-name: bg-blu-avt;
  animation-duration: 0.9s;
  /* fill: red; */

}

@keyframes bg-blu {
  0% {
    transform: scale(0.4) translateX(50%) translateY(50%);
    width: 0%;
    height: 0%;
  }

  100% {
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
}

@keyframes bg-blu-avt {
  0% {
    transform: scale(1) translateX(0) translateY(0);
    width: 100%;
    height: 100%;

  }

  100% {
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
}

/*-мегафон*/
.active-mob .gg {
  animation-name: gg;
  animation-duration: 0.9s;
  animation-timing-function: ease-in-out;
}

@keyframes gg {
  0% {
    transform: translateX(0%);
  }

  45% {
    transform: translateX(-13%) translateY(-2%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*-мегафон*/



/* -иконка сообщений*/
.active-mob .a1 {
  animation-name: a1;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
}


@keyframes a1 {
  0% {
    transform: translateX(0%);
  }

  45% {
    transform: translateX(-7%) translateY(-4%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*-иконка сообщений*/

/*-лампочка*/
.active-mob .light {
  animation-name: light;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
  fill: #FFFF00;
}


@keyframes light {
  0% {
    fill: #fff;
  }

  100% {
    fill: #FFFF00;
  }
}

/*-лампочка */

.active-mob .wifi {
  animation-name: wifi;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
}


@keyframes wifi {
  0% {}

  100% {
    fill: #008000;
  }
}


.active-mob .box {
  animation-name: box;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
}


@keyframes box {
  0% {
    transform: translateX(0%);
  }

  45% {
    transform: translateY(-6%);
  }

  100% {
    transform: translateX(0%);
  }
}




.active-mob .fb {
  animation-name: fb;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
}


@keyframes fb {
  0% {
    transform: translateX(0%);
  }

  45% {
    transform: translateX(-2%) translateY(-2%);
  }

  100% {
    transform: translateX(0%);
  }
}

.active-mob .inst {
  animation-name: inst;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
}


@keyframes inst {
  0% {
    transform: translateX(0%);
  }

  45% {
    transform: translateY(-6%);
  }

  100% {
    transform: translateX(0%);
  }
}


.bg {
  opacity: 0;
  fill: #D6EDFB;
  /* fill: red; */
}

/* .bg.act {
  opacity: 0;
  animation-name: bg-act;
  animation-duration: 2s;
  animation-timing-function: ease-in;
} */

.bg.dis-act {
  animation-name: dis;
  animation-duration: 0.9s;
  animation-timing-function: ease-in;
  opacity: 0;
}

@keyframes dis {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0%) translateY(0%);
  }

  99% {
    opacity: 1;
    transform: scale(0.4) translateX(50%) translateY(50%);
  }

  100% {
    opacity: 0;
  }
}

@keyframes bg-act {
  0% {
    transform: scale(0.5) translateX(50%) translateY(50%);
    width: 70%;
    height: 70%;
  }

  100% {
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
}

.new-bg {
  animation-name: new-bg;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  fill: #D6EDFB;
}

@keyframes new-bg {
  0% {
    transform: scale(0.5) translateX(50%) translateY(50%);
  }

  100% {
    transform: scale(1);
  }
}

.new-i {
  opacity: 0;
}

.new-i.dis-act {
  opacity: 0;
  animation-name: new-i;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  fill: #D6EDFB;
}

@keyframes new-i {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0%) translateY(0%);
  }

  99% {
    transform: scale(0.5) translateX(50%) translateY(50%);
  }

  100% {
    opacity: 1;
  }
}

.trade-bg {
  background-image: url(../img/bg/Vector-1.svg);
  background-repeat: no-repeat;
  width: 351.28px;
  height: 299.6px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 139px;
}

.trade-bg.act {
  background-image: url(../img/bg/Vector.svg);
  transition: all 0.4s ease-in;
}

/* .arr {
  animation: arr 5s ease-in;
}

@keyframes arr {
  100% {
    d: path('M122 34.97C96 67.47 56.84 39.72 33.54 47.98C13.51 55.06 -4.04998 74.64 1.00001 97.08C6.72001 122.47 25.99 144.9 33.54 168.47C41.22 192.47 36.97 205.92 28.44 227.38C22.64 241.91 19.05 257.13 21.95 272.91C29.4 313.56 84.4 327.11 116.11 304.47C137.68 289.07 160.88 278.3 184.98 274.85C229.67 268.45 241.14 286.58 290.76 279.05C308.06 276.42 328.48 269.99 338.13 254.05C344.85 242.98 347.13 229.74 345.61 216.96C344.32 205.84 336.83 193.88 338.73 182.8C339.73 176.8 342.6 171.38 345.55 166.1C349.437 159.107 353.557 152.257 357.91 145.55C360.705 141.505 363.204 137.264 365.39 132.86C369.39 124.19 370.44 113.98 367.14 105.03C361.45 89.64 349.74 83.22 335.5 79.97C329.62 78.62 329.69 77.86 327 71.47C324.53 65.59 323.1 60.66 324 54.47C325.48 44.14 322.29 33.04 315.95 24.23C311.221 17.3546 304.916 11.7107 297.56 7.77C282.75 0 264.12 -1.67 248.31 4C236.734 8.18215 223.238 12.8355 214 20.97C188.5 24.23 174.54 16.24 155 20.97C134.5 25.9324 152.5 19.5 122 34.97Z');
  }
} */
#cons {
  /* display: none; */
}

.an.act {
  rotate: 2deg;
  transition: all 0.4s ease-in;
  /* transform: translateX(10px); */
}

.an {
  rotate: -2deg;
  transition: all 0.4s ease-out;
}

@media (max-width:1270px) {

  .anim111,
  .anim112 {
    height: 260px;
  }

  .animation1,
  .animation2 {
    width: 130%;
  }

  .tactic__item-6 {
    margin-right: 0;
  }
}

@media (max-width:1023px) {

  .anim111,
  .anim112 {
    height: 140px;
  }

  .animation1,
  .animation2 {
    width: auto;
    height: 140px;
  }

  .text-new-6 {
    width: auto;
  }
}

@media (max-width:768px) {

  .anim111,
  .anim112 {
    width: 235px;
    height: 150px;
    margin-right: 17px;
    margin-left: -15px;
  }

  .animation1,
  .animation2 {
    width: 235px;
    height: 150px;
    margin-left: -7px;
  }

  .text-new-6 {
    width: auto;
  }

  .tactic__item-5 {
    width: 157px !important;
    margin-right: 13px;
  }

  .tactic__item-6 {
    width: 157px !important;
    margin-left: 13px;
    /* width: max-content !important; */
    display: flex;
    flex-direction: column;
  }

  .tactic__item-6 .tactic__item-text {
    margin-top: 24px !important;
  }

  .tactic__item-6 {
    text-align: center;
  }

  .text-new-6 {
    /* margin: 0 auto; */
    margin-top: 0;
    margin-right: 35px;
  }
}

@media (max-width:412px) {

  .anim111,
  .anim112 {
    width: 150px;
    height: 100px;
    margin-right: 7px;
    margin-left: 0;
  }

  .animation1,
  .animation2 {
    width: 150px;
    height: 100px;
    margin-left: 7px;
  }

  .text-new-6 {
    width: auto;
    margin-right: 10px;
  }

  .tactic__item-5 {
    margin-right: 0;
    width: 120px !important;
  }

  .tactic__item-6 {
    width: 120px !important;
    margin-left: 0;
    /* width: max-content !important; */
    display: flex;
    flex-direction: column;
  }

  .tactic__item-6 .tactic__item-text {
    margin-top: 24px !important;
  }
}
.field {display:none}